aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-23 12:21:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-23 12:21:44 +0000
commit2f572f109a463e7faa46ed544c91198e72e63343 (patch)
tree357162e59b91596a8441d9cd6a48f07458a95771 /readme.txt
parent53df7ed814f665ebeef75b379941f9c0cebcba55 (diff)
downloadChibiOS-2f572f109a463e7faa46ed544c91198e72e63343.tar.gz
ChibiOS-2f572f109a463e7faa46ed544c91198e72e63343.tar.bz2
ChibiOS-2f572f109a463e7faa46ed544c91198e72e63343.zip
USB enhancements, phase two.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3451 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 2b4eb54ed..4b15c2dca 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,9 +76,15 @@
*** 2.3.4 ***
- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620).
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626).
-- NEW: Updated USB driver model and STM32 implementation. Updated the
- SERIAL_USB driver to match the new API. Fixed several problems in
- both drivers.
+- NEW: Updated USB driver model and STM32 implementation and fixed several
+ problems.
+ - Changed the API to move buffer copy operations out of critical zones.
+ - Added usbConnectBus() and usbDisconnectBus() functions.
+ - Fixed problems with incorrect assertions.
+- NEW Updated the SERIAL_USB driver to match the new USB API, also fixed
+ some problems.
+ - Fixed incorrect use of input queues, the change required a change in
+ input queues too.
- NEW: Added a macro THD_STATE_NAMES to chthreads.h. This macro is an
initializer for string arrays containing thread state names.
- NEW: Added memory copy functionality to the STM32 DMA driver.