Skip to content

Releases: particle-iot/device-os

Spark firmware v0.3.3

10 Sep 00:01
Compare
Choose a tag to compare

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() and randomSeed() functions. #289
  • Wiring: Arduino-compatible functions like isALpha() and toLowerCase(). #293

ENHANCEMENTS

  • Wire: added missing Slave mode using DMA/Interrupts and updated Master mode using DMA. New APIs Wire.setSpeed() and Wire.strechClock(). #284
  • Sleep: Spark.sleep() supports wakeup on pin change. #265

BUGFIXES

  • RGB: calling RGB.brightness() doesn't change the LED brightness immediately #261
  • Wiring: pinMode() INPUT and OUTPUT constants had reversed values compared to Arduino. #282
  • Wiring: compiler error using HEX with String. #210
  • System Mode: MANUAL mode breaks OTA udpate #294

Spark firmware v0.3.2

19 Aug 23:53
Compare
Choose a tag to compare
spark_9

Tag v0.3.2 as spark_9

Spark firmware v0.3.1

05 Aug 17:56
Compare
Choose a tag to compare
spark_8

Tag v0.3.1 as spark_8

Spark firmware v0.3.0

29 Jul 00:57
Compare
Choose a tag to compare
spark_7

Tagging v0.3.0 as spark_7

Spark firmware v0.2.3

17 Jun 05:56
Compare
Choose a tag to compare
spark_6

Tag v0.2.3 as spark_6

Spark firmware v0.2.2

12 May 21:27
Compare
Choose a tag to compare

Changes

Spark firmware v0.2.1

25 Apr 05:40
Compare
Choose a tag to compare

Highlights

Spark firmware v0.2.0

25 Mar 21:52
Compare
Choose a tag to compare
spark_3

Tagging spark_3