aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-26 20:04:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-26 20:04:57 +0000
commit8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23 (patch)
treed4315b9b45a76609892f82fed62952c35ce86c64 /nuttx/ChangeLog
parent373e145e546cc34b6a0000d7b3f71538c05a3b1b (diff)
downloadpx4-firmware-8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23.tar.gz
px4-firmware-8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23.tar.bz2
px4-firmware-8ed19bb07d00a15e2f2c9893d57b1ef1261b2d23.zip
Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7e1c538d7..a7087656a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3826,4 +3826,10 @@
encode special function keys.
* configs/olimex-lpc1766stk/hidkbd: This configuration has been
converted to use the kconfig-frontends configuration tool.
+ * drivers/lcd/ug-2864hsweg01.c and include/nuttx/lcd/ug-2864hsweg01.h:
+ Driver for UG-2864HSWEG01 OLED contributed by Darcy Gong.
+ * configs/stm32f4discovery/src/up_ug2864hsweg01.c: Support for the
+ UG-2864HSWEG01 OLED for the STM32F4Discovery board.
+ * drivers/usbhost/usbhost_hidkbd.c: Correct a logic error in how
+ tasks waiting for read data are awakened.