diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt index c45d3bad3..895ba409f 100644 --- a/readme.txt +++ b/readme.txt @@ -84,10 +84,8 @@ the duplicated instances under the GCC, IAR and Keil ports. Function names
prefixes changed from "NVIC" to "nvic" because style conventions.
- NEW: Added voltage regulator initialization to the STM32F4xx HAL.
-- NEW: Modified the STM32F4-Discovery demo to put critical kernel data
- structures and stacks in the CCM RAM instead normal RAM. It is done using
- a special .ld file that can be customized to decide how to allocate data
- in the various RAM sections.
+- NEW: Added a linker script that demonstrates how to put stacks and other
+ critical structures in the CCM RAM instead normal RAM.
- NEW: Added experimental support for the Cortex-M4 FPU (default when the
FPU is present).
- NEW: Improved I2C driver model and STM32 implementation by Barthess.
|