Fixed bug 2788573.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@952 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-05-09 09:43:14 +00:00
parent 3d2fd8eb54
commit a1cf10b2d3
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/
/**
* @file ports/ARM7-AT91SAM7X/sam7x_serial.h
* @file ports/ARM7-AT91SAM7X/sam7x_serial.c
* @brief AT91SAM7X Serial driver macros and structures.
* @addtogroup AT91SAM7X_SERIAL
* @{

View File

@ -161,6 +161,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
(backported in stable branch).
- FIX: Fixed wrong assertions in chThdWait() and chHeapFree() (backported in
stable branch).
- FIX: Fixed @file tag in sam7x_serial.c (bug 2788573) (backported in stable
branch).
- FIX: Fixed a small problem in the chcore.c template file.
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
- NEW: Most APIs with a timeout specification now accept the constant