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

master
gdisirio 2011-09-20 17:14:50 +00:00
parent c69417e365
commit 2eae001460
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
- NEW: Added new API chThdExitS() in order to allow atomic operations on
thead exit (backported to 2.2.8).
- NEW: New I2C driver model and STM32 implementation.
(evaluate the option to change the API to a synchronous model)
- NEW: New RTC driver model and STM32 implementation.