diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-09 15:10:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-09 15:10:15 +0000 |
commit | de877486efb49378065f769ff423eef19ceb12e6 (patch) | |
tree | 9cfa53254d09a163f4ce90910461a07bf8698017 /readme.txt | |
parent | ad009f46d58f4f555cd412aa2f2a267da01db4e0 (diff) | |
download | ChibiOS-de877486efb49378065f769ff423eef19ceb12e6.tar.gz ChibiOS-de877486efb49378065f769ff423eef19ceb12e6.tar.bz2 ChibiOS-de877486efb49378065f769ff423eef19ceb12e6.zip |
Fixed bug 3276379.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2872 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 2c5bc3bcc..3a464c3b1 100644 --- a/readme.txt +++ b/readme.txt @@ -71,9 +71,15 @@ *****************************************************************************
*** 2.3.2 ***
+- FIX: Fixed spurious characters generated by Serial over USB driver (bug
+ 3276379).
- OPT: STM32 PWM driver implementation simplified.
- CHANGE: Now pwmChangePeriod() does not implicitly disable the active
PWM channels.
+- CHANGE: Renamed the chSemSetCounterI() function to chSemAddCounterI() and
+ changed its behavior.
+- CHANGE: Modified the STM32 USB-CDC test demo to spawn a shell over the USB
+ serial connection.
*** 2.3.1 ***
- FIX: Fixed insufficient idle thread stack in Cortex-M0-GCC port (bug 3226671)
|