Skip to content
kitsunami edited this page Mar 3, 2016 · 11 revisions

Arduino/Genuino 101 1.0.5 - 2016.03.03

Core / Libraries

  • i2c bus scan workaround
  • Use Go-based upload script
  • CurieIMU API changes
  • Remove custom Adafruit_Motor_Shield_V2 library
  • Fix issues in CurieTimerOne
  • Rename CurieTimer to CurieTimerOne for JIRA-532
  • CurieEEPROM - ensure 32-bit allignment enhancement
  • CurieEEPROM - eeprom_write example
  • CurieEEPROM - reimplement put and get to not use STL
  • CurieEEPROM fixes
  • CurieSoftwareSerial Improvements
  • CurieSoftwareSerial timing issue fixes
  • CurieSoftwareSerial remove non-working example
  • Jira-429 CurieSoftwareSerial fixes
  • Jira-462: Call Available() after calling end() indicated data available.
  • Jira-487 CurieEEPROM library
  • Jira-491 - rename sketchUploader tool to arduino101load
  • Jira-500: pwdStop should be pwmStop, typo error.
  • Jira-501: CurieTimer.resume() did not re-enable interrupt at the controller.
  • Jira-507 and 514: 1. Bug corrected in timer ISR where the clearing of…
  • Remove custom OneWire and Adafruit_DotStar libraries.
  • find() missing overload in Stream.h
  • Update boards.txt with Arduino/Genuino 101
  • dtostrf: fix overflow problem
  • Stop interrupt when switching to 100% duty cycle
  • Green pixel fix for NeoPixel library
  • Rename CurieBle to CurieBLE
  • Add new APIs and examples to CurieIMU

Tools

  • Updated dfu-util binaries
  • Use Go-based upload script
  • Upload error message fixes for IDE
  • Fix more sketchUpload path issues
  • Change upload tool name to arduino101load to avoid conflict with Edison/Galileo

Changelog

Core / Libraries
Changes since 1.6.4+1.59
Tools
Changes since 1.6.4+1.14-windows
Changes since 1.6.4+1.14-osx
Changes since 1.6.4+1.14-linux32
Changes since 1.6.4+1.14-linux64

Clone this wiki locally