diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 2b0694eda..29e929970 100644 --- a/readme.txt +++ b/readme.txt @@ -75,6 +75,13 @@ *****************************************************************************
*** Next ***
+- NEW: The callback of drivers with circular buffers (ADC, DAC, I2S, SPI) has
+ been simplified, no parameters. A driver function xxxIsBufferComplete()
+ has been added to determine if it is the half buffer callback or the
+ final callback.
+- NEW: ADC driver state machine change, now the state ADC_COMPLETE is set
+ before calling the 2nd callback even in circular mode. This has been
+ done for consistency with other drivers with circular buffers.
- NEW: Low level drivers simplification. There is a new template of LLD, now
driver and configuration types are defined in the HLD, LLD just exports
macros with the fields to be added to the structures.
|