You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
3 years ago
..
arm_atsam [Core] Update mpaland/printf to eyalroz/printf fork (#16163) 3 years ago
avr Remove legacy AVR ssd1306 driver (#17864) 3 years ago
chibios Add minimal STM32F103C6 support (#17853) 3 years ago
test Rework paths for eeprom locations. (#17326) 4 years ago
atomic_util.h Move tmk_core/common/<plat> (#13918) 4 years ago
bootloader.h [Core] Add Reboot keycode to core (#15990) 4 years ago
common.mk Expose API for hardware unique ID (#16869) 4 years ago
eeprom.h Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) 3 years ago
gpio.h Move tmk_core/common/<plat> (#13918) 4 years ago
hardware_id.h Expose API for hardware unique ID (#16869) 4 years ago
pin_defs.h Redo workaround for pin_def errors on KINETIS (#16620) 4 years ago
progmem.h Remove use of __flash due to LTO issues (#15268) 4 years ago
sleep_led.h Move tmk_core/common/<plat> (#13918) 4 years ago
suspend.c Format code according to conventions (#16322) 4 years ago
suspend.h Remove unused suspend_idle (#16063) 4 years ago
synchronization_util.h [Fix] Fix compilation warning for non-split keebs after #17423 (#17439) 4 years ago
timer.h Format code according to conventions (#16322) 4 years ago
wait.h Move tmk_core/common/<plat> (#13918) 4 years ago