git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2327 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-11-06 07:40:35 +00:00
parent d8be44136c
commit 985c794c0c
2 changed files with 4 additions and 1 deletions

View File

@ -72,7 +72,7 @@
- NEW: Added an SPI driver to the STM8 platform support. - NEW: Added an SPI driver to the STM8 platform support.
- NEW: Added a simple STM8 SPI demo under ./testhal/STM8/SPI. - NEW: Added a simple STM8 SPI demo under ./testhal/STM8/SPI.
- CHANGE: Renamed the HAL settings macro names, removed the CH_ prefix - 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 ****** NOTE: ****** Make sure to use a mcuconf.h file taken from ******
****** this version in your project. ****** ****** this version in your project. ******

View File

@ -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). a very similar DMA (waiting for the new STM8L-Discovery kit).
- Add the STM32VL to the official STM32 HAL support (waiting for the new - Add the STM32VL to the official STM32 HAL support (waiting for the new
STM32-Discovery kit). 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. X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully) Within 2.3.x (hopefully)