diff options
author | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-02 10:47:23 +0000 |
---|---|---|
committer | roccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-07-02 10:47:23 +0000 |
commit | b726cf60f91a9877eb98ddff6c83749299c5720c (patch) | |
tree | 6333ef7394407bbf9f7df933750cd316ed004f2b /readme.txt | |
parent | e12b2cc894208bcb92e634f294a30499e9d0e1ef (diff) | |
download | ChibiOS-b726cf60f91a9877eb98ddff6c83749299c5720c.tar.gz ChibiOS-b726cf60f91a9877eb98ddff6c83749299c5720c.tar.bz2 ChibiOS-b726cf60f91a9877eb98ddff6c83749299c5720c.zip |
Fixed Bug #852
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10291 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 06a8e9227..e02109aed 100644 --- a/readme.txt +++ b/readme.txt @@ -43,6 +43,7 @@ | | +--ports/ - RTOS ports usable by both RT and NIL.
| | +--startup/ - Startup support for all compilers and platforms.
| +--ex/ - EX component.
+ | | +--dox/ - EX documentation resources.
| | +--Micron/ - EX complex drivers for Micron devices.
| | +--ST/ - EX complex drivers for STMicroelectronics devices.
| | +--subsystems/ - EX subsystems.
@@ -88,6 +89,8 @@ *****************************************************************************
*** Next ***
+- EX: Fixed documentation-related issues (bug #852)(backported to 17.6.1).
+- HAL: Fixed documentation-related issues (bug #852)(backported to 17.6.1).
- HAL: Fixed wrong frame size code in STM32 USARTv2 UART driver (bug #851)
(backported to 17.6.1 and 16.1.9).
- NIL: Fixed documentation-related issues (bug #850)(backported to 17.6.1).
|