-
-
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
Tentative Teensy 3.5 support #14420
Tentative Teensy 3.5 support #14420
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.
LGTM, although I don't have the hw to test it.
I recommend a rebase so the new MCU can be added to the MCU2BOOTLOADER
list in lib/python/qmk/constants.py
.
Thank you for your contribution! |
This waiting on anything else? |
Just contrib submodule update. Still 21.11.x so I don't think there's anything special needs to happen. |
Looks like it just needs an update w.r.t. the list of MCUs now that RP2040 is in. Collision on the same line, I'd imagine. |
* Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz
Description
Depends on ChibiOS/ChibiOS-Contrib#306
Types of Changes
Issues Fixed or Closed by This PR
Checklist