NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

Fixed dependancies in Makefile #196

Closed sajingeo closed 6 years ago

sajingeo commented 6 years ago

Migrated to SD s130

NOTE: fail on linker

trond-snekvik commented 6 years ago

I merged in your changes, and did some additional enhancements to the bootloader makefile, to get support for any Softdevice, as well as nRF52832_xxAA. Verified working with S132v3.1.2 on nRF52 and S130v2.0.1 on nRF51422_xxAC, both with SDK12.

I moved the GCC startupfiles into the repo to be less dependent on the SDK. I believe this was the linker issue you saw - we didn't account for changes in the startup-files in newer SDK-versions. This is expected to work with SDK 14 as well, but that hasn't been verified.

Let me know if you're able to build and run with the updates.