mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 10:32:35 +00:00
Add system call handler support to LED subsystem. No buffers are involved in any of the API's and hence the syscall support is straightforward. Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
4 lines
102 B
CMake
4 lines
102 B
CMake
zephyr_sources_ifdef(CONFIG_LP3943 lp3943.c)
|
|
|
|
zephyr_sources_ifdef(CONFIG_USERSPACE led_handlers.c)
|