Fork of frankvnk's CC3000 libarary. Added SparkFun's CC3000 wifi sheild to a Nucleo F401RE
Fork of NVIC_set_all_priorities by
Revision 5:26b02cdbc092, committed 2014-10-16
- Comitter:
- vpcola
- Date:
- Thu Oct 16 13:20:10 2014 +0000
- Parent:
- 2:676bbfffe9f6
- Commit message:
- Added SPARK_FUN board to CC3000 wifi;
Changed in this revision
NVIC_set_all_priorities.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 676bbfffe9f6 -r 26b02cdbc092 NVIC_set_all_priorities.h --- a/NVIC_set_all_priorities.h Wed Oct 02 20:18:37 2013 +0000 +++ b/NVIC_set_all_priorities.h Thu Oct 16 13:20:10 2014 +0000 @@ -46,6 +46,9 @@ #elif defined STM32F427X first_IRQ_number = SysTick_IRQn, last_IRQ_number = SPI6_IRQn +#elif defined TARGET_STM32F401RE + first_IRQ_number = SysTick_IRQn, + last_IRQ_number = SPI4_IRQn + 1 #endif };