See v1.0.0 changelog
[hackover2013-badge-firmware.git] / ChangeLog.txt
index ecf050d..4e95f7e 100644 (file)
@@ -1,5 +1,28 @@
-v0.9.8 - Ongoing
+v1.0.0 - Ongoing
 ================
+- *** Moved '/drivers/chibi' to '/drivers/rf/chibi' ***
+- *** Moved '/drivers/sensors/pn532' to '/drivers/rf/pn532' ***
+- *** Renamed '/drivers/spiflash' to '/drivers/storage/spiflash' ***
+- *** Renamed '/drivers/eeprom' to '/drivers/storage/eeprom' ***
+- *** Renamed '/drivers/lcd' to '/drivers/display' ***
+- Removed height parameter from drawButton.  It's now
+  calculated based on the font height, and centered.
+- Added bell to CLI when backspace is pressed beyond
+  the starting position (cosmetic, but still useful)
+- Removed dependency on /core/libc files in Crossworks
+  when redirecting printf (added printf replacement
+  to sysinit.c)
+- Added basic AS1115 driver for segment displays
+- Added driver for HX8340-B based LCDs
+- Added flag to projectconfig.h to disable the default
+  GPIO IRQ Handler functions in code/gpio/gpio.c
+- Added driver for Samsung VFD displays from Adafruit
+- Added average sampling option to projectconfig.h.
+  This allows you to take several readings from the
+  ADC and return the average.  Helps reduces one-off
+  peaks and valleys in the ADC at the expense of
+  slower reads.
+  See: "tools/validation/adctest" for more info
 - Added I2C driver for PN532
 - Updated and added PN532 examples at
   /tools/examples/sensors/PN532
This page took 0.039221 seconds and 4 git commands to generate.