Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-03-14 18:58:21 +00:00
parent 8f7e5ad85e
commit 08199e1216
19 changed files with 565 additions and 88 deletions
+15 -8
View File
@@ -1,12 +1,19 @@
Nuttx-0.1.0
Nuttx-0.1.1
^^^^^^^^^^^
This is the initial. This initial includes the complete NuttX RTOS
with support for the Linux user mode simulation and the TI TMS320C5471
(Arm7) processor. Partial support for the 87C52 is included.
This is the second release of NuttX. This release includes the
following. See the ChangeLog for more detailed description of
the changes.
This release has been verified on both the Linux user-mode and C5471
platforms using the test program under examples/ostest. Test results
for the C5471 can be found in arch/c5471/doc/test-results.txt.
(1) General OS bugfixes (see the ChangeLog for details),
(2) bugfixes for the TI TMS320C5471 (Arm7) platform (see the
ChangeLog)
(3) Complete support for the 87C52. (However, the 87C52 release
is not stable enough for general usage).
(4) Added the beginning of a shell call NuttShell (nsh)
This tarball contains a complete CVS snapshot from March 9,2007.
This release has been verified on the Linux user-mode platform,
the Spectrum Digital TMS320C5471 EVM, and the PJRC 87C52 development
board using the test program under examples/ostest.
This tarball contains a complete CVS snapshot from March 14, 2007.