qmk_firmware/platforms
Thomas Weißschuh f699fde7d9
Generalize AVR -Werror=array-bounds workaround (#21798)
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
2023-08-23 20:55:03 +01:00
..
arm_atsam Tidy up duplication of MIN/MAX fallback implementations (#20236) 2023-03-23 05:30:30 +00:00
avr Generalize AVR -Werror=array-bounds workaround (#21798) 2023-08-23 20:55:03 +01:00
chibios usbpd_stm32g4: Configure UCPD before disabling the dead battery mode (#21430) 2023-07-03 08:53:54 +10:00
test
atomic_util.h
bootloader.h
common.mk Fix build failures with OPT = 0 due to inline functions (#19767) 2023-02-12 17:14:34 +11:00
eeprom.h
gpio.h
hardware_id.h
lv_conf.h
pin_defs.h
progmem.h
sleep_led.h
suspend.c
suspend.h
synchronization_util.c Fix build failures with OPT = 0 due to inline functions (#19767) 2023-02-12 17:14:34 +11:00
synchronization_util.h Fix build failures with OPT = 0 due to inline functions (#19767) 2023-02-12 17:14:34 +11:00
timer.c Fix build failures with OPT = 0 due to inline functions (#19767) 2023-02-12 17:14:34 +11:00
timer.h
wait.h