qmk_firmware/platforms/chibios/boards
Sergey Vlasov 9e44362179
Add minimal STM32F103C6 support (#17853)
Unfortunately, the crippled versions of “Bluepill” boards with
STM32F103C6xx chips instead of STM32F103C8xx are now sold all over the
place, sometimes advertised in a confusing way to make the difference
not noticeable until too late.  Add minimal support for these MCUs in
the common “Bluepill with stm32duino” configuration, so that it could be
possible to make something useful from those boards (although fitting
QMK into the available 24 KiB of flash may be rather hard).

(In fact, I'm not sure whether the “STM32” part of the chip name is
actually correct for those boards of uncertain origin, so the onekey
board name is `bluepill_f103c6`; another reason for that name is to
match the existing `blackpill_f401` and `blackpill_f411`.)

The EEPROM emulation support is not included on purpose, because
enabling it without having a working firmware size check would be
irresponsible with such flash size (the chance that someone would build
a firmware where the EEPROM backing store ends up overlapping some
firmware code is really high).  Other than that, enabling the EEPROM
emulation code is mostly trivial (the `wear_leveling` driver with the
`embedded_flash` backing store even works without any custom
configuration, although its code is significantly larger than the
`vendor` driver, which may also be important for such flash size).
2022-08-11 22:37:41 +01:00
..
BLACKPILL_STM32_F401 Add non blackpill F4x1 config files (#16600) 2022-04-06 01:23:04 +01:00
BLACKPILL_STM32_F411 Add non blackpill F4x1 config files (#16600) 2022-04-06 01:23:04 +01:00
common RP2040 emulated EEPROM. (#17519) 2022-07-02 15:18:50 +10:00
GENERIC_PROMICRO_RP2040 [Core] Add Raspberry Pi RP2040 support (#14877) 2022-06-30 13:19:27 +02:00
GENERIC_RP_RP2040 [Core] Add Raspberry Pi RP2040 support (#14877) 2022-06-30 13:19:27 +02:00
GENERIC_STM32_F042X6 Fixes for bootloader refactor build failures (#15638) 2022-01-06 06:55:46 +11:00
GENERIC_STM32_F072XB Fixes for bootloader refactor build failures (#15638) 2022-01-06 06:55:46 +11:00
GENERIC_STM32_F303XC ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_F401XC Add non blackpill F4x1 config files (#16600) 2022-04-06 01:23:04 +01:00
GENERIC_STM32_F405XG ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_F407XE ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_F411XE Add non blackpill F4x1 config files (#16600) 2022-04-06 01:23:04 +01:00
GENERIC_STM32_F446XE Fixes for bootloader refactor build failures (#15638) 2022-01-06 06:55:46 +11:00
GENERIC_STM32_G431XB ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_G474XE ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_L412XB ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_L432XC ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_STM32_L433XC ChibiOS 21.11.1 update. (#16251) 2022-03-07 21:04:22 +11:00
GENERIC_WB32_F3G71XX [Core] STM32_USB_USE_OTG1 => USB_ENDPOINTS_ARE_REORDERABLE (#17647) 2022-08-04 21:05:16 +10:00
GENERIC_WB32_FQ95XX Added support for Wb32fq95 (#16871) 2022-05-23 15:57:24 +10:00
IC_TEENSY_3_1/board Move chibios board files to allow tmk_core platform migration (#13777) 2021-08-18 00:04:15 +01:00
IC_TEENSY_4_1 Move chibios board files to allow tmk_core platform migration (#13777) 2021-08-18 00:04:15 +01:00
keyboard-config-templates Move chibios board files to allow tmk_core platform migration (#13777) 2021-08-18 00:04:15 +01:00
QMK_PM2040 Use Pro Micro pinout for SDA/SCL (#17595) 2022-07-20 18:24:34 +01:00
QMK_PROTON_C Refactor CTPC logic to allow future converters (#16621) 2022-04-03 18:22:52 +01:00
SIPEED_LONGAN_NANO [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
STM32_F103_STM32DUINO Add minimal STM32F103C6 support (#17853) 2022-08-11 22:37:41 +01:00