Fixed bug 2788573.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@952 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
3d2fd8eb54
commit
a1cf10b2d3
|
@ -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.
|
* @brief AT91SAM7X Serial driver macros and structures.
|
||||||
* @addtogroup AT91SAM7X_SERIAL
|
* @addtogroup AT91SAM7X_SERIAL
|
||||||
* @{
|
* @{
|
||||||
|
|
|
@ -161,6 +161,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
(backported in stable branch).
|
(backported in stable branch).
|
||||||
- FIX: Fixed wrong assertions in chThdWait() and chHeapFree() (backported in
|
- FIX: Fixed wrong assertions in chThdWait() and chHeapFree() (backported in
|
||||||
stable branch).
|
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.
|
- FIX: Fixed a small problem in the chcore.c template file.
|
||||||
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
|
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
|
||||||
- NEW: Most APIs with a timeout specification now accept the constant
|
- NEW: Most APIs with a timeout specification now accept the constant
|
||||||
|
|
Loading…
Reference in New Issue