Fixed FSMC in the registry for F1 devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9372 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
007848489e
commit
69a55e3819
|
@ -859,7 +859,10 @@
|
|||
#define STM32_HAS_DMA2D FALSE
|
||||
|
||||
/* FSMC attributes.*/
|
||||
#define STM32_HAS_FSMC FALSE
|
||||
#define STM32_HAS_FSMC TRUE
|
||||
#define STM32_FSMC_IS_FMC FALSE
|
||||
#define STM32_FSMC_HANDLER Vector100
|
||||
#define STM32_FSMC_NUMBER 48
|
||||
|
||||
/* CRC attributes.*/
|
||||
#define STM32_HAS_CRC TRUE
|
||||
|
@ -1102,7 +1105,10 @@
|
|||
#define STM32_HAS_DMA2D FALSE
|
||||
|
||||
/* FSMC attributes.*/
|
||||
#define STM32_HAS_FSMC FALSE
|
||||
#define STM32_HAS_FSMC TRUE
|
||||
#define STM32_FSMC_IS_FMC FALSE
|
||||
#define STM32_FSMC_HANDLER Vector100
|
||||
#define STM32_FSMC_NUMBER 48
|
||||
|
||||
/* CRC attributes.*/
|
||||
#define STM32_HAS_CRC TRUE
|
||||
|
|
Loading…
Reference in New Issue