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
Features
- Added support for nRF91x1 and generalized support for nRF9160 SOCs.
Bugfixes
- Fixed an issue of stopping the GNSS receiver on nRF91 series when disconnecting from the network.
Improvements
- Changing the PVT flag that is being captured for running the priority mode much faster.
- Removed `ANJAY_ZEPHYR_GPS_NRF_EXTERNAL_ANTENNA` Kconfig option, as nCS provides `MODEM_ANTENNA_GNSS_EXTERNAL` option that automatically configures the external antenna instead if `MODEM_ANTENNA` is enabled.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 3.9.0 (February 28th, 2025)
4
+
5
+
### Features
6
+
- Added support for nRF91x1 and generalized support for nRF9160 SOCs.
7
+
8
+
### Bugfixes
9
+
- Fixed an issue of stopping the GNSS receiver on nRF91 series when disconnecting from the network.
10
+
11
+
### Improvements
12
+
- Changing the PVT flag that is being captured for running the priority mode much faster.
13
+
- Removed `ANJAY_ZEPHYR_GPS_NRF_EXTERNAL_ANTENNA` Kconfig option, as nCS provides `MODEM_ANTENNA_GNSS_EXTERNAL` option that automatically configures the external antenna instead if `MODEM_ANTENNA` is enabled.
0 commit comments