qmk_firmware/tmk_core/common/avr
Danny Nguyen 746058306b Make sure NOBITS is set on reset_key
Patch from https://github.com/qmk/qmk_firmware/issues/3657#issuecomment-415147411

Long story short, in avr-gcc pre-8.2, reset_key was assigned to a memory area that was in a normal range, but when 8.2 came out, that memory got moved to an out of range area, causing errors like 0x800293 out of range. Apparently, this was fixed up in avr-gcc, but we haven't seen a release with the fix yet (we expected it in 8.3, but that didn't happen for some reason).

What this commit does is move the reset_key back to the original memory location it was in before.
2019-04-19 14:44:16 -07:00
..
bootloader_size.c Updates bootloader settings, adds file size check (#2029) 2017-11-27 23:08:21 -05:00
bootloader.c Make sure NOBITS is set on reset_key 2019-04-19 14:44:16 -07:00
sleep_led.c Generate API docs from source code comments (#2491) 2018-03-22 02:50:38 -04:00
suspend_avr.h
suspend.c Next set of split_common changes (#4974) 2019-03-12 10:23:28 -07:00
timer_avr.h
timer.c Generate API docs from source code comments (#2491) 2018-03-22 02:50:38 -04:00
xprintf.h Added User Print - A "light" console out option (#8) 2016-09-07 23:50:58 -05:00
xprintf.S Normalize line endings 2016-08-27 18:40:50 +03:00