summaryrefslogtreecommitdiff
path: root/platforms/avr
AgeCommit message (Expand)AuthorFilesLines
2023-01-11De-duplicate platform detection (#19545)Joel Challis1-0/+2
2022-11-06Merge remote-tracking branch 'origin/master' into developDrashna Jael're1-1/+1
2022-10-31Refactor to avoid deprecated wmic execution (#18122)Joel Challis1-1/+1
2022-10-03Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+2
2022-10-03`:flash`: print bootloader (#18569)Ryan1-1/+2
2022-08-31Move bootloader.mk to platforms (#18228)Ryan1-0/+144
2022-08-28Remove deprecated USBasp and bootloadHID bootloader types (#18195)Ryan1-2/+2
2022-08-14Improve avr wait_us() (#16879)Takeshi ISHII1-9/+29
2022-07-31Remove legacy AVR ssd1306 driver (#17864)Joel Challis2-416/+0
2022-07-12Include stdint.h in avr/i2c_master.h (#17639)jack1-0/+2
2022-07-07[Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann1-0/+1
2022-06-25Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+4
2022-06-25[Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466)Drashna Jaelre1-0/+4
2022-06-22Fix AVR I2C master 1ms timeout (#17174)Daniel Kao1-6/+6
2022-06-06[Core] Update C standard to GNU11, C++ to GNU++14 (#17114)Stefan Kerkmann1-1/+1
2022-05-30Improve PS/2 mouse performance (#17111)Andrew Dunai1-2/+2
2022-05-18Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+2
2022-05-18Fix platforms/avr/drivers/ws2812.c (#17043)Takeshi ISHII1-1/+2
2022-05-18Workaround for recent -Werror=array-bounds AVR issues (#17136)Joel Challis1-0/+5
2022-05-14[Core] Add Reboot keycode to core (#15990)Drashna Jaelre6-1/+52
2022-04-29Move disable_jtag to platforms (#16960)Joel Challis1-1/+12
2022-04-22[Core] Allow usage of AVRs minimal printf library (#16266)Stefan Kerkmann1-0/+9
2022-04-18Fixup AVR builds. (#16875)Nick Brassel1-0/+6
2022-04-18Expose API for hardware unique ID (#16869)Joel Challis1-0/+13
2022-03-19HD44780 driver rework (#16370)Ryan2-890/+0
2022-03-10Force platform pin defs to be included (#16611)Joel Challis1-0/+0
2022-03-04Merge remote-tracking branch 'origin/master' into developQMK Bot2-4/+1
2022-03-04analog.[ch]: remove unnecessary includes (#16471)Ryan2-4/+1
2022-02-26[Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269)Stefan Kerkmann1-1/+8
2022-02-12Format code according to conventions (#16322)QMK Bot23-133/+191
2022-02-05Followup to #16220, more test error output. (#16221)Nick Brassel1-1/+1
2022-02-05Initial migration of suspend callbacks (#16067)Joel Challis1-29/+13
2022-02-03Create a build error if no bootloader is specified. (#16181)Nick Brassel1-0/+0
2022-01-26Deprecate split transactions status field (#16023)Stefan Kerkmann1-32/+7
2022-01-26Remove unused suspend_idle (#16063)Joel Challis1-13/+0
2021-12-27Format code according to conventions (#15593)QMK Bot6-13/+8
2021-12-27Refactor `bootloader_jump()` implementations (#15450)Ryan7-293/+332
2021-12-26More GPIO compilation fixes. (#15592)Nick Brassel1-0/+1
2021-12-27Defer pin operations to gpio.h (#15589)Nick Brassel1-6/+0
2021-12-27Add open-drain GPIO support. (#15282)Nick Brassel1-14/+3
2021-12-02Tidy up existing i2c_master implementations (#15376)Joel Challis1-2/+5
2021-11-25Tidy up adjustable ws2812 timing (#15299)Joel Challis1-8/+3
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis19-0/+1905
2021-11-15Fix uart function prototypes (#15162)Drashna Jaelre1-2/+2
2021-11-13Update UART driver API (#14839)Ryan2-9/+25
2021-11-01Manually format develop (#15003)Joel Challis1-1/+1
2021-10-24Align usbasp flashing behaviour (#14928)Joel Challis1-0/+9
2021-10-20Relocate PS2 code (#14895)Joel Challis2-0/+278
2021-10-07i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2-0/+58
2021-10-06Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre2-0/+349