summaryrefslogtreecommitdiff
path: root/platforms/avr/platform.mk
AgeCommit message (Collapse)Author
2022-07-07[Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann
mpaland printf implementation was abandoned in ~2019 and the fork by eyalroz is now regarded to be the goto replacement of it. So this commit incoporates the changes needed to use this fork in QMK. Note that pointer ptrdiff_t is always supported since commit 51c90f93a97fdaef895783ecbe24569be0db7cb8
2022-06-06[Core] Update C standard to GNU11, C++ to GNU++14 (#17114)Stefan Kerkmann
2022-05-18Workaround for recent -Werror=array-bounds AVR issues (#17136)Joel Challis
2022-04-22[Core] Allow usage of AVRs minimal printf library (#16266)Stefan Kerkmann
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2022-02-26[Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269)Stefan Kerkmann
2022-02-05Followup to #16220, more test error output. (#16221)Nick Brassel
2021-11-19Move tmk_core/common/<plat> (#13918)Joel Challis