git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1416 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-11 15:58:11 +00:00
parent 59cd37eacb
commit b3dc7043a0
1 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,12 @@
***************************************************************************** *****************************************************************************
*** 1.3.5 *** *** 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). - 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 - NEW: Unified the initialization of the various drivers from a single HAL
driver. The single drivers can be enabled or disabled from a HAL driver. The single drivers can be enabled or disabled from a HAL
configuration file halconf.h. configuration file halconf.h.
@ -16,7 +21,9 @@
- NEW: Improvements to the AT91SAM7 startup code contributed by Liam. - NEW: Improvements to the AT91SAM7 startup code contributed by Liam.
- NEW: Added test report for MSP430 running from the external high speed - NEW: Added test report for MSP430 running from the external high speed
oscillator. 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 - 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. 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 - CHANGE: In the STM32 drivers now the DMA errors are handled by hook macros