summaryrefslogtreecommitdiff
path: root/platforms/avr
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-06
|\
| * Refactor to avoid deprecated wmic execution (#18122)Joel Challis2022-10-31
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-03
|\|
| * `:flash`: print bootloader (#18569)Ryan2022-10-03
* | Move bootloader.mk to platforms (#18228)Ryan2022-08-31
* | Remove deprecated USBasp and bootloadHID bootloader types (#18195)Ryan2022-08-28
|/
* Improve avr wait_us() (#16879)Takeshi ISHII2022-08-14
* Remove legacy AVR ssd1306 driver (#17864)Joel Challis2022-07-31
* Include stdint.h in avr/i2c_master.h (#17639)jack2022-07-12
* [Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann2022-07-07
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-25
|\
| * [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466)Drashna Jaelre2022-06-25
* | Fix AVR I2C master 1ms timeout (#17174)Daniel Kao2022-06-22
* | [Core] Update C standard to GNU11, C++ to GNU++14 (#17114)Stefan Kerkmann2022-06-06
* | Improve PS/2 mouse performance (#17111)Andrew Dunai2022-05-30
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-18
|\
| * Fix platforms/avr/drivers/ws2812.c (#17043)Takeshi ISHII2022-05-18
* | Workaround for recent -Werror=array-bounds AVR issues (#17136)Joel Challis2022-05-18
* | [Core] Add Reboot keycode to core (#15990)Drashna Jaelre2022-05-14
* | Move disable_jtag to platforms (#16960)Joel Challis2022-04-29
* | [Core] Allow usage of AVRs minimal printf library (#16266)Stefan Kerkmann2022-04-22
* | Fixup AVR builds. (#16875)Nick Brassel2022-04-18
* | Expose API for hardware unique ID (#16869)Joel Challis2022-04-18
* | HD44780 driver rework (#16370)Ryan2022-03-19
* | Force platform pin defs to be included (#16611)Joel Challis2022-03-10
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-04
|\|
| * analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-04
* | [Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269)Stefan Kerkmann2022-02-26
|/
* Format code according to conventions (#16322)QMK Bot2022-02-12
* Followup to #16220, more test error output. (#16221)Nick Brassel2022-02-05
* Initial migration of suspend callbacks (#16067)Joel Challis2022-02-05
* Create a build error if no bootloader is specified. (#16181)Nick Brassel2022-02-03
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-26
* Remove unused suspend_idle (#16063)Joel Challis2022-01-26
* Format code according to conventions (#15593)QMK Bot2021-12-27
* Refactor `bootloader_jump()` implementations (#15450)Ryan2021-12-27
* More GPIO compilation fixes. (#15592)Nick Brassel2021-12-26
* Defer pin operations to gpio.h (#15589)Nick Brassel2021-12-27
* Add open-drain GPIO support. (#15282)Nick Brassel2021-12-27
* Tidy up existing i2c_master implementations (#15376)Joel Challis2021-12-02
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-25
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-19
* Fix uart function prototypes (#15162)Drashna Jaelre2021-11-15
* Update UART driver API (#14839)Ryan2021-11-13
* Manually format develop (#15003)Joel Challis2021-11-01
* Align usbasp flashing behaviour (#14928)Joel Challis2021-10-24
* Relocate PS2 code (#14895)Joel Challis2021-10-20
* i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-07
* Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre2021-10-06
* Merge remote-tracking branch 'upstream/master' into developfauxpark2021-09-10
|\