hlnd / nrf51-pure-gcc-setup

A simple and cross-platform GCC setup for nRF51-series development for Windows, OS X and Linux
BSD 3-Clause "New" or "Revised" License
131 stars 36 forks source link

the s110 version7 softdevice has a different memory layout #16

Closed aep closed 10 years ago

aep commented 10 years ago

LINKER_SCRIPT=gcc_nrf51_s120v7.ld

in your projects makefile will build the app hex with the proper memory layout for s110 version 7.0.0

hlnd commented 10 years ago

Thanks for the PR, and sorry for the late response, but I just pushed a fix for 7.0.0 to master, so I'll close this.