git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@839 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-03-13 19:41:13 +00:00
parent a5f92e6830
commit 5c962d5de2
1 changed files with 2 additions and 0 deletions

View File

@ -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