
In my excitement to get the SoftDevice PR ready, I made two mistakes. They're fixed in this commit. * Add the `s132v6` build tag. * Remove the (old) `ldscript` property. This fixes the following issue: https://github.com/aykevl/go-bluetooth/issues/1
4 строки
88 Б
JSON
4 строки
88 Б
JSON
{
|
|
"build-tags": ["softdevice", "s132v6"],
|
|
"linkerscript": "targets/nrf52-s132v6.ld"
|
|
}
|