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.
This prevents gcc from incorrectly trying to validate array bounds.
```
tmk_core/common/chibios/bootloader.c: error: '__builtin_memcpy' offset [0, 21] is out of the bounds [0, 0] [-Werror=array-bounds]
107 | __builtin_memcpy((void *) VBAT, (const void *)sys_reset_to_loader_magic, sizeof(sys_reset_to_loader_magic));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578#c16
Fixes #12925
|
4 years ago | |
|---|---|---|
| .. | ||
| _timer.h | 5 years ago | |
| _wait.h | 5 years ago | |
| atomic_util.h | 5 years ago | |
| bootloader.c | 4 years ago | |
| chibios_config.h | 5 years ago | |
| eeprom_stm32.c | ||
| eeprom_stm32.h | 5 years ago | |
| eeprom_teensy.c | 5 years ago | |
| flash_stm32.c | 5 years ago | |
| flash_stm32.h | 5 years ago | |
| gpio.h | 5 years ago | |
| pin_defs.h | 5 years ago | |
| sleep_led.c | 5 years ago | |
| suspend.c | 5 years ago | |
| syscall-fallbacks.c | 5 years ago | |
| timer.c | 5 years ago | |
| wait.c | 5 years ago | |