Fixed Bug #792 (Partially done on r9915)

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9921 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-11-19 16:31:45 +00:00
parent b7e224e21b
commit 7f8bcc6c68
1 changed files with 2 additions and 0 deletions

View File

@ -148,6 +148,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed wrong entries in STM32L4 registry (bug #792)(backported to
16.1.6).
- 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