summaryrefslogtreecommitdiffstats
path: root/platforms/avr
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-08-231-2/+1
|\
| * Generalize AVR -Werror=array-bounds workaround (#21798)Thomas Weißschuh2023-08-231-2/+1
* | backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-212-168/+299
* | quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-6/+2
* | Eliminate `TMK_COMMON_*` in makefiles (#21517)Ryan2023-07-151-2/+2
* | Relocate backlight drivers (#21444)Ryan2023-07-081-0/+463
* | Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-061-3/+6
|/
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-4/+4
* Disable specific warnings to mitigate compilation problems with `KEEP_INTERME...Nick Brassel2023-04-051-0/+4
* WS2812 driver improvements (#20262)Ryan2023-03-302-5/+5
* Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis2023-03-231-2/+1
* Split out mcu_selection to platform (#19701)Joel Challis2023-01-291-0/+95
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
* De-duplicate platform detection (#19603)Joel Challis2023-01-191-0/+2
* Revert "De-duplicate platform detection (#19545)" (#19564)Joel Challis2023-01-111-2/+0
* De-duplicate platform detection (#19545)Joel Challis2023-01-111-0/+2
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-061-1/+1
|\
| * Refactor to avoid deprecated wmic execution (#18122)Joel Challis2022-10-311-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-031-1/+2
|\|
| * `:flash`: print bootloader (#18569)Ryan2022-10-031-1/+2
* | Move bootloader.mk to platforms (#18228)Ryan2022-08-311-0/+144
* | Remove deprecated USBasp and bootloadHID bootloader types (#18195)Ryan2022-08-281-2/+2
|/
* Improve avr wait_us() (#16879)Takeshi ISHII2022-08-141-9/+29
* Remove legacy AVR ssd1306 driver (#17864)Joel Challis2022-07-312-416/+0
* Include stdint.h in avr/i2c_master.h (#17639)jack2022-07-121-0/+2
* [Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann2022-07-071-0/+1
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-251-0/+4
|\
| * [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466)Drashna Jaelre2022-06-251-0/+4
* | Fix AVR I2C master 1ms timeout (#17174)Daniel Kao2022-06-221-6/+6
* | [Core] Update C standard to GNU11, C++ to GNU++14 (#17114)Stefan Kerkmann2022-06-061-1/+1
* | Improve PS/2 mouse performance (#17111)Andrew Dunai2022-05-301-2/+2
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-181-1/+2
|\
| * Fix platforms/avr/drivers/ws2812.c (#17043)Takeshi ISHII2022-05-181-1/+2
* | Workaround for recent -Werror=array-bounds AVR issues (#17136)Joel Challis2022-05-181-0/+5
* | [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-146-1/+52
* | Move disable_jtag to platforms (#16960)Joel Challis2022-04-291-1/+12
* | [Core] Allow usage of AVRs minimal printf library (#16266)Stefan Kerkmann2022-04-221-0/+9
* | Fixup AVR builds. (#16875)Nick Brassel2022-04-181-0/+6
* | Expose API for hardware unique ID (#16869)Joel Challis2022-04-181-0/+13
* | HD44780 driver rework (#16370)Ryan2022-03-192-890/+0
* | Force platform pin defs to be included (#16611)Joel Challis2022-03-101-0/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-042-4/+1
|\|
| * analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-042-4/+1
* | [Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269)Stefan Kerkmann2022-02-261-1/+8
|/
* Format code according to conventions (#16322)QMK Bot2022-02-1223-133/+191
* Followup to #16220, more test error output. (#16221)Nick Brassel2022-02-051-1/+1
* Initial migration of suspend callbacks (#16067)Joel Challis2022-02-051-29/+13
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-031-0/+0
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-261-32/+7
* Remove unused suspend_idle (#16063)Joel Challis2022-01-261-13/+0