diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -43,18 +43,18 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so. * Remove preprocessor directives from the assembler files and restore the
RIDE7 build files in the STM32 demo.
* Move dynamic APIs into a separate source file.
+* Improved support in the STM32 HAL support for multiple sub-families. Do
+ not check for the family in the various drivers but simply check for
+ switch macros like STM32_HAS_USART3, STM32_HAS_SPI3. This what the
+ drivers will not need changes when adding new sub-families.
* STM8L official HAL support, it will have to be separated from the STM8S/STM8A
HAL because it is very different.
* Shared ISR management.
* STM8L-Discovery demo.
-- Realign the STM8 port to the new STM8L one as options, naming conventions
- and general solutions.
-- Improved support in the STM32 HAL support for multiple sub-families. Do
- not check for the family in the various drivers but simply check for
- switch macros like STM32_HAS_USART3, STM32_HAS_SPI3. This what the
- drivers will not need changes when adding new sub-families.
X Add the STM32F100 (Value Line) sub-family to the official STM32 HAL support.
- STM32VL-Discovery demo.
+- Realign the STM8 port to the new STM8L one as options, naming conventions
+ and general solutions.
X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully)
|