Skip to content

Release 1.1.0

Choose a tag to compare

@szczys szczys released this 18 Aug 19:39
· 117 commits to main since this release

[template_v1.1.0] - 2023-08-18

Breaking Changes

  • Golioth services (RPC, Settings, etc.) now use zcbor instead of qcbor
  • golioth-zephyr-boards repo now included as a module
    • Remove golioth-boards directory
    • Remove golioth-boards from .gitignore
    • Remove zephyr/module.yml
  • zephyr-network-info repo no included as a module
    • Remove src/network_info directory
    • Remove network_info/ from .gitignore
    • Remove add_subdirectory(src/network_info) from CMakeLists.txt

Changed

  • 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
  • update DFU flash.c/flash.h files
  • update board config for nrf9160dk_nrf9160_ns and aludel_mini_v1_sparkfun9160_ns
  • update LTE link control: Disable samples/common link control and use in-app link control to start
    connection asynchronously

Fixed

  • main.c: return int from main()
  • battery_monitor.c: use void as initialization param
  • main.c: use LOG_ERR() instead of printk() for button errors