CYGWIN caveat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@350 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
30ad777538
commit
7bc52e9ea1
|
@ -373,6 +373,9 @@
|
||||||
This port does not support interrupts or a real timer (and hence no
|
This port does not support interrupts or a real timer (and hence no
|
||||||
round robin scheduler) Otherwise, it is complete.
|
round robin scheduler) Otherwise, it is complete.
|
||||||
</li>
|
</li>
|
||||||
|
<p>NOTE: This target will not run on Cygwin probably for many reasons but
|
||||||
|
first off because it uses some of the same symbols as does cygwind.dll.
|
||||||
|
</p>
|
||||||
|
|
||||||
<li><code>arch/arm</code>:
|
<li><code>arch/arm</code>:
|
||||||
This directory holds common ARM architectures. At present, this includes
|
This directory holds common ARM architectures. At present, this includes
|
||||||
|
|
|
@ -260,6 +260,9 @@ configs/sim
|
||||||
This port does not support interrupts or a real timer (and hence no
|
This port does not support interrupts or a real timer (and hence no
|
||||||
round robin scheduler) Otherwise, it is complete.
|
round robin scheduler) Otherwise, it is complete.
|
||||||
|
|
||||||
|
NOTE: This target will not run on Cygwin probably for many reasons but
|
||||||
|
first off because it uses some of the same symbols as does cygwind.dll.
|
||||||
|
|
||||||
configs/c5471evm
|
configs/c5471evm
|
||||||
This is a port to the Spectrum Digital C5471 evaluation board. The
|
This is a port to the Spectrum Digital C5471 evaluation board. The
|
||||||
C5471 is a dual core processor from TI with an ARM7TDMI general purpose
|
C5471 is a dual core processor from TI with an ARM7TDMI general purpose
|
||||||
|
|
Loading…
Reference in New Issue