-
So the https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/subsys/usb/shell/src/main.c Looking at the commit history there never was any code there. Is there a working sample of USB shell functionality? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@paradajz I’m not sure if you’ve already tried to build it or not. If it helps, you can check this link for another example of a blank |
Beta Was this translation helpful? Give feedback.
@paradajz I’m not sure if you’ve already tried to build it or not.
Since the shell runs on a separate thread and initialization is done before reaching main, it’s common to see a blank
main.c
.If it helps, you can check this link for another example of a blank
main.c
:https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/subsys/shell/fs/src/main.c