diff options
-rw-r--r-- | readme.txt | 2 | ||||
-rw-r--r-- | todo.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 839798157..5e37cb088 100644 --- a/readme.txt +++ b/readme.txt @@ -72,7 +72,7 @@ - NEW: Added an SPI driver to the STM8 platform support.
- NEW: Added a simple STM8 SPI demo under ./testhal/STM8/SPI.
- CHANGE: Renamed the HAL settings macro names, removed the CH_ prefix
- because it is reserved as kernel namespace.
+ because it is reserved for the kernel namespace.
NOTE: ****** Make sure to use a mcuconf.h file taken from ******
****** this version in your project. ******
@@ -45,6 +45,9 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so. a very similar DMA (waiting for the new STM8L-Discovery kit).
- Add the STM32VL to the official STM32 HAL support (waiting for the new
STM32-Discovery kit).
+- Reorganization of the STM32 family port-level support.
+- Remove preprocessor directives from the assembler files and restore the
+ RIDE7 build in the STM32 demo.
X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully)
|