Releases: particle-iot/device-os
Releases · particle-iot/device-os
Spark firmware v0.3.3
Changes
New CHANGELOG.md!
FEATURES
- Cloud: Secure random seed. When the spark does a handshake with the cloud, it receives a random number that is set as a seed for
rand()
- Wiring: Arduino-compatible
random()
andrandomSeed()
functions. #289 - Wiring: Arduino-compatible functions like
isALpha()
andtoLowerCase()
. #293
ENHANCEMENTS
- Wire: added missing Slave mode using DMA/Interrupts and updated Master mode using DMA. New APIs
Wire.setSpeed()
andWire.strechClock()
. #284 - Sleep:
Spark.sleep()
supports wakeup on pin change. #265
BUGFIXES
Spark firmware v0.3.2
spark_9 Tag v0.3.2 as spark_9
Spark firmware v0.3.1
spark_8 Tag v0.3.1 as spark_8
Spark firmware v0.3.0
spark_7 Tagging v0.3.0 as spark_7
Spark firmware v0.2.3
spark_6 Tag v0.2.3 as spark_6
Spark firmware v0.2.2
Changes
- New feature:
Spark.subscribe()
👍 - Time now set by the Cloud when Core handshakes
- EEPROM emulation
tone()
andnoTone()
- Arduino compatibility for constants in flash thanks to Jacob Rosenthal
- Arduino compatibility for generic clients thanks to Jacob Rosenthal
- Bugfix: Don't publish while updating firmware
- Upgraded CC3000 host driver to 1.12
- New patch updated sysflag to support deep update
Spark firmware v0.2.1
Highlights
- OTA reliability improvements
(core-firmware,
core-common-lib,
core-communication-lib) - Allow Spark.publish inside Spark.function
(core-communication-lib) - Add Network.ping() (core-firmware)
- Enable factory reset from firmware (only on new bootloader)
(core-common-lib,
bootloader)
Spark firmware v0.2.0
spark_3 Tagging spark_3