summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes20
1 files changed, 20 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 18676bfba..9a5892024 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -903,3 +903,23 @@ details of these bugfixes.
This tarball contains a complete CVS snapshot from May 29, 2009.
+nuttx-0.4.8
+^^^^^^^^^^^
+
+This is the 40th release of NuttX. This release adds:
+
+ o Support for the Olimex STRP711 board. That board is based on the STMicro
+ STR711 MCU (ARM7TDMI). Integration is complete on the basic port (boot logic,
+ system time, serial console). Two configurations have been verified: (1) The
+ board boots and passes the OS test with console output visible on UART0, and
+ the NuttShell (NSH) is fully functional with interrupt driven serial console.
+ An SPI driver is available but untested (because the Olimex card slot appears
+ to accept only MMC cards; I have only SD cards). Additional needed: USB and
+ driver, MMC integration.
+
+ o Support for the CodeSourcery and devkitARM Windows-native GNU toolchains.
+ Makefiles have been modified for the LM3S6918, LPC2148, and STR711 to support
+ these toolchains under Cygwin.
+
+This tarball contains a complete CVS snapshot from June 13, 2009.
+