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>
This commit is contained in:
Arek 2021-02-19 02:12:32 +01:00 committed by GitHub
parent 03b3cff823
commit e6d1910ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 9 deletions

View file

@ -0,0 +1,3 @@
# Base config file for STM32F429 ARM processor
CONFIG_MACH_STM32=y
CONFIG_MACH_STM32F429=y