File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 36
36
Puck.js: v2.2 compatibility
37
37
Graphics: stringMetrics (and so findFont) now doesn't set unrenderableChars for strings with a '\n' character
38
38
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)
39
40
40
41
2v25 : ESP32C3: Get analogRead working correctly
41
42
Graphics: Adjust image alignment when rotating images to avoid cropping (fix #2535)
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ DEFINES += -D__HEAP_SIZE=0
39
39
NRF5X_SDK_PATH =targetlibs/nrf5x_15
40
40
ifeq ($(CHIP ) ,NRF52840)
41
41
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
43
43
PRECOMPILED_OBJS += $(NRF5X_SDK_PATH ) /modules/nrfx/mdk/gcc_startup_nrf52840.o
44
44
else # NRF52832
45
45
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
47
47
PRECOMPILED_OBJS += $(NRF5X_SDK_PATH ) /modules/nrfx/mdk/gcc_startup_nrf52.o
48
48
endif
49
49
else ifdef NRF_SDK15_3
You can’t perform that action at this time.
0 commit comments