Prep for 0.4.8 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1882 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-13 14:29:41 +00:00
parent 81fa020b89
commit 5670bfa7c1
3 changed files with 65 additions and 68 deletions
+20
View File
@@ -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.