diff options
Diffstat (limited to 'lib/chibios-contrib/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/mcuconf_community.h')
-rw-r--r-- | lib/chibios-contrib/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/mcuconf_community.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/chibios-contrib/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/mcuconf_community.h b/lib/chibios-contrib/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/mcuconf_community.h new file mode 100644 index 000000000..f9f7aa701 --- /dev/null +++ b/lib/chibios-contrib/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/mcuconf_community.h | |||
@@ -0,0 +1,33 @@ | |||
1 | /* | ||
2 | ChibiOS/RT - Copyright (C) 2014 Uladzimir Pylinsky aka barthess | ||
3 | |||
4 | Licensed under the Apache License, Version 2.0 (the "License"); | ||
5 | you may not use this file except in compliance with the License. | ||
6 | You may obtain a copy of the License at | ||
7 | |||
8 | http://www.apache.org/licenses/LICENSE-2.0 | ||
9 | |||
10 | Unless required by applicable law or agreed to in writing, software | ||
11 | distributed under the License is distributed on an "AS IS" BASIS, | ||
12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
13 | See the License for the specific language governing permissions and | ||
14 | limitations under the License. | ||
15 | */ | ||
16 | |||
17 | /* | ||
18 | * FSMC driver system settings. | ||
19 | */ | ||
20 | #define STM32_FSMC_USE_FSMC1 FALSE | ||
21 | #define STM32_FSMC_FSMC1_IRQ_PRIORITY 10 | ||
22 | |||
23 | /* | ||
24 | * FSMC SDRAM driver system settings. | ||
25 | */ | ||
26 | #define STM32_USE_FSMC_SDRAM FALSE | ||
27 | #define STM32_SDRAM_USE_FSMC_SDRAM1 FALSE | ||
28 | #define STM32_SDRAM_USE_FSMC_SDRAM2 FALSE | ||
29 | |||
30 | /* | ||
31 | * FSMC SRAM driver system settings. | ||
32 | */ | ||
33 | #define STM32_USE_FSMC_SRAM FALSE | ||