summaryrefslogtreecommitdiffstats
path: root/platforms/avr/platform.mk
Commit message (Collapse)AuthorAgeFilesLines
* Generalize AVR -Werror=array-bounds workaround (#21798)Thomas Weißschuh2023-08-231-2/+1
| | | | | | | | | | 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
* [Core] Update mpaland/printf to eyalroz/printf fork (#16163)Stefan Kerkmann2022-07-071-0/+1
| | | | | | | | 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
* [Core] Update C standard to GNU11, C++ to GNU++14 (#17114)Stefan Kerkmann2022-06-061-1/+1
|
* Workaround for recent -Werror=array-bounds AVR issues (#17136)Joel Challis2022-05-181-0/+5
|
* [Core] Allow usage of AVRs minimal printf library (#16266)Stefan Kerkmann2022-04-221-0/+9
| | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* [Core] Squeeze AVR some more with `-mrelax` and `-mcall-prologues` (#16269)Stefan Kerkmann2022-02-261-1/+8
|
* Followup to #16220, more test error output. (#16221)Nick Brassel2022-02-051-1/+1
|
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-0/+179