qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.08k stars 38.87k forks source link

[Core] STM32G0x1 support #24301

Open KarlK90 opened 1 month ago

KarlK90 commented 1 month ago

Description

This adds support for the stm32g0x1 line of mcus which is the spiritual successor of the stm32f072 line.

Types of Changes

Issues Fixed or Closed by This PR

Checklist

tzarc commented 1 month ago

Bootloader might need some messing about with. By default the option bytes disable BOOT0 on a physical pin, IIRC. That, along with dual-bank flash make things a bit difficult to reflash once a firmware is present.