Skip to content

Commit 912674d

Browse files
committed
nRF52: Move SDK15 builds from 6.0.0 to binary-compatible 6.1.1 softdevice (Jolt.js/Bangle.js 2)
1 parent 016d7fa commit 912674d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
Puck.js: v2.2 compatibility
3737
Graphics: stringMetrics (and so findFont) now doesn't set unrenderableChars for strings with a '\n' character
3838
Bangle.js2: showPrompt better alignment of text if no title, and add buttonHeight option
39+
nRF52: Move SDK15 builds from 6.0.0 to binary-compatible 6.1.1 softdevice (Jolt.js/Bangle.js 2)
3940

4041
2v25 : ESP32C3: Get analogRead working correctly
4142
Graphics: Adjust image alignment when rotating images to avoid cropping (fix #2535)

make/family/NRF52.make

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ DEFINES += -D__HEAP_SIZE=0
3939
NRF5X_SDK_PATH=targetlibs/nrf5x_15
4040
ifeq ($(CHIP),NRF52840)
4141
TARGETSOURCES += $(NRF5X_SDK_PATH)/modules/nrfx/mdk/system_nrf52840.c
42-
SOFTDEVICE = $(SOFTDEVICE_PATH)/hex/s140_nrf52_6.0.0_softdevice.hex
42+
SOFTDEVICE = $(SOFTDEVICE_PATH)/hex/s140_nrf52_6.1.1_softdevice.hex
4343
PRECOMPILED_OBJS += $(NRF5X_SDK_PATH)/modules/nrfx/mdk/gcc_startup_nrf52840.o
4444
else # NRF52832
4545
TARGETSOURCES += $(NRF5X_SDK_PATH)/modules/nrfx/mdk/system_nrf52.c
46-
SOFTDEVICE = $(SOFTDEVICE_PATH)/hex/s132_nrf52_6.0.0_softdevice.hex
46+
SOFTDEVICE = $(SOFTDEVICE_PATH)/hex/s132_nrf52_6.1.1_softdevice.hex
4747
PRECOMPILED_OBJS += $(NRF5X_SDK_PATH)/modules/nrfx/mdk/gcc_startup_nrf52.o
4848
endif
4949
else ifdef NRF_SDK15_3

0 commit comments

Comments
 (0)