i have successfully compiled an Espruino 2V22 binary for the NRF52840-DK using the NRF52840DK.py board definition file.
However if i try to compile without bluetooth i get the following errors:
targets/nrf5x/jshardware.c: In function 'jshInit':
targets/nrf5x/jshardware.c:987:3: error: implicit declaration of function 'softdevice_sys_evt_handler_set' [-Werror=implicit-function-declaration]
987 | softdevice_sys_evt_handler_set(jsh_sys_evt_handler);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
targets/nrf5x/jshardware.c:1005:5: error: 'ret' undeclared (first use in this function)
1005 | ret = app_usbd_power_events_enable();
| ^~~
any advice on how to get espruino working on the NRF52840DK without Bluetooth?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
i have successfully compiled an Espruino 2V22 binary for the NRF52840-DK using the NRF52840DK.py board definition file.
However if i try to compile without bluetooth i get the following errors:
any advice on how to get espruino working on the NRF52840DK without Bluetooth?
1 Attachment