Fork of frankvnk's CC3000 libarary. Added SparkFun's CC3000 wifi sheild to a Nucleo F401RE

Fork of NVIC_set_all_priorities by Frank Vannieuwkerke

Revision:
4:6c8e950d8037
Parent:
3:01504ecd2025
--- a/NVIC_set_all_priorities.h	Mon Oct 14 13:45:19 2013 +0000
+++ b/NVIC_set_all_priorities.h	Tue Jul 01 13:40:28 2014 +0000
@@ -10,6 +10,9 @@
 #elif defined TARGET_KL25Z
      first_IRQ_number = SysTick_IRQn,
      last_IRQ_number  = PORTD_IRQn,
+#elif defined TARGET_KL46Z    
+     first_IRQ_number = SysTick_IRQn,
+     last_IRQ_number  = PORTC_PORTD_IRQn,      
 #elif defined LPC11CXX
      first_IRQ_number = SysTick_IRQn,
      last_IRQ_number  = EINT0_IRQn,