You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to most recent Golioth Zephyr SDK release v0.7.1 which uses:
* nRF Connect SDK v2.4.1 (NCS)
* Zephyr v3.3.99-ncs1-1
Changes in this commit:
* Updates for Golioth Zephy SDK:
* update to use zcbor instead of qcbor
* update RPC functions to use zcbor
* update network-info repo revision to use new version that is zcbor
compatible
* update flash.c/flash.h files to match what is present in the DFU sample
* boards/nrf9160dk_nrf9160_ns: update configuration
* boards/aludel_mini_v1_sparkfun9160_ns: update configuration
* Updates for new NCS/Zephyr version:
* update LTE link control: Disable samples/common link control and use
in-app link control to start connection asynchronously
* main.c: return int from main()
* battery_monitor: use void as initialization param
* Misc updates:
* golioth-boards: include as a module
* remove module.yml: no longer needed for golioth-boards
* network-info: include as a module
* main: use LOG instead of printk for button errors
Signed-off-by: Mike Szczys <[email protected]>
0 commit comments