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
-`PRE_STARTUP()` API for earlier application initialization [#2888](https://github.com/particle-iot/device-os/pull/2888)
7
+
-[system]`PARTICLE_BLE_ENABLE`, `PARTICLE_WIFI_ENABLE`, and `PARTICLE_ETHERNET_ENABLE` environment variables [#2897](https://github.com/particle-iot/device-os/pull/2897)
8
+
-[cellular] support `PARTICLE_CELLULAR_PREFERRED_BANDS`, `PARTICLE_CELLULAR_FORBIDDEN_BANDS`, and `PARTICLE_CELLULAR_PREFERRED_PLMN` environment variables [#2896](https://github.com/particle-iot/device-os/pull/2896)
9
+
-[am18x5] built-in AM18x5 driver in Device OS [#2906](https://github.com/particle-iot/device-os/pull/2906)[1bb9b26](https://github.com/particle-iot/device-os/commit/1bb9b26e6)
10
+
-`POWER_OFF` sleep mode support through AM18x5 [#2906](https://github.com/particle-iot/device-os/pull/2906)
11
+
12
+
### BUGFIXES
13
+
14
+
- Fix DNS server change lockup and improve DNS failure handling [#2894](https://github.com/particle-iot/device-os/pull/2894)
15
+
-[wiring] system: fix 32-bit global `millis()` being shadowed by class-member 64-bit `millis()`[9d30096](https://github.com/particle-iot/device-os/commit/9d3009660)
16
+
-[system] do not handle network activity when going into sleep mode if network manager is not initialized [97ecb3d](https://github.com/particle-iot/device-os/commit/97ecb3dab)
17
+
-[Gen 4] preserve RTC time across sleep and software resets [#2906](https://github.com/particle-iot/device-os/pull/2906)[708feb6](https://github.com/particle-iot/device-os/commit/708feb62d)
18
+
19
+
### INTERNAL
20
+
21
+
-[tests] Test improvements [#2899](https://github.com/particle-iot/device-os/pull/2899)[#2901](https://github.com/particle-iot/device-os/pull/2901)[#2906](https://github.com/particle-iot/device-os/pull/2906)[1875a2a](https://github.com/particle-iot/device-os/commit/1875a2a07)[9b5c9d9](https://github.com/particle-iot/device-os/commit/9b5c9d9fa)[04949f4](https://github.com/particle-iot/device-os/commit/04949f429)
22
+
-[ci] update Xcode to 26.2.0 [#2900](https://github.com/particle-iot/device-os/pull/2900)
Copy file name to clipboardExpand all lines: system/system-versions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@
206
206
| 3101 | 6304 | 6.3.3 | Argon, Boron, B SoM, B5 SoM, Tracker, Tracker M, E Som X, M SoM, P2 |
207
207
| 3200 | 6305 | 6.3.4 | Argon, Boron, B SoM, B5 SoM, Tracker, Tracker M, E Som X, M SoM, P2 |
208
208
| 3201 | 6306 | 6.3.5 | Argon, Boron, B SoM, B5 SoM, Tracker, Tracker M, E Som X, M SoM, P2 |
209
+
| 3300 | 6400 | 6.4.0 | Argon, Boron, B SoM, B5 SoM, Tracker, Tracker M, E Som X, M SoM, P2 |
209
210
210
211
[1] For 0.8.0-rc.1, The v101 bootloader was also released in the Github releases as v200. Thus the next released bootloader in the 0.8.x line should be v201. As of 4/5/2018: 22 device had v200 bootloaders.
0 commit comments