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

This commit is contained in:
gdisirio 2011-03-06 09:07:41 +00:00
parent 5ab1f418c8
commit 18f25c9736
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
- NEW: Added STM32 USB CDC loopback test application.
- NEW: Added new GPT driver model, General Purpose Timer. The driver
allows to access the available timers in an abstract way.
- NEW: GTP driver implementation for STM32 and LPC11xx.
- NEW: GTP driver implementation for STM32, LPC13xx and LPC11xx.
- NEW: Added STM32 GPT test application.
- NEW: Implemented new event IO_TRANSMISSION_END in the generic serial
driver. This event marks the physical transmission end of a data stream.