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 4:2a99ff9f16e8, committed 2014-07-10
- Comitter:
- MarcoAmerena
- Date:
- Thu Jul 10 12:21:56 2014 +0000
- Parent:
- 3:01504ecd2025
- Commit message:
- NVIC_set_all_priorities with Nucleo interrupts
Changed in this revision
| NVIC_set_all_priorities.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/NVIC_set_all_priorities.h Mon Oct 14 13:45:19 2013 +0000
+++ b/NVIC_set_all_priorities.h Thu Jul 10 12:21:56 2014 +0000
@@ -10,6 +10,9 @@
#elif defined TARGET_KL25Z
first_IRQ_number = SysTick_IRQn,
last_IRQ_number = PORTD_IRQn,
+#elif defined TARGET_NUCLEO_F401RE //Manually Added
+ first_IRQ_number = SysTick_IRQn,
+ last_IRQ_number = FPU_IRQn,
#elif defined LPC11CXX
first_IRQ_number = SysTick_IRQn,
last_IRQ_number = EINT0_IRQn,
