aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 21:38:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 21:38:09 +0000
commited2d5ccc2088f5107434276d6ac9851191aa2a09 (patch)
treec44b74f6a24fedf1fbe04d955271004672125c90
parent196ea509176fbb4f1341b9f7f1fbaed2ee286047 (diff)
downloadChibiOS-ed2d5ccc2088f5107434276d6ac9851191aa2a09.tar.gz
ChibiOS-ed2d5ccc2088f5107434276d6ac9851191aa2a09.tar.bz2
ChibiOS-ed2d5ccc2088f5107434276d6ac9851191aa2a09.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@845 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 19db5e968..27198a186 100644
--- a/readme.txt
+++ b/readme.txt
@@ -87,6 +87,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
the macro chSysGetTime() in chTimeNow(), the old names are still recognized
but marked as deprecated (fixes the bug 2678953 but goes a bit further by
introducing a new API category "Time").
+- FIX: Fixed makefile problems in the AT91SAM7X256 and STM32 demos (bugs
+ 2686347 and 2686451).
+- FIX: Fixed AT91SAM7X256 EMAC driver (bug 2686349).
- OPT: Small optimization to the Cortex-M3 thread startup code, improved thread
related performance scores and smaller code.
- OPT: Alternative implementations for port_lock() and port_unlock() when