From b87b91cbfe067a178a11975ccee8c6cc9752757e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Nov 2014 16:06:00 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 54ca4b24df..bd2aad6b1b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8965,3 +8965,6 @@ task_setup(), and vfork() (2014-11-13). * arch/arm/src/stm32/chip/stm32_otgfs.h: Correct a typo in the STM32 OTGFS register bit definitions (2014-11-13). + * drivers/lcd/st7565.c/.h and include/nuttx/lcd/st7565.h: Add driver for + ST7565 that works with NHD‐C12864KGZ display. From Pierre-noel + Bouteville (2014-11-13).