Skip to content

Commit ed2183a

Browse files
committed
Update all nRF52840 boards to match linker
See commit 583ad02a increase sd attribute table size from 0x800 to 0xC00, increase linker memory for SD 840 from 3400 to 6000 Since the linker is updated, all nRF52840 boards using that linker file should also be updated.
1 parent 110b06c commit ed2183a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ cluenrf52840.upload.protocol=nrfutil
298298
cluenrf52840.upload.use_1200bps_touch=true
299299
cluenrf52840.upload.wait_for_upload_port=true
300300
cluenrf52840.upload.maximum_size=815104
301-
cluenrf52840.upload.maximum_data_size=248832
301+
cluenrf52840.upload.maximum_data_size=237568
302302

303303
# Build
304304
cluenrf52840.build.mcu=cortex-m4
@@ -457,7 +457,7 @@ particle_xenon.upload.protocol=nrfutil
457457
particle_xenon.upload.use_1200bps_touch=true
458458
particle_xenon.upload.wait_for_upload_port=true
459459
particle_xenon.upload.maximum_size=815104
460-
particle_xenon.upload.maximum_data_size=248832
460+
particle_xenon.upload.maximum_data_size=237568
461461

462462
# Build
463463
particle_xenon.build.mcu=cortex-m4
@@ -510,7 +510,7 @@ mdbt50qrx.upload.protocol=nrfutil
510510
mdbt50qrx.upload.use_1200bps_touch=true
511511
mdbt50qrx.upload.wait_for_upload_port=true
512512
mdbt50qrx.upload.maximum_size=815104
513-
mdbt50qrx.upload.maximum_data_size=248832
513+
mdbt50qrx.upload.maximum_data_size=237568
514514

515515
# Build
516516
mdbt50qrx.build.mcu=cortex-m4

0 commit comments

Comments
 (0)