Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 2.85 KB

ReleaseNote.txt

File metadata and controls

55 lines (52 loc) · 2.85 KB

RelNote -*- mode : org -*-

v1.0.0 - all-C projects

I2C console via serial port: make I2C debugging easier

GPS NMEA data parser with LCD: track walked distance & position compared to initial one

Simple calculator via serial port, supports +-*/() and non negative numbers

v2.0.0 - matured C support & new mk files structure

  • State “DONE” from “INPROGRESS” [2017-06-10 Sat 01:00]

Software Serial C support upto 115200 for TX (RX isn’t stable so it’s dropped)

  • State “DONE” from “INPROGRESS” [2017-06-10 Sat 00:59]

Support Arduino IDE framework (Arduino Makefile)

skeleton.mk is one-stop .mk for all projects, include it at the end of project’s makefile

create libutils.a

v2.0.1 - migrate SerialDebugPrint api to non-macro, restructure i2c-console parser

  • State “DONE” from “INPROGRESS” [2017-06-11 Sun 23:01]

change SerialDebugPrint* api & test src

  • State “DONE” from “INPROGRESS” [2017-06-10 Sat 17:10]

move i2c-console parser to module & callback management

  • State “DONE” from “INPROGRESS” [2017-06-10 Sat 21:02]

GPS breakout board to output to softserial

  • State “DONE” from “INPROGRESS” [2017-06-11 Sun 22:54]

v2.1.0 - Google test support & C sensor library support

  • State “DONE” from “FEEDBACK” [2017-07-30 Sun 17:46]
  • State “FEEDBACK” from “INPROGRESS” [2017-07-30 Sun 17:46]

add common/makefiles/gtest.mk

  • State “DONE” from “INPROGRESS” [2017-06-12 Mon 20:05]

add simple gtest project

  • State “DONE” from “INPROGRESS” [2017-06-12 Mon 20:05]

add checking dependency in fresh repo clone

  • State “DONE” from “FEEDBACK” [2017-07-29 Sat 20:14]
  • State “FEEDBACK” from “INPROGRESS” [2017-07-29 Sat 20:14]

fix segfault & stack smashing in serial calc project

  • State “DONE” from “CANCELED” [2017-07-30 Sun 13:45]

move serial calc project unittest to gtes

  • State “DONE” from “CANCELED” [2017-07-30 Sun 13:45]

avoid recompiling gtest library every time running make check

  • State “DONE” from “CANCELED” [2017-07-30 Sun 13:46]

integrate Travis CI in project

  • State “DONE” from “FEEDBACK” [2017-07-30 Sun 16:39]
  • State “FEEDBACK” from “INPROGRESS” [2017-07-30 Sun 16:39]

integrate build error code in project_manager.sh

  • State “DONE” from “FEEDBACK” [2017-07-30 Sun 17:45]
  • State “FEEDBACK” from “INPROGRESS” [2017-07-30 Sun 17:45]

WAIT v2.2.0 - more integrated module in i2c-console

LSM303DLHC support: compass & accelerator in test/

accelerometer support

compass support

i2c-console support

WAIT full range adc & pin change interrupt C support

hand clap sound detector

motion sensor test code