diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-11-15 10:58:06 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-11-15 10:58:06 +0000 |
commit | 814f45bc703fc6dba726c7783114515331024351 (patch) | |
tree | 51f0e7f88f08acf868e24e6daf60c3708898b6d0 /readme.txt | |
parent | 30b7651875f7eee983f89b153a547ad3c8c4ae0a (diff) | |
download | ChibiOS-814f45bc703fc6dba726c7783114515331024351.tar.gz ChibiOS-814f45bc703fc6dba726c7783114515331024351.tar.bz2 ChibiOS-814f45bc703fc6dba726c7783114515331024351.zip |
Fixed bug #791.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9914 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 10ab46a02..371c8d843 100644 --- a/readme.txt +++ b/readme.txt @@ -147,6 +147,8 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed missing ARPE bit in CR1 initialization on STM32 GPT driver
+ (bug #791)(backported to 16.1.6, 3.0.6).
- HAL: Fixed wrong DMA definition for STM32F303x8 ADC (bug #790)(backported
to 16.1.6).
- VAR: Fixed GCC garbage collector discards code in syscalls.c (bug #789)
|