Releases for Flame Runtime

flame 20111227

Download Size md5 hash
File mhvlib-20111227.7z 532.92 KB 50e8c04393f11049edfd8de8c830a7e6
Last updated: Thu, 26/12/2013 - 1:06pm

Release notes

  • Use object references instead of pointers where applicable
  • Add WS2801 LED driver & RGB pixel types
  • Add Unipolar stepper motor driver
  • Ensure all tutorials use NORETURN/UNREACHABLE

flame 20111109

Download Size md5 hash
File mhvlib-20111109.7z 1.14 MB c2036a32f0255e8845daf153c1c3d869
Last updated: Thu, 26/12/2013 - 1:09pm

Release notes

  • Add VUSB console, allows text output from V-USB devices (such as the MHVBoard) over USB. Requires Paul Stoffregen's HID Listen program to receive the output.
  • Extended Device_TX with new methods that utilise dynamic memory: printf(), and write(Xint(8|16|32)_t). The following classes inherit from Device_TX and will be able to use the new methods:
    • MHV_Display*  (all display classes)

flame 20111011

Download Size md5 hash
File mhvlib-20111011.7z 1.15 MB 4f8724cb88b91fbffcf803b69a9323f3
Last updated: Thu, 26/12/2013 - 1:11pm

Release notes

  • Add Doxygen documentation
  • Address Doxygen warnings
  • Minor optimisations (flash usage in RTC class)
  • New Class: MHV-VusbTypist - allows strings to be sent to an emulated USB keyboard

flame 20110929

Download Size md5 hash
File mhvlib-20110929.7z 112.15 KB f79ebec0266bb2438c478ce7b0204e73
Last updated: Thu, 26/12/2013 - 1:13pm

Release notes

  • Illustrate AVR LibC power saving in all tutorials
  • Add new event driven classes: PinChangeManager and ADC
  • Add event functionality to Device_RX and RTC
  • Port Arduino PID class to MHVlib

flame 20110920

Download Size md5 hash
File mhvlib-20110920.7z 106.93 KB c13dcf330ac1f84efda4f0ae5241978b
Last updated: Thu, 26/12/2013 - 1:14pm

Release notes

  • Bug fixes
  • Added HD44780 via Shift Register driver
  • Added Voltage Regulator
  • Added EEPROM support

flame 20110110

Download Size md5 hash
File mhvlib-20110110.7z 67.13 KB 0b3336103432d508cc047aa5de233a1c
Last updated: Thu, 26/12/2013 - 1:24pm

Release notes

  • Add HD44780 support

flame 20101231

Download Size md5 hash
File mhvlib-20101231.7z 62.49 KB 34d0b708578c669f7cb0267fc4a4f9e2
Last updated: Thu, 26/12/2013 - 1:25pm

Release notes

Relocate async writing from HardwareSerial to Device_TX. HardwareSerial & Display_Monochrome implement this, and all subclasses now support async text support.

Heads up!

As a result of the above change, the asyncWrite() calls to HardwareSerial are no longer supported, and instead are replaced by write() calls inherited from Device_TX.

Subscribe to Releases for Flame Runtime