git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9816 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-09-28 11:44:36 +00:00
parent a736f4dd77
commit 915c7e5362
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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)