REL-1.11
What's Changed
New features
- bsp: add driver for Non Volatile Memory controller by @aabadie in #198
- drv: add library for storing log data on flash + add companion application to read and dump logs by @aabadie in #200
- protocol: extend header with random message id by @aabadie in #199
- Add LSM6DS driver by @malishav in #201
- bsp: add function to retrieve the RSSI of the last received packet by @aabadie in #214
- project: bsp: add initial support for DotBot v2 (nrf5340-app based) by @aabadie in #206
- bsp: add support for qdec by @aabadie in #209
- drv: add library to support rgbled via 3 pwm pins by @aabadie in #212
Bugs fixed
- Rework radio driver implementation and API by @aabadie in #213
- projects/03app_dotbot_gateway: fix move raw packets refresh strategy by @aabadie in #215
- Various small fixes and cleanup for nrf5340 by @aabadie in #216
- nrf53: rework clock handling and ipc mechanism by @aabadie in #218
Other Changes
- segger: refactor projects using board level solutions by @aabadie in #192
- bsp: add board specific pin definitions and apply them where needed by @aabadie in #193
- Dockerfile: bump Segger Embedded Studio version to 7.12a by @aabadie in #197
- Segger: rework projects by using common files as much as possible by @aabadie in #196
- Tilt-compensated heading by @malishav in #204
- projects/projects-bsp-drv.emProject: cleanup project file by @aabadie in #207
- projects/03app_dotbot: make log flash use optional (using a preprocessor define) by @aabadie in #208
Full Changelog: REL-1.10.2...REL-1.11