Skip to content

Releases: particle-iot/device-os

v1.2.1-rc.3 (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/X SoM)

15 Jun 00:50
Compare
Choose a tag to compare

Device OS 1.2.1-rc.3 Release Candidate is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/X SoM)

released on June 14th, 2019


✅ This 1.2.1-rc.3 Release Candidate will be defaulted to 1.2.1 during the week of July 5th, 2019 unless there are regressions found that require further patches. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.2.1-rc.3

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.2.1-rc.3 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM Bootloader
If your device is offline, the bootloader must be manually updated using particle flash --serial <bootloader.bin>. This can be done before or after upgrading system firmware.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.2.1-rc.3

Note: If your Gen 3 device does not have a Cloud connection, it is recommended to update system firmware, and then the bootloader via CLI with particle flash --serial bootloader.bin (bootloaders found in Github release)

This release contains v311 bootloaders.

ENHANCEMENTS

  • Cache cellular diagnostics #1820
  • allow the bootloader to be flashed over DFU #1788

BUG FIXES

  • Add two-digit mnc diagnostic flag #1804
  • [lte] cellular fixes #1824
  • fixes #1811 - increases the number of event handlers to 6 #1822
  • [gen 3] fixes memory usage diagnostics (reported negative values in safe mode) #1819
  • System.disableUpdates() operates asynchronously #1801

System Binaries (all devices)

https://github.com/particle-iot/device-os/releases/download/v1.2.1-rc.3/[email protected]


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.3.0-alpha.1 (Core/Photon/P1/Electron/Argon/Boron/Xenon)

31 May 15:47
Compare
Choose a tag to compare

Device OS 1.3.0-alpha.1 [Alpha Pre-Release] binaries for (Core/Photon/P1/Electron/Argon/Boron/Xenon) are available below

released on May 31th, 2019


✅ This 1.3.0-alpha.1 Alpha Pre-Release is for testing purposes only. API's may change before a Release Candidate is created. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


⚠️ Note: This is a Alpha Pre-Release and is not intended for production yet. Limited to no support is available for this Alpha release and is largely for internal testing. It is not available as a build target and will not be available in Workbench. Testing is not for the faint of heart ❤️ but if you want to be on the cutting edge of releases jump in! Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.3.0-alpha.1

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.3.0-alpha.1 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.3.0-alpha.1

Note: If your Gen 3 device does not have a Cloud connection, it is recommended to update system firmware, and then the bootloader via CLI with particle flash --serial bootloader.bin (bootloaders found in Github release)

This release contains v311 bootloaders.

FEATURES

  • [gen 3] BLE support #1740
  • [gen 3] NFC support #1606

BUG FIXES

  • [gen 3] [bsom] Building platform BSOM results flash overflow. #1802
  • [gen3] [hal] fixes early wakeup by RTC from STOP sleep mode #1803

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.2.1-rc.2 (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/X SoM)

30 May 22:24
Compare
Choose a tag to compare

Device OS 1.2.1-rc.2 Release Candidate is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/X SoM)

released on May 30th, 2019


✅ This 1.2.1-rc.2 Release Candidate will be defaulted to 1.2.1 on June 10th, 2019 unless there are regressions found that require further patches. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


ℹ️ Note: This is primarily a Manufacturing release for Gen 3 devices with some minor bugfixes. Your testing is appreciated. If you find any issues, please report them, and fallback to 1.2.0-rc.1 or 1.1.0.


Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.2.1-rc.2

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.2.1-rc.2 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM Bootloader
If your device is offline, the bootloader must be manually updated using particle flash --serial <bootloader.bin>. This can be done before or after upgrading system firmware.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.2.1-rc.2

Note: If your Gen 3 device does not have a Cloud connection, it is recommended to update system firmware, and then the bootloader via CLI with particle flash --serial bootloader.bin (bootloaders found in Github release)

This release contains v311 bootloaders (bumped this release due to Gen 3 changes in #1799 ). We have also separated BOOTLOADER_DEPENDENCY for Gen 2 and Gen 3. For now, we will leave Gen 2 as is depending on v201 bootloader (so there is nothing to do for Gen 2 (Photon/P1 only) unless you want the latest bootloader, although it is not mandatory), but we have bumped Gen 3 to v311 because we have removed the embedded bootloaders from Gen 3 system firmware in 1.2.0-rc.1. To force the Cloud update for Gen 2 (Photon/P1 only) we will bump the bootloader dependency version to v302 in v1.2.0 default.

BUG FIXES

  • [gen 3] Fixes radio initialization sequence for SoftDevice S140v6.1.1 #1794
  • [gen 2] Fix ABI compatibility issue in cellular HAL regarding CellularDevice and cellular_device_info() #1792
  • [gen 3] [bootloader] fixes SOS 10 when upgrading bootloader first from older system firmware. External flash sleep refactoring #1799

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.2.1-rc.1 (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/X SoM)

22 May 22:34
Compare
Choose a tag to compare

Device OS 1.2.1-rc.1 Release Candidate is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM)

released on May 22th, 2019


✅ This 1.2.1-rc.1 Release Candidate will be defaulted to 1.2.1 on June 10th, 2019 unless there are regressions found that require further patches. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


ℹ️ Note: This is primarily a Manufacturing release for Gen 3 devices with no significant feature/enhancement/bugfixes. Your testing is appreciated though. If you find any issues, please report them, and fallback to 1.2.0-rc.1 or 1.1.0.


Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.2.1-rc.1

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.2.1-rc.1 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Argon-SoM/Boron-SoM/Xenon-SoM Bootloader
The bootloader must be manually updated using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. Argon/Boron/Xenon bootloader is applied automatically from it's own system part.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.2.1-rc.1

Note: If your Gen 3 device does not have a Cloud connection, it is recommended to update system firmware, and then the bootloader via CLI with particle flash --serial bootloader.bin (bootloaders found in Github release)

This release contains v310 bootloaders (bumped this release due to Gen 3 changes in #1768 ). We have also separated BOOTLOADER_DEPENDENCY for Gen 2 and Gen 3. For now, we will leave Gen 2 as is depending on v201 bootloader (so there is nothing to do for Gen 2 (Photon/P1 only) unless you want the latest bootloader, although it is not mandatory), but we have bumped Gen 3 to v302 because also in this release we have removed the embedded bootloaders from Gen 3 system firmware. To force the Cloud update for Gen 2 (Photon/P1 only) we will bump the bootloader dependency version to v302 in v1.2.0 default.

ENHANCEMENTS

  • [gen3] Upgrades Nordic nRF5 SDK to 15.3.0 #1768

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.2.0-rc.1 (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/X SoM)

21 May 04:27
Compare
Choose a tag to compare

Device OS 1.2.0-rc.1 Release Candidate is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM)

released on May 20th, 2019


✅ This 1.2.0-rc.1 Release Candidate will be defaulted to 1.2.0 on June 6th, 2019 unless there are regressions found that require further patches. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.2.0-rc.1

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.2.0-rc.1 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Argon-SoM/Boron-SoM/Xenon-SoM Bootloader
The bootloader must be manually updated using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. Argon/Boron/Xenon bootloader is applied automatically from it's own system part.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.2.0-rc.1

Note: If your Gen 3 device does not have a Cloud connection, it is recommended to update system firmware, and then the bootloader via CLI with particle flash --serial bootloader.bin (bootloaders found in Github release)

This release contains v302 bootloaders (bumped this release due to Gen 3 changes in #1777 ). We have also separated BOOTLOADER_DEPENDENCY for Gen 2 and Gen 3. For now, we will leave Gen 2 as is depending on v201 bootloader (so there is nothing to do for Gen 2 (Photon/P1 only) unless you want the latest bootloader, although it is not mandatory), but we have bumped Gen 3 to v302 because also in this release we have removed the embedded bootloaders from Gen 3 system firmware. To force the Cloud update for Gen 2 (Photon/P1 only) we will bump the bootloader dependency version to v302 in v1.2.0 default.

FEATURES

  • [Enterprise] Immediate Product Firmware Updates #1732
  • On-demand Device Vitals publishing #1724 [Docs]

ENHANCEMENTS

  • [gen 3] Update error codes in Gen3 parser to facilitate debugging efforts and provide context to system errors #1766
  • [gen 3] Remove bootloader machine code string from system-part1 on Gen3 platforms. Bootloader will require local update with particle flash --serial bootloader.bin or OTA update from the Cloud. #1771
  • Updates C++ and C standard versions (C++14 and C11) #1757
  • [gen 3] Always check ongoing RX DMA transaction when reporting number of bytes available in RX buffer #1758
  • Introduce safety checks on heap usage from ISRs #1761
  • [gen 3] Mesh network scan enhancements #1760
  • expires a session after 3 unsuccessful attempts at connecting to the cloud #1776
  • Integrate cellular network vitals data into DESCRIBE_x message #1759
  • [gen 2] adds Kore Vodafone SIM support & removes Twilio SIM support (still supported through 3rd party API) [ch31955] #1780
  • Reserve memory for system-part1 SRAM #1742

BUGFIXES

  • [system] network manager: allows to clear interface-specific credentials notwithstanding interface state, except for Mesh #1773
  • [gen 3] pinMode fixes, D7 was initialized as OUTPUT mode, analogWrite() and digitalWrite() were changing pinMode back to default after use #1777
  • [gen 3] Mesh network scan fixes #1760
  • Wait for confirmable messages when entering the deep sleep mode #1767
  • [gen 1] Fixes Spark Core function calls broken in 0.8.0-rc.4 [ch32050] #1770
  • [Electron/LTE] disables all eDRX AcT types [ch32051] #1762
  • [Electron/LTE] Make sure that the RAT information is actual before calculating signal strength (RSSI) and quality #1779
  • intelligent update flags synchronization #1784
  • [gen 3] Fixes various issues caused by the gateway reset #1778
  • [Photon/P1] Fixes MAC address info not being available in listening mode #1783
  • [wiring] Make sure that Serial and SerialX methods are in sync with the documentation and don't return unexpected values #1782
  • [gen3] Fixes a HeapError panic due to malloc() call from an ISR (caused by rand() usage) #1786
  • [gen3] Fixes HAL_USB_USART_Send_Data() returning incorrect values #1787

INTERNAL

  • [gen 3] update bootloader dependency to v302 #1785

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.1.0 (Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/A SoM)

14 May 21:38
Compare
Choose a tag to compare

Device OS 1.1.0 Default Release is out on the Web IDE for Core/Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/A SoM

released on production servers May 14th, 2019

✏️ Please read all notes below :bowtie:

Note: This is a Release and may be used for production. Any known issues are likely slated for 1.2.0-rc.1 (check Github issues). It is available by default for all devices. To use, select the 1.1.0 version dropdown from the devices drawer.
Downgrading back to a previous release info is at the bottom of this post.

Note: If you have previously last used one of the prerelease versions of 1.1.0-rc.x on a device, please re-flash it with 1.1.0.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.1.0

Note: DFU over USB on Photon/P1/Electron/Argon/Boron/Xenon/A SoM/B SoM/A SoM (sequence not required)

  • You may update to 1.1.0 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Downgrading [Photon/P1/Electron] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.1.0

FEATURES

  • [gen 3] Argon, Boron, Xenon platform Device OS mesh_develop merged into develop #1700
  • [gen 3] Adds A SoM, B SoM and X SoM platforms (compile with PLATFORM=asom, PLATFORM=bsom, PLATFORM=xsom) to Device OS #1662
  • [som] Runtime power management IC detection #1733

ENHANCEMENTS

  • [photon/p1/electron] mbedTLS updated from v2.4.2 to v2.9.0 #1700
  • [electron/LTE] FreeRTOS updated from v8.2.2 to v10.0.1 #1700
  • [gen 2] Binary size optimizations #1720
  • Updates Tinker for all platforms #1717
  • [gen 3] Adds button and RGB LED mirroring support #1590
  • [boron-som] Disables system power management #1722
  • [boron/LTE] Enable Cat M1-only mode and disable eDRX completely #1723
  • [gen 3] QSPI flash is put into sleep mode and is deinitialized when entering STANDBY or STOP sleep mode 1725
  • [gen 3] Parameter check for SPI slave mode with HAL_SPI_INTERFACE1 #1731

BUGFIXES

  • [gen 3] [hal] Fixes USBSerial SOS issue when removing USB cable from battery powered device #1707
  • [gen 3] Fixes A5 staying high when using Ethernet feather wing #1696
  • [core] Disable system logs for Core to reduce flash space needed to build tests #1713
  • [wiring] Fixed a potential (but unlikely due to bounds checking) buffer overflow in time formatting function #1712
  • [electron] [G350] fixes Cellular.RSSI() issues due to unknown RAT #1721
  • [gen 3] Fixes a deadlock in system_power_manager and i2c_hal when exiting the sleep mode 1725
  • [gen 3] Fixes issues in USB and WCID descriptors preventing Control Interface from working correctly on Windows platforms #1736
  • [bootloader] SysTick needs to be disabled in Reset_System() on Gen 2 platforms #1741
  • [boron] Workaround for SARA R4 ppp session getting broken and system power manager fix #1726
  • Fixes system power manager re-enabling charging every 1s with a battery connected (now every 60s) #1726
  • [photon/p1] Fixes 802.11n-only mode regression in 0.7.0 ~ 1.1.0-rc.1 #1755
  • [gen 3] Updates embedded bootloader, fixes hardfault after hard reset when sleeping #1756

INTERNAL

  • Update release.sh parameter handling #1690
  • Adds missing Device OS release tests #1698
  • [gen 3] Fixes TEST=wiring/no_fixture #1694
  • [gen 3] Add Gen 3 platforms to Device OS build scripts #1714
  • [docs] Fix brew install gcc-arm-none-eabi-53 formula #1708
  • [docs] Fixes recent merge issues with system-versions.md #1715
  • [ci] Build time optimizations #1712
  • [ci] disables shallow submodule checkouts #1735
  • [docs] for the check and scope guard macros #1734
  • [hal] Correct ADC channel number for SoM #1739
  • [photon/p1] crypto: re-enables MD5 for TLS (WPA Enterprise) #1743
  • [gen 3] Fix/wiring tests #1719
  • Remove the message "External flash is not supported" from Gen 3 builds #1751
  • Do not fail the build if PARTICLE_DEVELOP is not defined #1750
  • [gen 3] Fixes a build system issue that caused object files to be created outside build directory #1754
  • [gen 3] Rename SoM platform names [ch32184] #1774

System Binaries (all devices) & Device Upgrader (Photon & Electron)

located above


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.1.0-rc.2 (Core/Photon/P1/Electron/Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM)

30 Apr 21:55
Compare
Choose a tag to compare

Device OS 1.1.0-rc.2 Release Candidate is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM)

