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

master
gdisirio 2011-11-18 20:31:05 +00:00
parent 02d23695cd
commit 33d9231ad2
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
- NEW: STM32L1xx sub-family support, all STM32 drivers adapted and re-tested
on the new platform except ADC that will need a specific implementation.
- NEW: Added new API chThdExitS() in order to allow atomic operations on
thead exit (backported to 2.2.8).
thread exit (backported to 2.2.8).
- NEW: New EXT driver model and STM32 implementation.
- NEW: New I2C driver model and STM32 implementation.
(evaluate the option to change the API to a synchronous model)