mbed library sources. Supersedes mbed-src. Add PORTG support for STM32L476JG (SensorTile kit)

Dependents:   SensorTileTest

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Mar 29 10:15:10 2016 +0100
Parent:
100:7c647ea3c13d
Child:
102:5ce70d0cf6ae
Commit message:
Synchronized with git revision 4694003b106ccf6128595f27744fc6f1264397c3

Full URL: https://github.com/mbedmicro/mbed/commit/4694003b106ccf6128595f27744fc6f1264397c3/

Make Nucleo F303K8 number of interrupts consistent with amount of SRAM allocated

Changed in this revision

targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h	Fri Mar 25 14:45:11 2016 +0000
+++ b/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303K8/cmsis_nvic.h	Tue Mar 29 10:15:10 2016 +0100
@@ -32,11 +32,7 @@
 #ifndef MBED_CMSIS_NVIC_H
 #define MBED_CMSIS_NVIC_H
 
-// STM32F303RE
-// CORE: 16 vectors = 64 bytes from 0x00 to 0x3F
-// MCU Peripherals: 85 vectors = 340 bytes from 0x40 to 0x193
-// Total: 101 vectors = 404 bytes (0x194) to be reserved in RAM
-#define NVIC_NUM_VECTORS      101
+#define NVIC_NUM_VECTORS      98
 #define NVIC_USER_IRQ_OFFSET  16
 
 #include "cmsis.h"