X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/47fcece4b1d35197c1d8057a737e7307bab77113..64dba59a68ae8ae69cf5ef5b37a3980f7c430a25:/ChangeLog.txt diff --git a/ChangeLog.txt b/ChangeLog.txt index a62048e..a625b35 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,13 +2,20 @@ v1.1.2 - ongoing ============================================================================== NEW FEATURES ------------------------------------------------------------------------------ +- 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). -- Updated all LCD drivers to include the fastHLine and fastVLine flags. + is present in the driver or not) +- Updated all LCD drivers to include the fastHLine and fastVLine flags - 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 v1.1.1 - 14 April 2012 ==============================================================================