Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmcmanis <cmcmanis@mcmanis.com>2014-01-01 23:52:50 +0400
committerFrantisek Burian <BuFran@seznam.cz>2014-02-06 03:41:52 +0400
commit07d00769341b1fdefb8fe7c21c2810b05f4b2be0 (patch)
tree44eb593d9b25b15fb72fa3eefa91a656926a9f63 /include/libopencm3/stm32/fsmc.h
parent3fc84d65195b1b0920d72687520ad9a70a6e9e52 (diff)
Updates for STM32F429 chip
After a few rounds of review, changes are added to support additional peripherals of the STM32F427/429
Diffstat (limited to 'include/libopencm3/stm32/fsmc.h')
-rw-r--r--include/libopencm3/stm32/fsmc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/fsmc.h b/include/libopencm3/stm32/fsmc.h
index 2a8e55c3..05773580 100644
--- a/include/libopencm3/stm32/fsmc.h
+++ b/include/libopencm3/stm32/fsmc.h
@@ -23,6 +23,10 @@
#include <libopencm3/stm32/memorymap.h>
#include <libopencm3/cm3/common.h>
+#if defined(STM32F4)
+# include <libopencm3/stm32/f4/fmc.h>
+#endif
+
/* --- Convenience macros -------------------------------------------------- */
#define FSMC_BANK1_BASE 0x60000000 /* NOR / PSRAM */