-
-
Notifications
You must be signed in to change notification settings - Fork 42.4k
Add support for STM32F407x MCUs. #13718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please move platforms/chibios/GENERIC_STM32_F407VG to platforms/chibios/GENERIC_STM32_F407XE -- in general the preference is to provide the "base" version and allow people to override the size through an ldscript override in their rules.mk -- otherwise the core side of things ends up blowing out considerably.
I'll retarget to the develop branch because it's core-related, and not a bugfix. Looks like you'll need to rebase -- apologies for that.
|
Alright, I rebased to develop and applied all suggestions. |
|
Looks like a couple of cannonkeys files were unintentionally modified -- if we can get that rectified this looks good to go. |
Remove options for dfu flashing Co-authored-by: Ryan <fauxpark@gmail.com>
|
Can you please check the PR again? |
USART2 change still hasn't been applied, I'm afraid. |
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add support for STM32F407x MCUs. * Removing STMF407 MCU variation * Update quantum/mcu_selection.mk Remove options for dfu flashing Co-authored-by: Ryan <fauxpark@gmail.com> * DISABLE STM32_USB_USE_OTG1 * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: thomas.pollak <thomas.pollak@dynatrace.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add support for STM32F407x MCUs. * Removing STMF407 MCU variation * Update quantum/mcu_selection.mk Remove options for dfu flashing Co-authored-by: Ryan <fauxpark@gmail.com> * DISABLE STM32_USB_USE_OTG1 * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: thomas.pollak <thomas.pollak@dynatrace.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
Add support for STM32F407xE (512KB) and STM32F407xG (1MB) MCUs.
Description
Extended the build and python files to support these two STM32F407 MCU variations using the ST_STM32F4_DISCOVERY (STM32F407xG) board files. The mcuconf.h already existed in ChibiOS.
Types of Changes
Issues Fixed or Closed by This PR
Checklist