-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add insomniac feature to suppress sleep at WFI because Humility doesn't know how to attach to an STM32G0 that is sleeping. - Fix bug in user leds "blink on start" feature that failed to actually set up blink on start, because there are several pieces of data to update and I missed two of them. I've simplified it. - Remap to make pins A9 and A10 available -- they're muxed away on G0 by default and need to be activated (see main). Extra fun because the relevant bits in the PAC are wrong. - Fix I2C pin mapping for the actual fabbed board. - Activate PLL and boost CPU to 64 MHz for bragging rights. - Adjust I2C clock configuration to account for that.
- Loading branch information
Showing
6 changed files
with
111 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters