mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
This commit is contained in:
@@ -665,9 +665,7 @@
|
||||
|
||||
<li><code>arch/z80/include/z80</code> and <code>arch/z80/src/z80</code>:
|
||||
The Z80 port was released in nuttx-0.3.6 has been verified using only a
|
||||
z80 instruction simulator.
|
||||
The set simulator can be found in the NuttX GIT at
|
||||
https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
|
||||
z80 instruction simulator called z80sim.
|
||||
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/)
|
||||
(verified with version 2.6.0 and 2.7.0).
|
||||
</li>
|
||||
@@ -1058,11 +1056,9 @@
|
||||
</li>
|
||||
|
||||
<li><code>configs/z80sim</code>:
|
||||
z80 Microcontroller. This port uses a Z80 instruction set simulator.
|
||||
That simulator can be found in the NuttX GIT
|
||||
<a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim" target="_blank">here</a>.
|
||||
This port also the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
|
||||
under Linux or Cygwin(verified with version 2.6.0).
|
||||
z80 Microcontroller. This port uses a Z80 instruction set simulator
|
||||
called z80sim.
|
||||
This port also the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain under Linux or Cygwin(verified with version 2.6.0).
|
||||
</li>
|
||||
|
||||
<li><code>configs/z8encore000zco</code>
|
||||
|
||||
Reference in New Issue
Block a user