Energia Changelog

What's new in Energia 1.6.10E18

Oct 12, 2016
  • This release features the new board (core) / library manager. Default the Energia installation comes with support for the MSP430. Other cores such as TivaC, CC3200, MSP432 can be installed through the board manager by selection Tools->Board->Board Manager. For more details on how to install additional cores/boards see the board manager guide guide.
  • The cores included in the board manager are: MSP430, MSP432 (MT, TI-RTOS based multitasking), CC3200 and TivaC. The CC3200 (MT) TI-RTOS based multitasking based core will be made available in the near future through the board manager. CC2650 has been removed from Energia due to the lack of BLE support that could not be enabled because of licensing issues with the BLE stack.

New in Energia 0101E0017 (May 19, 2016)

  • Support for the CC2650 based SensorTag and the RedBearLab CC3200 based WiFi Micro.
  • There is no Radio support yet for the CC2650 but we hope to follow up with an add on library to add support for BLE.
  • There are now 6 boards that support Energia MT. Energia MT (EMT) is powered by TI-RTOS letting you run multiple Sketches as tasks.
  • You can also utilize Energia inside of CCS Cloud and Code Composer Studio IDE for browser based access or professional debugging tools.

New in Energia 0101E0015 (Jun 22, 2015)

  • Support for the new ARM Cortex M4F based MSP432 LaunchPad.
  • The framework is powered by TI-RTOS
  • Support for running the Sketches in parallel
  • Bug fixes