Skip to content

Release Notes

robertinant edited this page Aug 9, 2012 · 3 revisions
Energia 0101E0008 - 06-08-2012

[New features]

* Linux binary distribution (Rick Kimball).
  https://github.com/energia/Energia/issues/77

* I2C slave and master for USCI (Stefan Schauer and Robert Wessels).
  https://github.com/energia/Energia/issues/31

* LiquidCystal Library (pbrier).

* Serial.xxx can now be used independent of underlying implementation Hardware/Timer based (Rick Kimball).
  https://github.com/energia/Energia/issues/60
  https://github.com/energia/Energia/pull/86

* TimerSerial optimizations (Rick Kimball).

* Windows version now uses mspdebug rather than MSP430Flasher (Stefan Schauer).
  https://github.com/energia/Energia/pull/68

* New IDE Theme with more red! (blue from 430h.com)
  http://www.43oh.com/forum/viewtopic.php?f=38&t=2993

* Add -DENERGIA=EREVISION  pre-processor option to distinguish between Arduino and Energia (Robert Wessels).
  https://github.com/energia/Energia/pull/62

* Implement randomSeed() and random() (Robert Wessels).
  https://github.com/energia/Energia/issues/63

* Implementation of micros() (Rei Vilo).
  https://github.com/energia/Energia/pull/61

* IRremote thanks to Ken Shirriff for letting us use it in Energia (soojinhan).
  https://github.com/energia/Energia/issues/82

* Internal flash read/write library (pbrier).
  https://github.com/energia/Energia/pull/54

* Turn on "New version available notification" and point to energia.cc (Robert Wessels).
  https://github.com/energia/Energia/pull/87

* tone and noTone implementation (pbrier).

* Servo library (pasky).
  https://github.com/energia/Energia/pull/71

* Stepper library (pbrier).
  https://github.com/energia/Energia/issues/56

[Bug fixes]

* I2C USI Master hangs when slave is not present at start up.

* digitalWrite leaves pin in PWM mode if PWM was previously enabled with analogWrite (Robert Wessels).
  https://github.com/energia/Energia/pull/64

* Analog/timer pin definiton incorrect, only one analog output available (Robert Wessels)
  https://github.com/energia/Energia/issues/41

* analogRead() wakes up to early due to watchdog isr clearing LPM bits
  https://github.com/energia/Energia/issues/67
  
* The function analogWrite(...) outputs a PWM signal with half the expected frequency and the duty cycle is only adjustable form 0 to 50% (pbrier).
  https://github.com/energia/Energia/commit/0f09a2984aabe426582635bdc8ee2e9b3ed05479

* TimerSerial fails when using msp430g2231 @ 1MHz (Rick Kimball)
  https://github.com/energia/Energia/pull/78