summaryrefslogtreecommitdiff
path: root/target/arm/systems/st-stm32f429
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-19 18:11:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-19 18:11:47 +0100
commit09ae129e9e97e25ddde0c4acdace8c3c1da32b2b (patch)
tree4191c9cf8f563a647192568c693c13b79620d17d /target/arm/systems/st-stm32f429
parent10e7e6eddb7efd545199a5b817dde03130389626 (diff)
add basic bits and bytes for stm32f429 support
Diffstat (limited to 'target/arm/systems/st-stm32f429')
-rw-r--r--target/arm/systems/st-stm32f42911
1 files changed, 11 insertions, 0 deletions
diff --git a/target/arm/systems/st-stm32f429 b/target/arm/systems/st-stm32f429
new file mode 100644
index 000000000..389e5b74d
--- /dev/null
+++ b/target/arm/systems/st-stm32f429
@@ -0,0 +1,11 @@
+config ADK_TARGET_SYSTEM_ST_STM32F429
+ bool "STMicroelectronics STM32F429"
+ depends on ADK_TARGET_LITTLE_ENDIAN
+ select ADK_TARGET_CPU_ARM_CORTEX_M4
+ select ADK_TARGET_WITH_SERIAL
+ select ADK_TARGET_UCLINUX
+ select ADK_TARGET_KERNEL_XIPIMAGE
+ select ADK_HOST_BUILD_OPENOCD
+ help
+ STMicroelectronics STM32F429
+