aboutsummaryrefslogtreecommitdiffstats
path: root/test/configs
diff options
context:
space:
mode:
authorArek <arek@raj.priv.pl>2021-02-19 02:12:32 +0100
committerGitHub <noreply@github.com>2021-02-18 20:12:32 -0500
commite6d1910ef97fdc6e49bdd5cd82e0bd310d3b246b (patch)
tree0d79f4ff0e261a872bf5d41ab321caff269b448a /test/configs
parent03b3cff823ce66fe70ced88bf6e3c78cccafd7f8 (diff)
downloadkutter-e6d1910ef97fdc6e49bdd5cd82e0bd310d3b246b.tar.gz
kutter-e6d1910ef97fdc6e49bdd5cd82e0bd310d3b246b.tar.xz
kutter-e6d1910ef97fdc6e49bdd5cd82e0bd310d3b246b.zip
stm32: Add STM32F429 variant (#3926)
* Add F429 variant; add CAN on PD0,PD1; add 25Mhx clock; move CAN1_RX from PI8 to correct position (PI9) * Add test for STM32F429 Signed-off-by: Arkadiusz Raj <arek.raj@gmail.com>
Diffstat (limited to 'test/configs')
-rw-r--r--test/configs/stm32f429.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configs/stm32f429.config b/test/configs/stm32f429.config
new file mode 100644
index 00000000..97474d02
--- /dev/null
+++ b/test/configs/stm32f429.config
@@ -0,0 +1,3 @@
+# Base config file for STM32F429 ARM processor
+CONFIG_MACH_STM32=y
+CONFIG_MACH_STM32F429=y