From 09f930863d82ecda840f36b7d782e0bc6ae8cbce Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 26 May 2010 13:02:39 +0000 Subject: Add LPC313x I2C+SPI drivers and fixes for USB driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2702 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 8ed09d3ef..7ee696e9c 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -1129,3 +1129,16 @@ * drivers/lcd/p14201.c - Driver for RiT P14201 series 128x96 4-bit OLED. * configs/lm3s6965-ek/nx - NX graphics configuration for the LM3S6965 Ethernet Evaluation Kit. + * graphics/ - Numerous fixes to get the P14201 4-bpp greyscale display + working (there may still be some minor issues .. see the TODO list). + * arch/arm/include/lpc17xx and arch/arm/src/lpc17xxx - Began port for + NXP LPC1768 + * drivers/mtd/m25px.c - Add support for M25P1 flash part (See NOTE) + * include/nuttx/i2c.h - Extended I2C interface definition to handle + multiple transfers (See NOTE). + * include/nuttx/usbdev.h - Corrected an important macro definition + needed to correctly handle USB null packet transfers (See NOTE). + * arch/arm/src/lpc313x - New drivers: I2C and SPI. Plus several + important LPC313x USB bug fixes (See NOTE). + + NOTE: Contributed by David Hewson. -- cgit v1.2.3