nrf: fix nrf52-s132v6 config
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
Этот коммит содержится в:
родитель
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"]
|
||||
}
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче