Commit Graph

6 Commits

Author SHA1 Message Date
Nico Tonnhofer bd5bfb3d76 stm32: new startup and linker script
also add stm32f446
http://git.munts.com/arm-mcu/gcc/stm32f4/
rename lpc startup from 's' to 'S' to let the c preprocessor do its job

stm32f4xx linker and startup file cmsis prefix just for naming
files has nothing todo with cmsis anymore
2019-04-17 21:42:25 +02:00
Nico Tonnhofer 230572b1d0 STM32F411: simplify cmsis files for stm32f411
Delete some macros from cmsis-file we will never use again.
Also replace magic numbers.
Add missing flag to allow -O0 (using R7 as register)
2017-03-05 15:00:12 +01:00
Nico Tonnhofer 8cf27adcba ARM: rename mbed-system_stm32f4xx.c/.h to cmsis-system_stm32f4xx.c/.h.
Last part of the effort to rename all CMSIS-provided files to "cmsis-".
2017-03-03 18:54:56 +01:00
Nico Tonnhofer be4c4eb90b STM32F411: prettify cmsis-core / cmsis-stm
This is just wording for the Teacup changes notes consistent with
    the other cmsis- files.
2017-03-03 18:54:56 +01:00
Nico Tonnhofer 487e6ff6ec STM32F411: rename mbed-core_cm4.h and mbed-core_cm4_simd.h
to cmsis-core_cm0.h and cmsis-core_cm4_simd.h

    Part of the effort to rename all CMSIS-provided files to "cmsis-".
2017-03-03 18:54:56 +01:00
Nico Tonnhofer 7dd657d56a STM32F411: rename mbed-stm32f4xx.h to cmsis-stm32f4xx.h.
Part of the effort to rename all CMSIS-provided files to "cmsis-".
2017-03-03 18:54:56 +01:00