This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
97d2d7317c
zephyr
/
samples
/
application_development
/
out_of_tree_driver
/
prj.conf
3 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: Add sample 'application_development/out_of_tree_driver' Add a sample that demonstrates (and tests) that custom drivers can be maintained outside of Zephyr. The sample is fairly minimal with few dependencies and should therefore be very portable. It also includes a sample.yaml that should ensure that it does not regress. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2018-04-30 22:00:19 +08:00
CONFIG_HELLO_WORLD_DRIVER=y
samples: application_development: Fix for userspace This samples was defining a syscall but the whole machinery to this work was missing. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-05-19 11:35:04 +08:00
CONFIG_APPLICATION_DEFINED_SYSCALL=y