-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds 'USE_ZEPHYR_USB_STACK' flag to handle differences between MSDK USB and Zephyr USB. Disabled given line in 'usb.c' file with using 'USE_ZEPHYR_USB_STACK' flag for Zephyr USB stack because this line causes a race condition for Zephyr USB. I added this line to 'udc_max32.c' file of Zephyr repo to handle race condition problem. Disabled given line in 'usb_protocol.h' file because this line causes a 'redefined' warning for Zephyr USB stack. Signed-off-by: Furkan Akkiz <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters