Fixed typos
[hackover2013-badge-firmware.git] / ChangeLog.txt
index 3280b0d..0cb02bc 100644 (file)
@@ -1,6 +1,57 @@
-v0.9.2 - Ongoing
+v0.9.8 - Ongoing
 ================
+- Added driver for Sharp Memory Display
+  /drivers/lcd/bitmap/sharpmem
 
+v0.9.5 - 3 August 2011
+======================
+
+- Redid the font rendering code to use DotFactory
+  generated fonts, and update to the latest binary
+  in the /tools folder.  All fonts have been
+  re-rendered to accomodate the updated code.
+- Updated clock values in cpu.c for PLL to match FCCO 
+  range of 156-320MHz
+- Changed SCB_PLLCTRL_MULT_* to SCB_PLLCTRL_MSEL_* in
+  lpc111x.h to match usermanual
+- Changed SCB_PLLCTRL_DIV_* SCB_PLLCTRL_PSEL_* in
+  lpc111x.h to match usermanual
+- Added inline version of key functions in ili9328.c,
+  which increases the code size ~1.3KB but more than
+  doubles the drawing speed for most drawing functions
+  by avoiding branch operations and pushing and popping
+  the stack multiple times.  Inline methods can be
+  toggled with 'ILI9238_USE_INLINE_METHODS'.
+- Fixed IOCON_SWDIO_PIO1_3_FUNC_CT32B1_MAT2 in lpc134x.h
+- Added drawCornerFilled() to drawing.c and LCD CLI
+- Fixed a nasty bug with 'gpioInterruptEvent' in the 
+  gpioSetInterrupt function (core/gpio/gpio.c)
+- Add drawTriangle() and drawTriangleFilled() to
+  drawing.c and LCD CLI
+- Added cpuReset() to reset the board via AIRCR
+- Removed text input dialogue from LCD CLI ('T') to
+  save a few KB.  Command file still exists, just no
+  longer included in cmd_tbl.h by default.
+
+v0.9.2 - 14 June 2011
+=====================
+
+- Added ISL12022M RTC Driver (/drivers/rtc/isl12022m)
+- Fixed a bug drawing filled circles with lcdDrawVLine
+- Added CLI command to toggle LCD backlight
+- Added rounded rectangle command to CLI
+- Added CFG_INTERFACE_DROPCR to projectconfig.h to
+  ignore CR (\r) characters in incoming data for
+  the CLI
+- Added CFG_INTERFACE_SHORTERRORS to projectconfig.h
+  to only send short (1 char + new line) CLI error
+  messages rather than something verbose 
+- Added CFG_INTERFACE_CONFIRMREADY to projectconfig.h
+  to provide a character to indicate when a command
+  is complete in case the IRQ pin
+  (CFG_INTERFACE_ENABLEIRQ) can't be used
+- Fixed a bug with reversed R and B bits when reading
+  a pixel from the LCD in CLI mode
 - Added lcdDrawPixels() to lcd.h and the current lcd
   drivers to render rows of raw lcd data much quicker
   than addressing consecutive pixels individually.
This page took 0.027235 seconds and 4 git commands to generate.