Fixed Bug #780.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9816 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a736f4dd77
commit
915c7e5362
|
@ -1233,7 +1233,8 @@
|
|||
#define STM32_DMA2_CH7_NUMBER 70
|
||||
|
||||
/* ETH attributes.*/
|
||||
#if defined(STM32F405xx) || defined(STM32F415xx)
|
||||
#if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F205xx) || \
|
||||
defined(STM32F215xx)
|
||||
#define STM32_HAS_ETH FALSE
|
||||
#else
|
||||
#define STM32_HAS_ETH TRUE
|
||||
|
|
|
@ -144,6 +144,8 @@
|
|||
- RT: Merged RT4.
|
||||
- NIL: Merged NIL2.
|
||||
- NIL: Added STM32F7 demo.
|
||||
- HAL: Fixed wrong registry for STM32F205xx and STM32F215xx port
|
||||
(bug #780)(backported to 16.1.6, 3.0.6).
|
||||
- HAL: Fixed wrong HSE checks and PLL2 enable switch in STM32F105 and
|
||||
STM32F107 port (bug #779)(backported to 16.1.6, 3.0.6, 2.6.10).
|
||||
- HAL: Fixed wrong SRAM2_BASE in STM32F7xx port (bug #778)
|
||||
|
|
Loading…
Reference in New Issue