summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-13 14:29:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-13 14:29:41 +0000
commite1c5f0014d78d36039793087273d4f2925134eaf (patch)
tree1e8bf30d6312c7bfd00a776c260d9a6e0f465923 /nuttx/ReleaseNotes
parentd048ea773484b0a8fd79a0c59a902bf579c552da (diff)
downloadpx4-nuttx-e1c5f0014d78d36039793087273d4f2925134eaf.tar.gz
px4-nuttx-e1c5f0014d78d36039793087273d4f2925134eaf.tar.bz2
px4-nuttx-e1c5f0014d78d36039793087273d4f2925134eaf.zip
Prep for 0.4.8 releasenuttx-4.8
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1882 42af7a65-404d-4744-a932-0658087f49c3
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.
+