From 985c794c0c8e74fef8ddc845c9a1a680b5c23f4f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Nov 2010 07:40:35 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2327 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- todo.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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. ****** diff --git a/todo.txt b/todo.txt index 77a18d727..124319d34 100644 --- a/todo.txt +++ b/todo.txt @@ -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)