Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 };