aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-09 18:21:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-09 18:21:18 +0000
commit0921f80daa58844fc056ac6720720682da9ceb45 (patch)
tree04befe677875b8173051d94360ca97caa01746e3 /readme.txt
parentf514aa05c95868d13be738bfb4e93e912634ec57 (diff)
downloadChibiOS-0921f80daa58844fc056ac6720720682da9ceb45.tar.gz
ChibiOS-0921f80daa58844fc056ac6720720682da9ceb45.tar.bz2
ChibiOS-0921f80daa58844fc056ac6720720682da9ceb45.zip
Added code contributed by Johnny.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3948 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d757e889c..ed5374e95 100644
--- a/readme.txt
+++ b/readme.txt
@@ -96,6 +96,8 @@
- NEW: Modified the Virtual Timers management, now the callback is invoked
not in lock mode. This change reduces the interrupt jitter caused by
multiple timers used at same time.
+- NEW: Added board files and demo for Olimex LPC-P1343 (contributed by
+ Johnny Halfmoon).
*** 2.3.5 ***
- FIX: Fixed RTC compile problem on STM32F103 (bug 3468445).