aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index ecb0e2de6..daa777501 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,14 +11,12 @@
- NEW: New PWM driver model.
- NEW: STM32 ADC driver implementation with DMA support.
- NEW: STM32 CAN driver implementation.
-- NEW: Added AT91SAM7S support and support for all the memory sizes in
- both AT91SAM7S and AT91SAM7X families.
- NEW: Extended the support to all the SAM7X and SAM7S devices thanks to
code contributed by Liam Staskawicz.
- NEW: Improvements to the AT91SAM7 startup code contributed by Liam.
- NEW: Added test report for MSP430 running from the external high speed
oscillator.
-- NEW: HAL stress test for STM32 added, the demo located under ./testio/STM32.
+- NEW: HAL stress test for STM32 added, the demo located under ./testhal/STM32.
- CHANGE: Removed the MII from the standard drivers, now it is part of the
AT91SAM7 support, the header mii.h is still part of the HAL.
- CHANGE: In the STM32 drivers now the DMA errors are handled by hook macros