diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -3,6 +3,7 @@ Status: X = In progress, some work done.
* = Done.
? = Not sure if worth the effort or useful at all.
+N = Decided against.
Within 2.1.x
* Binary Semaphores on top of Counting Semaphores.
@@ -27,18 +28,24 @@ Within 2.1.x * Verify the FatFs demo on both the AT91SAM7X and AT91SAM7S.
* Update the LPC214x SPI driver (ISR).
* Verify the LPC214x FatFs demo.
-- Write a new SPI driver for LPC1xxx (ISR)(it should be very close to the
+X Write a new SPI driver for LPC1xxx (ISR)(it should be very close to the
LPC214x one).
-- Evaluate if to add a synchronous API to the UART driver, eventually do so.
-- Serial over UART complex driver driver, evaluate from the performance
- results if to make obsolete the current dedicated Serial driver.
+N Evaluate if to add a synchronous API to the UART driver, eventually do so.
+X Global documentation reorganization in order to allow both separate documents
+ and the usual blob document.
+X PDF generation from the documentation system (only separate documents, not
+ the blob).
+- Automatic compilation and upload of the various documents on the web site
+ (doxygen + rsync).
- STM8L official HAL support, it will have to be separated from the STM8S/STM8A
HAL because it is very different, actually it looks much more like a
mini STM32, most STM32 drivers will only require few changes it also has
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).
-- Evaluate a new API for the SPI driver for quick transfers of few bytes.
+- New STM8S/A SPI driver.
+X Evaluate a new API for the SPI driver enabling quick transfers of few bytes
+ in polled mode.
X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully)
@@ -47,6 +54,8 @@ X File System infrastructure. - Official FatFs wrapper using the new infrastructure, dedicated test suite.
X I2C device driver class support and at least one implementation (test
hardware missing).
+- Serial over UART complex driver driver, evaluate from the performance
+ results if to make obsolete the current dedicated Serial driver.
- Shared DMA channels support in the STM32/STM8L HALs.
- New device driver models: RTC, WDG, DAC, USB, Systick, Battery Monitor.
- MAC driver for STM32F107 (hardware missing).
|