X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/b7864004487e7cc6129c3775dd66f8ad9a07528f..52dbbbfb2c457b0a2c0955124983dd3f06af5996:/ChangeLog.txt diff --git a/ChangeLog.txt b/ChangeLog.txt index e083124..830c427 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,7 +2,12 @@ v1.1.2 - ongoing ============================================================================== NEW FEATURES ------------------------------------------------------------------------------ +- Added drivers/sensors/ina219/ina219.c (work in progress!) +- Added drivers/displays/tft/hw/hx8347d.C (courtesy tauonteilchen again) +- Added drivers/dac/mcp4901 (courtesy tauonteilchen, thanks!) +- Cleaned up /tools/testfirmware to include more recent blinky, etc. - Added basic TEA5767 drive +- Added core/cmd/ansi.h (rediscover the joy of ANSI graphics codes :) - Added fastHLine and fastVLine to lcdProperties_t for all lcd drivers (to known whether an accelerated vertical or horizontal line drawing function is present in the driver or not) @@ -10,6 +15,11 @@ NEW FEATURES - Added PWM command to CLI (thanks Miceuz) - Added optional callback in 32-bit timer ISR (thanks again Miceuz) +BUG FIXES/OPTIMISATIONS/ETC. +------------------------------------------------------------------------------ +- Minor accuracy improvement to pwm.c (off by 1 error) +- Fixed typos in cmd_pwm.c and cmd_tbl.h +- Changed I2C default speed to 400kHz (from 100kHz) v1.1.1 - 14 April 2012 ==============================================================================