Jump to Main Content
 

Annotator CL Full / GPS
Microcontroller Firmware


v0.0.0.1
  • initial port from CL-base Annotator to CL-full Annotator
  • no comm link, no USB

v0.0.1.1
  • working USB comm link
  • working GPS support
  • Remote Start support

v1.0.0.0
  • added deviceID to Options.alwaysSaveOptions

v1.0.0.1
  • added support for custom MSP430 bootloader
  • added support for programming the FPGA config EEPROM

v1.0.0.2
  • modified to build under latest version of Code Composer
  • removed LCD code for standard build

v1.0.0.3
  • fixed 1 second error in GPS mode time
  • modified IRIG decoding to use the same filter as Sanno

v1.0.0.4
  • converted Altitude, Latitude, and Longitude from NMEA strings to integer form for insertion as digital annotation

v1.0.0.5
  • modified Altitude processing for LCD display
  • eliminated zeroing of Altitude when no lock

v1.0.0.6
  • fixed GPS mode bug in calculation of day of year

v1.0.0.7
  • fixed GPS mode bug in day of year calculaton for leap years