From ed2d5ccc2088f5107434276d6ac9851191aa2a09 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 13 Mar 2009 21:38:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@845 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) 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