qmk_firmware/tmk_core/common/chibios
Michael Stapelberg 7f8faa429e
core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947)
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes https://github.com/kinx-project/kint/issues/8

related to https://github.com/kinx-project/kint/issues/10
2021-11-01 21:52:34 +00:00
..
_timer.h
_wait.c
_wait.h Refactor use of STM32_SYSCLK (#14430) 2021-09-14 12:18:36 +10:00
atomic_util.h
bootloader.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
chibios_config.h [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
eeprom_stm32.c Migrate STM32_EEPROM_ENABLE to use EEPROM_DRIVER (#14433) 2021-09-15 01:21:36 -07:00
eeprom_stm32.h
eeprom_stm32_defs.h [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
eeprom_teensy.c core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947) 2021-11-01 21:52:34 +00:00
flash_stm32.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
flash_stm32.h cherry pick tidy up (#14244) 2021-08-31 00:25:41 +01:00
gd32v_compatibility.h [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
gpio.h
pin_defs.h
platform.c
platform_deps.h
sleep_led.c Manually format develop (#15003) 2021-11-01 19:18:33 +00:00
suspend.c Add Support for USB programmable buttons (#12950) 2021-09-15 08:40:22 -07:00
syscall-fallbacks.c [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 2021-10-18 16:23:20 +11:00
timer.c
wait.c