Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: basic: blinky: eGPIO PoC #3

Closed

Commits on Jul 11, 2024

  1. manifest: update hal_nordic version

    Update hal_nordic with headers for eGPIO.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0f4674a View commit details
    Browse the repository at this point in the history
  2. dts: bindings: add new binding for eGPIO

    Add binding for emulated GPIO.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cb6897b View commit details
    Browse the repository at this point in the history
  3. modules: hal_nordic: add option for emulated peripherals drivers

    Add Kconfig option for emulated peripherals drivers support.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a55d4ac View commit details
    Browse the repository at this point in the history
  4. soc: nordic: nrf54l: add support for NRFE

    Add support for emulated peripherals on nRF54L15 APP.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    925744a View commit details
    Browse the repository at this point in the history
  5. dts: arm: nordic: nRF54L15: add egpio node

    Add node for emulated gpio in nRF54L15 APP dts.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    be990cb View commit details
    Browse the repository at this point in the history
  6. soc: nordic: nrf54l: change init priority for eGPIO

    Change default init priority for emulated GPIO, so that it is
    initialized after IPC.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    47d4e3b View commit details
    Browse the repository at this point in the history
  7. drivers: gpio: add eGPIO driver

    Add driver for emulated GPIO.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8bf3ba5 View commit details
    Browse the repository at this point in the history
  8. samples: basic: blinky: modify to use eGPIO

    Modify blinky sample to use emulated GPIO.
    
    Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
    magp-nordic authored and jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e0fce81 View commit details
    Browse the repository at this point in the history
  9. ipc: icmsg: Align to NO MULTITHREADING

    Adapting icmsg to work without the MULTITHREADING functionality.
    Dependencies for kernel work_queue, mutexes and other functions
    related to running multithreaded applications have been 'ifdefed'.
    
    Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
    jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    eee6aef View commit details
    Browse the repository at this point in the history
  10. samples: mbox: Align to NO MULTITHREADING

    Removed k_sleep dependencies in non-multithreaded runs.
    
    Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
    jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cb12e5d View commit details
    Browse the repository at this point in the history
  11. samples: subsys: ipc: icmsg: Align to NO MULTITHREADING

    Removed k_sleep dependencies and added 'printk' instead of LOG
    in non-multithreaded runs.
    
    Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
    jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    81a73c5 View commit details
    Browse the repository at this point in the history
  12. samples: basic: blinky: eGPIO PoC

    PoC of eGPIO peripheral.
    
    Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
    jaz1-nordic committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    944a7a0 View commit details
    Browse the repository at this point in the history