mbed-os/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4XX
Giuliano Dianda f67632b347 STM32: Fix HSE/HSI clk source detection
When using online compiler (Keil) SystemInit (and systick stuff) is call
before RW  data is initialized, so static and global variables contains
garbage. AHBPrescTable was one of these.
2015-04-21 16:01:30 +02:00
..
TOOLCHAIN_ARM_STD Added armcc support for STM32F407 2013-07-29 18:15:04 +03:00
TOOLCHAIN_GCC_ARM Clean up GCC_ARM startup code 2013-12-20 15:08:20 +08:00
TOOLCHAIN_IAR Set most of the targets to a fixed heap and stack ratio relative to ram. 1/4 of ram to heap and 1/8 of ram to stack. There are some exception where the ram is small and the target support an rtos, then the heap requires more than 1/4 of RAM 2015-02-27 12:57:45 +01:00
cmsis.h Add the vendor name as a proper target label 2013-07-03 17:14:43 +01:00
cmsis_nvic.c Fix relocation of vector on STM32. 2013-10-25 13:09:06 +01:00
cmsis_nvic.h Interrupt chaining: now working on all targets. 2013-08-07 14:43:36 +03:00
stm32f4xx.h Changed line endings to LF, removed non-ASCII chars from sources 2013-08-08 12:58:34 +03:00
system_stm32f4xx.c STM32: Fix HSE/HSI clk source detection 2015-04-21 16:01:30 +02:00
system_stm32f4xx.h Changed line endings to LF, removed non-ASCII chars from sources 2013-08-08 12:58:34 +03:00