Commit Graph

85 Commits (c2da0da1dc91344b1cd2e82b6e5a1657f77cf76c)

Author SHA1 Message Date
Joel Challis f2c9e82e5b
cherry pick tidy up (#14244) 4 years ago
Drashna Jaelre 15710db4ad
Move feature suspend logic out of platform specific code (#14210) 4 years ago
Takeshi ISHII c9c60d227e
add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755) 4 years ago
Donald Kjer e756a21636
eeprom_stm32: implement high density wear leveling (#12567) 4 years ago
Simon Arlott 0a1bf7f6aa
Support using a timer for wait_us() on ChibiOS-based boards (#12211) 4 years ago
Joel Challis 96e2b13d1d
Begin to carve out platform/protocol API - Single main loop (#13843) 4 years ago
Joel Challis c588d232cb
Avoid name conflicts with usb_hid Arduino code (#13870) 4 years ago
xyzz 720c676403
flash_stm32: don't unlock flash if already unlocked (#13841) 4 years ago
Joel Challis b5bcd5b0a1
Refactor some platform dependent logic (#13675) 4 years ago
Thomas Weißschuh a535d24ecf
core: chibios: bootloader: use integer pointers as volatile (#13450) 4 years ago
Joel Challis c232882fda
Allow configuration of USB_VBUS_PIN on chibios (#13342) 4 years ago
Michael Stapelberg e2c5893405
core: make RESET key work with Teensy 4.x (#13076) 4 years ago
Simon Arlott b829a1d264
Avoid 8-bit timer overflows in debounce algorithms (#12240) 4 years ago
Takeshi ISHII b72f10c635
Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) 4 years ago
James Young 1646c0f26c
2021 May 29 Breaking Changes Update (#13034) 4 years ago
James Young 7d1194de01
run: qmk cformat --core-only 4 years ago
Drashna Jaelre da0c551692
Add missing LED Matrix suspend code to suspend.c (#12878) 4 years ago
github-actions[bot] 39bc8163d0
[CI] Format code according to conventions (#12731) 4 years ago
Drashna Jaelre d8167779cd
Change RGB/LED Matrix to use a simple define for USB suspend (#12697) 4 years ago
github-actions[bot] 8c12fa2e59
Format code according to conventions (#12682) 4 years ago
Nick Brassel 891d18d356
Add initial support for tinyuf2 bootloader (when hosted on F411 blackpill) (#12600) 4 years ago
Joel Challis 1cecd593c8
Fix for gcc10 teensy_lc eeprom build warning (#12587) 4 years ago
Ryan ce99f98bb5
LED Matrix: suspend code (#12509) 4 years ago
Michael Stapelberg e95a4f4f52
core: add pin_defs for MK66F18 (#12419) 4 years ago
Michael Stapelberg 1d341ffbb0
core: add support for MK66F18 (Teensy 3.6) micro controller (#12258) 4 years ago
Joel Challis 40c7ecfdea
Move gpio wait logic to wait.h (#12067) 4 years ago
XScorpion2 cde2859a65
Split RGB Matrix (#11055) 4 years ago
Joel Challis 5ba4391cf2
Refactor of USB code within split_common (#11890) 4 years ago
Joel Challis 415a8bc249
ARM - Refactor SLEEP_LED to support more platforms (#8403) 4 years ago
Joel Challis de8caf708c
Split gpio and atomic to platform (#11792) 4 years ago
Joshua Diamond ae4ee7553a
Stop sounds when suspended (#11553) 4 years ago
Nick Brassel 49dcc824db
Fixup declaration for _kill, add other missing syscalls, populate errno. (#11608) 4 years ago
Nick Brassel e524e0a397
Add syscall fallbacks to ChibiOS builds (#11573) 4 years ago
Joshua Diamond 4d96b85b6f
Lighting Layers should be disabled when suspended (#11442) 4 years ago
Ryan 1b7b72c0e9
Ensure single newline at EOF for core files (#11310) 4 years ago
Ryan 1d1d5da43f
Change include guards in tmk_core/ and drivers/ to pragma once (#11240) 4 years ago
Ryan 501f2fdef1
Normalise include statements in core code (#11153) 4 years ago
James Young c66df16644
2020 November 28 Breaking Changes Update (#11053) 5 years ago
Adrian 120c42255b
Added EEPROM emulation for STM32F042x6 series processors (#10685) 5 years ago
Ryan b89b2030af Kiibohd bootloader, take 2 (#10129) 5 years ago
Nick Brassel 686a9d35ff Re-fix the STM32 dual-bank bootloader stuff. (#9738) 5 years ago
Nick Brassel 93e7a8f74c Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge RC circuit. (#8778) 5 years ago
Ryan d949932c08
Fix ChibiOS backlight not turning off on suspend (#10114) 5 years ago
Nick Brassel 70ce4ba56f
Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126) 5 years ago
Ryan e2d4cd1a41
Add Kiibohd bootloader type to bootloader.mk (#9908) 5 years ago
QMK Bot 95c742ec27 format code according to conventions [skip ci] 5 years ago
Joel Challis d91987ab9a
Enable OLED support for Teensy 3.2/LC (#7591) 5 years ago
James Young fced377ac0
2020 May 30 Breaking Changes Update (#9215) 5 years ago
skullY 6f30b402a2 Revert "Fix conflicting types for 'tfp_printf' (#8269)" 5 years ago
Joel Challis e17b55e33a
Fix conflicting types for 'tfp_printf' (#8269) 5 years ago