aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 09:07:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-06 09:07:41 +0000
commit18f25c97363ae944c918e2edf134ea990e3183db (patch)
treefb5a254a74ba5ef6db1d1638fa6c505522104a75
parent5ab1f418c84cb003a2bf65bd66758bd0abacb08b (diff)
downloadChibiOS-18f25c97363ae944c918e2edf134ea990e3183db.tar.gz
ChibiOS-18f25c97363ae944c918e2edf134ea990e3183db.tar.bz2
ChibiOS-18f25c97363ae944c918e2edf134ea990e3183db.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2800 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index c0754c136..d5526d2f6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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.