Updated readme.txt.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3370 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
01596d8b5e
commit
a4a5c507fe
|
@ -95,8 +95,11 @@
|
||||||
(backported to 2.2.4).
|
(backported to 2.2.4).
|
||||||
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
|
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
|
||||||
(backported to 2.2.4).
|
(backported to 2.2.4).
|
||||||
|
- NEW: STM32L1xx sub-family support, all STM32 drivers adapted and retested
|
||||||
|
on the new platform except ADC that will need a specific implementation.
|
||||||
- NEW: Added new API chThdExitS() in order to allow atomic operations on
|
- NEW: Added new API chThdExitS() in order to allow atomic operations on
|
||||||
thead exit (backported to 2.2.8).
|
thead exit (backported to 2.2.8).
|
||||||
|
- NEW: New EXT driver model and STM32 implementation.
|
||||||
- NEW: New I2C driver model and STM32 implementation.
|
- NEW: New I2C driver model and STM32 implementation.
|
||||||
(evaluate the option to change the API to a synchronous model)
|
(evaluate the option to change the API to a synchronous model)
|
||||||
- NEW: New RTC driver model and STM32 implementation.
|
- NEW: New RTC driver model and STM32 implementation.
|
||||||
|
@ -147,8 +150,8 @@
|
||||||
redefined. The macro chDbgCheck() no more includes the line number in the
|
redefined. The macro chDbgCheck() no more includes the line number in the
|
||||||
description because incompatibility with the Cosmic compiler (backported to
|
description because incompatibility with the Cosmic compiler (backported to
|
||||||
2.2.7).
|
2.2.7).
|
||||||
- NEW: Added provisional support for STM32L1xx and STM32F2xx. Because of this
|
- NEW: Added provisional support for STM32F2xx. Because of this some
|
||||||
some directories related to the STM32 have been renamed, your makefiles may
|
directories related to the STM32 have been renamed, your makefiles may
|
||||||
require adjustments.
|
require adjustments.
|
||||||
(TODO: change to be ported to IAR and Keil build files)
|
(TODO: change to be ported to IAR and Keil build files)
|
||||||
- NEW: Added a custom rule to the various rules.mk files, now it is possible
|
- NEW: Added a custom rule to the various rules.mk files, now it is possible
|
||||||
|
|
Loading…
Reference in New Issue