-
Notifications
You must be signed in to change notification settings - Fork 0
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
samples: basic: blinky: eGPIO PoC #3
Commits on Jul 11, 2024
-
manifest: update hal_nordic version
Update hal_nordic with headers for eGPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 0f4674a - Browse repository at this point
Copy the full SHA 0f4674aView commit details -
dts: bindings: add new binding for eGPIO
Add binding for emulated GPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for cb6897b - Browse repository at this point
Copy the full SHA cb6897bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a55d4ac - Browse repository at this point
Copy the full SHA a55d4acView commit details -
soc: nordic: nrf54l: add support for NRFE
Add support for emulated peripherals on nRF54L15 APP. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 925744a - Browse repository at this point
Copy the full SHA 925744aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for be990cb - Browse repository at this point
Copy the full SHA be990cbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 47d4e3b - Browse repository at this point
Copy the full SHA 47d4e3bView commit details -
drivers: gpio: add eGPIO driver
Add driver for emulated GPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 8bf3ba5 - Browse repository at this point
Copy the full SHA 8bf3ba5View commit details -
samples: basic: blinky: modify to use eGPIO
Modify blinky sample to use emulated GPIO. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for e0fce81 - Browse repository at this point
Copy the full SHA e0fce81View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eee6aef - Browse repository at this point
Copy the full SHA eee6aefView commit details -
samples: mbox: Align to NO MULTITHREADING
Removed k_sleep dependencies in non-multithreaded runs. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for cb12e5d - Browse repository at this point
Copy the full SHA cb12e5dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 81a73c5 - Browse repository at this point
Copy the full SHA 81a73c5View commit details -
samples: basic: blinky: eGPIO PoC
PoC of eGPIO peripheral. Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 944a7a0 - Browse repository at this point
Copy the full SHA 944a7a0View commit details