released on April 30th, 2019


✅ This 1.1.0-rc.2 Release Candidate will be defaulted to 1.1.0 on May 14th, 2019 unless there are regressions found that require further patches. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.1.0-rc.2

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.1.0-rc.2 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Argon-SoM/Boron-SoM/Xenon-SoM Bootloader
The bootloader must be manually updated using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. Argon/Boron/Xenon bootloader is applied automatically from it's own system part.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.1.0-rc.2

BUGFIXES

  • [photon/p1] Fixes 802.11n-only mode regression in 0.7.0 ~ 1.1.0-rc.1 #1755
  • [gen 3] Updates embedded bootloader, fixes hardfault after hard reset when sleeping #1756

INTERNAL

  • Remove the message "External flash is not supported" from Gen 3 builds #1751
  • Do not fail the build if PARTICLE_DEVELOP is not defined #1750
  • [gen 3] Fixes a build system issue that caused object files to be created outside build directory #1754

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.2.0-beta.1 (Core/Photon/P1/Electron/Argon/Boron/Xenon)

18 Apr 22:09
Compare
Choose a tag to compare

Device OS 1.2.0-beta.1 [Beta Pre-Release] is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon)

released on April 18th, 2019


✅ This 1.2.0-beta.1 Beta Pre-Release is for testing purposes only. API's may change before a Release Candidate is created. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇


Note: This is a Beta Pre-Release and is not intended for production yet. We've tested this Beta to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this Beta, and be sure to upgrade to the final release when it's available. This Beta will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.2.0-beta.1

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.2.0-beta.1 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.2.0-beta.1

FEATURES

  • [Enterprise] Support for Intelligent Product Firmware Updates #1732
  • Visibility into OTA availability and support for "Force" enabling OTA from the cloud.
  • New API for publishing Device Vitals regularly from application firmware #1724

