Porting to NRF52840 device with 2v26 #7753
-
I just tried to compile for a NRF52840 device and the compiler says the following:
I also see in the 2v26 changelog the following: Am I missing anything? Do I need to manually add a softdevice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's because I added s140_nrf52_6.1.1_softdevice.hex to targetlibs/nrf5x_15 which is downloaded from GitHub by provision.sh if it doesn't exist. It might be worth just deleting |
Beta Was this translation helpful? Give feedback.
I added it into
Espruino/targetlibs/nrf5x_15/components/softdevice/s140/hex
from here and it compiles now. Thank you.