summaryrefslogtreecommitdiff
path: root/platforms/avr/platform.mk
AgeCommit message (Collapse)Author
2023-11-13Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469)Nick Brassel
This reverts commit de3c42125b661f62757f8ee4f6184c089340d3a0.
2023-11-13chibios: disable RWX segment warning on newer GNU lds (#22007)Thomas Weißschuh
2023-09-12Remove 'Firmware size check does not yet support' message (#21977)Joel Challis
2023-08-23Generalize AVR -Werror=array-bounds workaround (#21798)Thomas Weißschuh
GCC 13 needs the same workaround as GCC 12. To avoid having to maintain an ever-growing list of broken versions apply the workaround wherever it can be used. If at some point a fixed version of GCC is released the workaround can be disabled for those fixed versions. See #17064
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