INTERNAL

  • [test] fixes unit-tests for testing version string with pre-release #1749
  • [test] update upgrade-downgrade.sh to 1.2.0-beta.1 #1749

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v1.1.0-rc.1 (Core/Photon/P1/Electron/Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM)

12 Apr 03:43
Compare
Choose a tag to compare

Device OS 1.1.0-rc.1 Release Candidate is out on the Web IDE for (Core/Photon/P1/Electron/Argon/Boron/Xenon/Argon-SoM/Boron-SoM/Xenon-SoM)

released on April 11th, 2019 🌷


✅ This 1.1.0-rc.1 Release Candidate will be defaulted to 1.1.0 on April 25th, 2019 unless there are regressions found that require further patches. ✏️ Testing on your applications is encouraged and appreciated, thank you! 🙇

✏️ Update: 1.1.0-rc.1 has an issue that affects Gen 3 which will be updated in 1.1.0-rc.2. Please track here.


Note: This is a Release Candidate (RC) and is not intended for production yet. We've tested this RC to the best of our ability and we want to know what you think now! Please understand that some care and attention is necessary when testing this RC, and be sure to upgrade to the final release when it's available. This RC will not be available by default. To use you must select the version dropdown from the devices drawer. Downgrading back to the current release info is at the bottom of this post.

Note: OTA or YModem transfer on Electron (sequence required)

  1. First Update to 0.5.5 (if the current version is less than that)
  2. Then update to 0.6.4 (if the current version is less than that)
  3. Then update to 0.7.0 (if the current version is less than that)
  4. Then update to 1.1.0-rc.1

Note: DFU over USB on Electron/Photon/P1 (sequence not required)

  • You may update to 1.1.0-rc.1 directly first, flash the system firmware (attached above) in order 1,2(,3) to the device using particle flash --usb <system-part.bin>. See the next note about the bootloader if you are offline!

Note: P1/Photon Bootloader
The Cloud will automatically update the bootloader on P1/Photon devices if your device is online. If your device does not connect to the cloud and it is offline, you should flash the bootloader to the device using particle flash --serial <bootloader.bin>. This should be done after upgrading system firmware. The Electron bootloader is applied automatically from it's own system parts.

Note: Downgrading [Electron/Photon/P1] OTA or YModem transfer:
If you need to downgrade, you must downgrade to 0.7.0 and then 0.6.3(Photon/P1), 0.6.4(Electron) to ensure that the bootloader downgrades automatically. When downgrading to older versions, downgrade to 0.7.0 first, then 0.6.3(Photon/P1), 0.6.4(Electron), then to an older version such as 0.5.5.

1.1.0-rc.1

FEATURES

  • [gen 3] Argon, Boron, Xenon platform Device OS mesh_develop merged into develop #1700
  • [gen 3] Adds Argon SoM, Boron SoM and Xenon SoM platforms to Device OS #1662
  • [som] Runtime power management IC detection #1733

ENHANCEMENTS

  • [photon/p1/electron] mbedTLS updated from v2.4.2 to v2.9.0 #1700
  • [electron/LTE] FreeRTOS updated from v8.2.2 to v10.0.1 #1700
  • [gen 2] Binary size optimizations #1720
  • Updates Tinker for all platforms #1717
  • [gen 3] Adds button and RGB LED mirroring support #1590
  • [boron-som] Disables system power management #1722
  • [boron/LTE] Enable Cat M1-only mode and disable eDRX completely #1723
  • [gen 3] QSPI flash is put into sleep mode and is deinitialized when entering STANDBY or STOP sleep mode 1725
  • [gen 3] Parameter check for SPI slave mode with HAL_SPI_INTERFACE1 #1731

