-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Add support for STM32F407x MCUs. #13718
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 <[email protected]>
Can you please check the PR again? |
USART2 change still hasn't been applied, I'm afraid. |
Co-authored-by: Drashna Jaelre <[email protected]>
* qmk/develop: (175 commits) Add support for STM32F407x MCUs. (qmk#13718) [Keyboard] Add Pancake v2 (qmk#13839) [Keyboard] Added CapsLED and ScrollLock LEDs (qmk#13837) [Keymap] Drashna split transport improvement (qmk#13905) [Keyboard] a1200 converter minor changes (qmk#13848) [Keyboard] Gorthage Truck - New PCB (qmk#13909) [Keyboard] Clean up lfkpad and add keymap (qmk#13881) [Keyboard] Adding my Nyquist keymap (qmk#13858) [Keyboard] Fix matrix_output_unselect_delay for handwired/xealousbrown (qmk#13913) [Keyboard] fixes for KBD67 rev2 (qmk#13906) Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines Part 2 (qmk#13912) Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (qmk#11842) Remove Full Bootmagic (qmk#13846) [Keyboard] Added 67mk_E PCB (qmk#13869) [Keyboard] Modify key drive pins for mojo68 (qmk#13863) [Keyboard] Use new matrix_output_select_delay api (qmk#13861) [Keyboard] add handwired/oem_ansi_fullsize (qmk#13857) [Keymap] JackKenney's keymap for GMMK Pro (qmk#13853) [Keyboard] Fix oled_task_user for chocolatebar (qmk#13911) clean up CRLF instances (qmk#13910) ...
* Add support for STM32F407x MCUs. * Removing STMF407 MCU variation * Update quantum/mcu_selection.mk Remove options for dfu flashing Co-authored-by: Ryan <[email protected]> * DISABLE STM32_USB_USE_OTG1 * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: Drashna Jaelre <[email protected]> * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: thomas.pollak <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
* Add support for STM32F407x MCUs. * Removing STMF407 MCU variation * Update quantum/mcu_selection.mk Remove options for dfu flashing Co-authored-by: Ryan <[email protected]> * DISABLE STM32_USB_USE_OTG1 * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: Drashna Jaelre <[email protected]> * Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h Co-authored-by: thomas.pollak <[email protected]> Co-authored-by: Ryan <[email protected]> Co-authored-by: Drashna Jaelre <[email protected]> Co-authored-by: Nick Brassel <[email protected]>
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