git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2327 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
d8be44136c
commit
985c794c0c
|
@ -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. ******
|
||||
|
||||
|
|
3
todo.txt
3
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)
|
||||
|
|
Loading…
Reference in New Issue