STM32F411: prettify cmsis-system_stm32f4xx.c/.h.
Remove trailing whitespace and such stuff.
This commit is contained in:
parent
8cf27adcba
commit
fd81ea9c60
|
|
@ -71,14 +71,11 @@
|
|||
|
||||
Copied from $(MBED)/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/system_stm32f4xx.c.
|
||||
|
||||
Used only to get things running quickly. Without serial it's almost
|
||||
impossible to see wether code changes work. Should go away soon, because
|
||||
all this MBED stuff is too bloated for Teacup's purposes.
|
||||
|
||||
- Prefixed names of #include files with mbed- to match the names of the
|
||||
copies in the Teacup repo.
|
||||
- Wrapped the whole file in #ifdef __ARM_STM32F411__ to not cause conflicts with
|
||||
AVR builds.
|
||||
- Rebuild SystemInit() and SetSysClock() to get rid of most mbed-files. Please take a look into history.
|
||||
*/
|
||||
|
||||
/** @addtogroup CMSIS
|
||||
|
|
|
|||
|
|
@ -39,12 +39,9 @@
|
|||
|
||||
Copied from $(MBED)/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/system_stm32f4xx.h.
|
||||
|
||||
Used only to get things running quickly. Without serial it's almost
|
||||
impossible to see wether code changes work. Should go away soon, because
|
||||
all this MBED stuff is too bloated for Teacup's purposes.
|
||||
|
||||
- Prefixed names of #include files with mbed- to match the names of the
|
||||
- Prefixed names of #include files with cmsis- to match the names of the
|
||||
copies in the Teacup repo.
|
||||
|
||||
*/
|
||||
|
||||
/** @addtogroup CMSIS
|
||||
|
|
|
|||
Loading…
Reference in New Issue