added & tested lpc17xx freertos device example

- add USB priority check for freeRTOS config
This commit is contained in:
hathach
2018-11-29 21:41:09 +07:00
parent 15e4b97e36
commit 57b85262b2
19 changed files with 12571 additions and 29 deletions

View File

@@ -137,8 +137,7 @@
#error "This port requires __NVIC_PRIO_BITS to be defined"
#endif
/* The lowest interrupt priority that can be used in a call to a "set priority"
function. */
/* The lowest interrupt priority that can be used in a call to a "set priority" function. */
#define configLIBRARY_LOWEST_INTERRUPT_PRIORITY ((1<<configPRIO_BITS) - 1)
/* The highest interrupt priority that can be used by any interrupt service