You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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. |
7 years ago | |
|---|---|---|
| .. | ||
| bootloader.c | 7 years ago | |
| bootloader_size.c | 8 years ago | |
| sleep_led.c | 8 years ago | |
| suspend.c | 7 years ago | |
| suspend_avr.h | ||
| timer.c | 8 years ago | |
| timer_avr.h | ||
| xprintf.S | ||
| xprintf.h | ||