aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index daa777501..49dbc030f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,7 +3,12 @@
*****************************************************************************
*** 1.3.5 ***
+- FIX: Fixed problem with memory core allocator (bug 2912528).
+- FIX: Fixed problem with CH_USE_MEMCORE option (bug 2912522).
- FIX: Fixed some problems in the MMC_SPI driver (bugs 2901084 and 2901172).
+- NEW: Added a command line shell component, modified the Win32 simulator
+ in order to use the new shell. The shell can be used under any architecture,
+ it just requires an I/O channel. Custom commands can be easily added.
- NEW: Unified the initialization of the various drivers from a single HAL
driver. The single drivers can be enabled or disabled from a HAL
configuration file halconf.h.
@@ -16,7 +21,9 @@
- 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 ./testhal/STM32.
+- NEW: HAL stress test for STM32 added, the demo is located under
+ ./testhal/STM32. The demo code also shows how to use the ADC, CAN and SPI
+ drivers.
- 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