Prep for the 0.4.12 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2153 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
7e92d3550c
commit
fae958d1a1
@ -729,7 +729,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p><b>nuttx-0.4.11</b>.
|
<p><b>nuttx-0.4.12</b>.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This 44<sup>th</sup> release of NuttX was made on October 17, 2009 and is available for download from the
|
This 44<sup>th</sup> release of NuttX was made on October 17, 2009 and is available for download from the
|
||||||
@ -750,10 +750,10 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It is planned to extend this basic STM32 port for the 0.4.12 NuttX release.
|
It is planned to extend this basic STM32 port for the 0.4.13 NuttX release.
|
||||||
Additional functionality needed for complete STM32 support includes:
|
Additional functionality needed for complete STM32 support includes:
|
||||||
USB device driver, LCD driver and NX bringup on the development board's display and MicroSD support.
|
USB device driver, LCD driver and NX bringup on the development board's display and MicroSD support.
|
||||||
An SPI driver and a DMA support was included in this 0.4.11 release, but is not yet tested.
|
An SPI driver and a DMA support was included in this 0.4.12 release, but is not yet tested.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table width ="100%">
|
<table width ="100%">
|
||||||
@ -973,13 +973,13 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<p>
|
<p>
|
||||||
<b>STATUS:</b>
|
<b>STATUS:</b>
|
||||||
The basic STM32 port was released in NuttX version 0.4.11. This basic port includes boot-up
|
The basic STM32 port was released in NuttX version 0.4.12. This basic port includes boot-up
|
||||||
logic, interrupt driven serial console, and system timer interrupts.
|
logic, interrupt driven serial console, and system timer interrupts.
|
||||||
Verified configurations are available for NuttX OS test and the NuttShell (NSH) example.
|
Verified configurations are available for NuttX OS test and the NuttShell (NSH) example.
|
||||||
This basic STM32 port will be extended in the 0.4.12 NuttX release. Functionality needed
|
This basic STM32 port will be extended in the 0.4.13 NuttX release. Functionality needed
|
||||||
for complete STM32 support includes: USB device driver, LCD driver and NX bringup on the
|
for complete STM32 support includes: USB device driver, LCD driver and NX bringup on the
|
||||||
development board's display and MicroSD support. An SPI driver and a DMA support was included
|
development board's display and MicroSD support. An SPI driver and a DMA support was included
|
||||||
in the 0.4.11 release, but is not yet tested.
|
in the 0.4.12 release, but is not yet tested.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>Development Environments:</b>
|
<b>Development Environments:</b>
|
||||||
@ -1534,7 +1534,7 @@ Other memory:
|
|||||||
* arch/arm/src/stm32/src/stm32/stm32_spi.c. Added a DMA-based SPI driver for the STM32.
|
* arch/arm/src/stm32/src/stm32/stm32_spi.c. Added a DMA-based SPI driver for the STM32.
|
||||||
* arch/arm/src/stm32/src/stm32/stm32_serial.c. Finished interrupt-drivent,
|
* arch/arm/src/stm32/src/stm32/stm32_serial.c. Finished interrupt-drivent,
|
||||||
USART console driver. This makes NSH work perfectly.
|
USART console driver. This makes NSH work perfectly.
|
||||||
* Things left to do for the STM32 deferred to the 0.4.13 release: USB device driver,
|
* Things left to do for the STM32 deferred to the 0.4.13 release: USB device driver,
|
||||||
LCD driver and NX bringup on the eval board's display and MicroSD support. An SPI
|
LCD driver and NX bringup on the eval board's display and MicroSD support. An SPI
|
||||||
driver was included in the 0.4.12 release, but is not yet tested.
|
driver was included in the 0.4.12 release, but is not yet tested.
|
||||||
|
|
||||||
|
@ -982,7 +982,7 @@ upgrading to this release.
|
|||||||
|
|
||||||
This tarball contains a complete CVS snapshot from September 16, 2009
|
This tarball contains a complete CVS snapshot from September 16, 2009
|
||||||
|
|
||||||
nuttx-0.4.11
|
nuttx-0.4.12
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
This is the 44th release of NuttX. This release adds basic support for the STMicro STM32,
|
This is the 44th release of NuttX. This release adds basic support for the STMicro STM32,
|
||||||
@ -996,10 +996,10 @@ around the STM32F103ZET6 MCU. Some highlights of this port:
|
|||||||
bring-up).
|
bring-up).
|
||||||
* Working, Tested Configurations: the NuttX OS test and the NuttShell (NSH) example.
|
* Working, Tested Configurations: the NuttX OS test and the NuttShell (NSH) example.
|
||||||
|
|
||||||
This basic STM32 port will be extended in the 0.4.12 NuttX release. Functionality needed
|
This basic STM32 port will be extended in the 0.4.13 NuttX release. Functionality needed
|
||||||
for complete STM32 support includes: USB device driver, LCD driver and NX bringup on the
|
for complete STM32 support includes: USB device driver, LCD driver and NX bringup on the
|
||||||
development board's display and MicroSD support. An SPI driver and a DMA support was included
|
development board's display and MicroSD support. An SPI driver and a DMA support was included
|
||||||
in this 0.4.11 release, but is not yet tested.
|
in this 0.4.12 release, but is not yet tested.
|
||||||
|
|
||||||
This tarball contains a complete CVS snapshot from October 17, 2009
|
This tarball contains a complete CVS snapshot from October 17, 2009
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user