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
Этот коммит содержится в:
Ayke van Laethem 2019-11-16 18:03:40 +01:00 коммит произвёл Ron Evans
родитель 118af9df69
коммит 3cedebd299
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
{
"build-tags": ["softdevice"],
"build-tags": ["softdevice", "s132v6"],
"linkerscript": "targets/nrf52-s132v6.ld"
}

Просмотреть файл

@ -1,4 +1,3 @@
{
"inherits": ["pca10040", "nrf52-s132v6"],
"ldscript": "targets/nrf52-s132v6.ld"
"inherits": ["pca10040", "nrf52-s132v6"]
}