adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
623 stars 497 forks source link

updated linker script to fix recurring issue with .bss linker warning #642

Closed jpconstantineau closed 3 years ago

jpconstantineau commented 3 years ago

This update to the "nrf52_common.ld" linker script fixes the linker warning warning: changing start of section .bss by 4 bytes which is given to sketches that contain lots of static/global data.