STM32F411: prettify cmsis-core / cmsis-stm
This is just wording for the Teacup changes notes consistent with
the other cmsis- files.
This commit is contained in:
parent
487e6ff6ec
commit
be4c4eb90b
|
|
@ -38,10 +38,6 @@
|
|||
|
||||
Copied from $(MBED)/libraries/mbed/targets/cmsis/core_cm4.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.
|
||||
|
||||
- Replaced __DSB(); with __ASM volatile ("dsb").
|
||||
- Added from mbed-core_cmFunc.h: __enable_irq() and __disable_irq()\
|
||||
- Added from mbed-core_cmInstr: __CLZ and __RBIT
|
||||
|
|
|
|||
|
|
@ -38,11 +38,7 @@
|
|||
|
||||
Copied from $(MBED)/libraries/mbed/targets/cmsis/mbed-core_cm4_simd.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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -50,11 +50,7 @@
|
|||
|
||||
Copied from $(MBED)/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/stm32f411xe.h and 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.
|
||||
- Prefixed function names with mbed_ to not conflict with Teacup names.
|
||||
- Comment out HAL_DRIVERS
|
||||
|
|
|
|||
Loading…
Reference in New Issue