diff options
| author | Glenn Ruben Bakke | 2019-02-18 20:53:22 +0100 |
|---|---|---|
| committer | Glenn Ruben Bakke | 2019-03-15 20:50:15 +0100 |
| commit | 1e5e3e3d488af8b06baedd52eb54772258293257 (patch) | |
| tree | 9f5fba54afe15712613542ce003d28648a3aba9b /ports/nrf/boards | |
| parent | 5f26ef1112d5daca2eef9a5768e8f3c3c5393805 (diff) | |
nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0.
Removing linker script for nrf52832 s132 v6.0.0 as all target
boards now points to the new v6.1.1. Also, removing the entry
from the download_ble_stack.sh script.
Diffstat (limited to 'ports/nrf/boards')
| -rw-r--r-- | ports/nrf/boards/s132_6.0.0.ld | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/nrf/boards/s132_6.0.0.ld b/ports/nrf/boards/s132_6.0.0.ld deleted file mode 100644 index 044af9719..000000000 --- a/ports/nrf/boards/s132_6.0.0.ld +++ /dev/null @@ -1,4 +0,0 @@ -/* GNU linker script for s132 SoftDevice version 6.0.0 */ - -_sd_size = 0x00026000; -_sd_ram = 0x000039c0; |
