summaryrefslogtreecommitdiffstats
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes33
1 files changed, 29 insertions, 4 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 7618bc7d04..3c6dda5f71 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1221,8 +1221,33 @@ This initial release of this feature includes the verified NX extensions plus
a driver for the HX8347, 16-bit parallel LCD. This LCD supports 16-bit RGB
(5:6:5).
+nuttx-5.5
+^^^^^^^^^
- * include/nuttx/lcd.h - Defines an LCD interface.
- * graphics/nxglib/fb and lcd - Support LCD and framebuffer rasterizers for NX.
- * configs/sam3u-ek/src/up_lcd.c - LCD driver for LCD on SAM3U-EK development
- board.
+This is the 52nd release of NuttX. This release includes one new port, some
+new drivers and some important bugfixes:
+
+ * NuttX was ported to the Luminary/TI LM3S6965 Ethernet Evaluation Kit.
+ At present, that port includes an OS test configuration and a NuttShell
+ (NSH) configuration with telnet support.
+
+ MMC/SD and Networking support are provided but not thoroughly verified
+ in this release: Current development efforts are focused on porting the
+ NuttX window system (NX) to work with the Evaluation Kits OLED display.
+
+ * A NuttX Ethernet driver for the Microchip ENC28J60 SPI Ethernet chip is
+ available in the source tree (but has not yet been fully verified because
+ I haven't properly connected it to hardware yet).
+
+ * The Olimex STR-P711 NuttX port was extended to support the ENC28J60 and
+ some new networking configurations were added. The ENC28J60 has not
+ been tested on the STR-P711, however, because of hardware issues (I don't
+ think the USB powered board provides enough power for the ENC28J60 and
+ I don't have the right wall wart yet).
+
+ Along the way, external interrupt support (XTI) was added to the STMicro
+ STR-P711 port and some important bugs were fixed in the STR-P711 SPI
+ driver.
+
+ * Corrected an important UDP reference counting error. It was not a serious
+ error, but it trigger an assertion was IS a serious error.