aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 19:41:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-13 19:41:13 +0000
commit5c962d5de2a14e34c39647b5693a6e74ef62a46c (patch)
tree37901563d0890cab3c2ce58f38f7a4e7d7c4a587
parenta5f92e68309aa5270602cb6e911c43c9bc370408 (diff)
downloadChibiOS-5c962d5de2a14e34c39647b5693a6e74ef62a46c.tar.gz
ChibiOS-5c962d5de2a14e34c39647b5693a6e74ef62a46c.tar.bz2
ChibiOS-5c962d5de2a14e34c39647b5693a6e74ef62a46c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@839 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 18184bf5c..73d28de7e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -102,6 +102,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
branch).
- FIX: Fixed a problem with a wrong declaration of the PLL structure in the
file lpc214x.h (backported in stable branch).
+- FIX: Removed EMAC driver from the AT91SAM7X256 demo makefile (bug 2686347).
+- FIX: Removed C++ wrapper from the STM32 demo makefile (bug 2686451).
- FIX: Fixed a problem with some event APIs not showing in the documentation
(backported in stable branch).
- FIX: Fixed wrong assertions in chThdWait() and chHeapFree() (backported in