diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index ba6a8045b..45c9198e7 100644 --- a/readme.txt +++ b/readme.txt @@ -87,6 +87,12 @@ change).
- OPT: Speed optimizations of the STM32 SPI driver, improved latency.
- OPT: Speed optimizations of the STM32 ADC driver.
+- CHANGE: Added a parameter to the UART driver callbacks, the pointer to the
+ driver itself.
+- CHANGE: In the UART driver now an error does not automatically brings the
+ receiver in UART_RX_IDLE state, the receive operation continues unless
+ explicitly stopped in the error callback handler. This considerably
+ simplifies the low level driver code.
- CHANGE: Modified the STM32 ADC driver to use the new DMA infrastructure.
- CHANGE: Modified the STM32 SPI driver to use the new DMA infrastructure.
- CHANGE: Added DMA cleanup code to the STM32 dmaInit() function.
|