BUGFIXES

  • [gen 3] [hal] Fixes USBSerial SOS issue when removing USB cable from battery powered device #1707
  • [gen 3] Fixes A5 staying high when using Ethernet feather wing #1696
  • [core] Disable system logs for Core to reduce flash space needed to build tests #1713
  • [wiring] Fixed a potential (but unlikely due to bounds checking) buffer overflow in time formatting function #1712
  • [electron] [G350] fixes Cellular.RSSI() issues due to unknown RAT #1721
  • [gen 3] Fixes a deadlock in system_power_manager and i2c_hal when exiting the sleep mode 1725
  • [gen 3] Fixes issues in USB and WCID descriptors preventing Control Interface from working correctly on Windows platforms #1736
  • [bootloader] SysTick needs to be disabled in Reset_System() on Gen 2 platforms #1741
  • [boron] Workaround for SARA R4 ppp session getting broken and system power manager fix #1726
  • Fixes system power manager re-enabling charging every 1s with a battery connected (now every 60s) #1726

INTERNAL

  • Update release.sh parameter handling #1690
  • Adds missing Device OS release tests #1698
  • [gen 3] Fixes TEST=wiring/no_fixture #1694
  • [gen 3] Add Gen 3 platforms to Device OS build scripts #1714
  • [docs] Fix brew install gcc-arm-none-eabi-53 formula #1708
  • [docs] Fixes recent merge issues with system-versions.md #1715
  • [ci] Build time optimizations #1712
  • [ci] disables shallow submodule checkouts #1735
  • [docs] for the check and scope guard macros #1734
  • [hal] Correct ADC channel number for SoM #1739
  • [photon/p1] crypto: re-enables MD5 for TLS (WPA Enterprise) #1743
  • [gen 3] Fix/wiring tests #1719

System Binaries (all devices)

located below


Programming and Debugging

You can view specific programming and debugging notes for this version of firmware here.

QA Report Summary for Particle Device OS

You can view results of tests run this release here.

v0.9.0 (Gen 3)

19 Feb 15:57
Compare
Choose a tag to compare

0.9.0

BUGFIXES

  • [Gen 3] Fixes system-dynalib incompatibility introduced in 0.9.0-rc.1, causing pre-0.9.0-rc.1 user applications that call certain system-dynalib functions to crash the device [#1692]
  • [Gen 3] WKP pin is configured as pull-down with rising edge trigger when entering STANDBY sleep mode to keep feature parity with Gen 2 devices (#1691)
  • [Boron] PPP thread stack size increased by 1K in order to resolve a very rare stack overflow (#1691)
  • [Gen 3] Fixes a crash when attempting to send constant data residing in flash through Ethernet interface (#1691)
  • [Gen 3] An attempt to unitialize an SPI interface no longer causes an assertion failure if the interface is not initialized (#1663)
  • [Gen 3] Default SPI settings are now recognized correctly (#1663)
  • [Gen 3] Fixed a possible race condition during the Timer's uninitialization (#1663)
  • [Gen 3] random() is now properly seeded on application startup (#1663)
  • [Boron] Fixes an issue with IMEI and ICCID not being reported in listening mode serial console with v command (#1681)
  • [Gen 3] SPI MISO is no longer configured with a pull-down and user-provided CS pin is not reset to INPUT state when reconfiguring SPI peripheral (#1671)
  • [Argon] Fixes a deadlock when initializing NCP client (#1661)
  • [Gen 3] DFU mode no longer requires driver installation on Windows. Fixes incorrect WCID descriptors (#1653)
  • [Gen 3] Adds missing Arduino-specific definitions (#1658)
  • [Xenon] Makes Serial2 available in user applications (#1660)
  • [Argon] WiFi cipher types are now being correctly reported when scanning or retreiving stored credentials (#1659)

ENHANCEMENTS

  • [Gen 3] micros() resolution increased by mixing in DWT->CYCCNT (#1682)

FEATURES

  • [Gen 3] STOP sleep mode support (#1682)
  • [Gen 3] STANDBY sleep mode support (#1667)
  • [Gen 3] USB control requests (#1655)
  • [Gen 3] Mesh network diagnostics (#1657)
  • [Boron] Cellular.command() support (#1651)

INTERNAL

  • [Gen 3] Most of the wiring/no_fixture tests now successfully run on Xenon, Argon and Boron (#1663)
  • Removed strong dependency on git (#1664)
  • [Gen 3] OpenThread updated to 20190130 master with the fix for negative clock drift between HFCLK and LFCLK (#1684)
  • Submodules now use absolute https URLs (#1699)
  • Fixed an assertion failure (SOS 10) with Mesh.subscribe() and threading enabled (#1652)