Skip to content

Prototyping driver API out of tree #50063

Discussion options

You must be logged in to vote

I just solved this by putting my api here app/zephyr/drivers/touch.h and setting CONFIG_APPLICATION_DEFINED_SYSCALL=y

Not ideal but it seems to work fine. To get this into my driver I have to include app in CMakeLists.txt like this

zephyr_include_directories(
  app
)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@GeorgeCGV
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by o7-machinehum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants