Wednesday 27 November 2013

Stellarino 1.3 Release

Stellarino 1.3 is now available, including several fixes and new features. The project can be fetched from GitHub, or it can be downloaded from here.

Changes:
  • Added support for Tiva C Series Launchpad. Old Stellaris Launchpads should continue to work as before.
  • Switched to TivaWare from StellarisWare.
  • Added support for development on Linux and Mac using GCC for ARM.
  • Fixed critical UART receive buffering bug (thanks to astro75).
  • Added new pwmWrite function for arbitrary PWM output.
  • Added experimental support for using stdio.h functions such as printf and and sscanf. Tested only with GCC. Some functions are presently broken, such as scanf.