Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation

This commit is contained in:
Gregory Nutt 2015-06-28 08:08:57 -06:00
parent ed456854cb
commit 342f5fe33d
577 changed files with 678 additions and 761 deletions

View File

@ -10624,4 +10624,6 @@
* NFS client: Fix prototype of unbind method. The function prototype
was not updated for NFS after a recent change to the file system
interface. From Manuel Stühn (2015-06-25).
* Broke the NuttX GIT repository into several, smaller repositories.
Eliminated the misc/ directory and the content under misc/Obsoleted
and misc/sims (2015-06-27).

View File

@ -4068,7 +4068,7 @@ mount -t vfat /dev/ram1 /tmp
<li>
<p>
The <code>genromfs</code> tool(available from <a href="http://romfs.sourceforge.net/">http://romfs.sourceforge.net</a>) or included within the NuttX buildroot toolchain.
There is a snapshot here: <code>misc/tools/genromfs-0.5.2.tar.gz</code>.
There is also a snapshot available in the NuttX tools repository <a href="https://bitbucket.org/nuttx/tools/src/master/genromfs-0.5.2.tar.gz">here</a>.
</p>
<li>
<p>

View File

@ -1315,15 +1315,15 @@
</li></ul>
<li><b>pascal</b>.
<ul><p>
Release notes for all released versions on pascal are available in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/pascal/ReleaseNotes" target="_blank">Bitbucket GIT</a>
The ChangeLog for all releases of pascal is available at the bottom of the ChangeLog file that can viewed in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/pascal/ChangeLog" target="_blank">Bitbucket GIT</a>.
Release notes for all released versions on pascal are available in the <a href="https://bitbucket.org/nuttx/pascal/ReleaseNotes" target="_blank">Bitbucket GIT</a>
The ChangeLog for all releases of pascal is available at the bottom of the ChangeLog file that can viewed in the <a href="https://bitbucket.org/nuttx/pascal/ChangeLog" target="_blank">Bitbucket GIT</a>.
</p>
</li></ul>
<li><b>buildroot</b>.
<ul><p>
Release notes for buildroot 1.14 are available <a href="https://bitbucket.org/patacongo/nuttx/downloads/buildroot/buildroot-1.14/">here</a>;
release notes for all released versions on buildroot are available in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/buildroot/ReleaseNotes" target="_blank">Bitbucket GIT</a>
The ChangeLog for all releases of buildroot is available at the bottom of the ChangeLog file that can viewed in the <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/buildroot/ChangeLog" target="_blank">Bitbucket GIT</a>.
release notes for all released versions on buildroot are available in the <a href="https://bitbucket.org/nuttx/pascal/src/master/ReleaseNotes" target="_blank">Bitbucket GIT</a>
The ChangeLog for all releases of buildroot is available at the bottom of the ChangeLog file that can viewed in the <a href="https://bitbucket.org/nuttx/pascal/src/master/ChangeLog" target="_blank">Bitbucket GIT</a>.
</p>
</li></ul>
</ul>
@ -1373,7 +1373,6 @@
</li>
<li>Intel
<ul>
<li><a href="#80x52">Intel 80x52 Microcontroller</a> (1) (<i>obsoleted</i>)</li>
<li><a href="#80x86">Intel 80x86</a> (2)</li>
</ul>
</li>
@ -1455,7 +1454,6 @@
</li>
<li>Intel
<ul>
<li><a href="#80x52">Intel 80x52</a> (<i>obsoleted</i>)</li>
<li><a href="#80x86">Intel 80x86</a></li>
</ul>
</li>
@ -2689,21 +2687,6 @@ nsh>
Chip support for these STM32 &quot;Value Line&quot; family was contributed by Mike Smith and users have reported that they have successful brought up NuttX on their proprietary boards using this logic.
</p>
</li>
<li>
<p>
<b>Generic Board Support (obsoleted)</b>
This logic was extended to support the <i>high density</i> STM32F100RC chips by Freddie Chopin
There is <i>generic</i> support for STM32F100RC boards.
Refer to the NuttX board <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/Obsoleted/configs/stm32f100rc_generic/README.txt" target="_blank">README</a> file for further information.
</p>
<p>
<b><i>Obsoleted</i></b>.
This generic board supported has been <i>obsoleted</i>.
The code has been moved out of the NuttX source tree but can still be found be found in <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/Obsoleted/" target="_blank">Obsoleted</a> directory.
This support was obsoleted because of a decision to stop support of <i>generic</i> board configurations.
Generic board configurations do not provide support for any specific hardware but can be useful only if there are not other examples for the setup for a particular architecture.
</p>
</li>
<li>
<p>
<b>STM32VL-Discovery</b>.
@ -4298,38 +4281,6 @@ Mem: 29232 5920 23312 23312
</ul>
</td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
<a name="80x52"><b>Intel 80C52 Microcontroller</b>.</a>
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<b>PJRC 87C52 Development Board</b>.
This port uses the <a href="http://www.pjrc.com/">PJRC</a> 87C52 development system and the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain under Linux or Cygwin.
</p>
<ul>
<p>
<b>STATUS:</b>
This port is complete but not stable with timer interrupts enabled.
There seems to be some issue when the stack pointer enters into the indirect IRAM
address space during interrupt handling.
This architecture has not been built in some time will likely have some compilation
problems because of SDCC compiler differences.
Refer to the NuttX board <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/Obsoleted/configs/pjrc-8051/README.txt" target="_blank">README</a> file for further information.
</p>
</ul>
<p>
<b><i>Obsoleted</i></b>.
This architecture has been <i>obsoleted</i>.
The code has been moved out of the NuttX source tree but can still be found be found in <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/Obsoleted/" target="_blank">Obsoleted</a> directory.
This support was obsoleted because (1) the architecture limitations of the 8051 family make ongoing development of more advanced NuttX features too difficult, and (2) although the basic port was marginally functional, it has never really been demonstrated convincingly in any application.
</p>
</td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
@ -4712,25 +4663,6 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
Refer to the NuttX board <a href="https://bitbucket.org/patacongo/nuttx/src/master/nuttx/configs/z16f2800100zcog/README.txt" target="_blank">README</a> file for further information.
</p>
</li>
<li>
<p>
<b>Toyaga 16z (obsoleted)</b>.
This port if for the <a href="https://github.com/toyaga/16z">Toyaga 16z</a> board that also use the Zilog ZNEOZ16F2811AL20EG microntroller with the Zilog ZDS-II Windows command line tools.
The development environment is either Windows native or Cygwin under Windows.
</p>
<p>
<b>STATUS:</b>
The initial release of support for the 16z board was made available in NuttX version 6.33.
Both the 16z board and the NuttX port are works in progress and are not ready for usage as of NuttX-7.2.
Refer to the NuttX board <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/Obsoleted/configs/16z/README.txt" target="_blank">README</a> file for further information.
</p>
<p>
<b><i>Obsoleted</i></b>.
This board support has been <i>obsoleted</i>.
The code has been moved out of the NuttX source tree but can still be found be found in <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/Obsoleted/" target="_blank">Obsoleted</a> directory.
This support was obsoleted because of technical issues that make NuttX unusable on the board at least in the short term. This configuration may return to the NuttX source tree at some time in the future.
</p>
</li>
</ul>
</td>
</tr>
@ -4841,9 +4773,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
<b>Z80 Instruction Set Simulator</b>.
This port uses the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
under Linux or Cygwin (verified using version 2.6.0).
This port has been verified using only a Z80 instruction 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 has been verified using only a Z80 instruction simulator called z80sim.
</p>
<ul>
<p>
@ -4913,8 +4843,8 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.</block
page.
This download may be used to build a NuttX-compatible ELF toolchain under Linux or Cygwin.
That toolchain will support ARM, m68k, m68hc11, m68hc12, and SuperH ports.
The buildroot GIT may be accessed in the
<a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/buildroot/" target="_blank">NuttX GIT</a>.
The buildroot GIT may be accessed in the NuttX
<a href="https://bitbucket.org/nuttx/buildroot" target="_blank">buildroot GIT</a>.
</p>
</td>
</tr>

View File

@ -164,7 +164,7 @@
</li>
<li>
A linker to bind ELF binaries to produce the NXFLAT binary format
(See <a href="https://bitbucket.org/patacongo/nuttx/src/master/misc/buildroot/toolchain/nxflat/" target="_blank">GIT).
(See <a href="https://bitbucket.org/nuttx/buildroot/src/master/toolchain/nxflat/" target="_blank">GIT).
</li>
</ul>
@ -321,10 +321,10 @@
<li>
</li>
Unpack <code>&lt;some-dir&gt;/buildroot-0.x.y.tar.gz</code> using a command like <code>tar zxf buildroot-0.x.y</code>.
This will result in a new directory like <code>&lt;some-dir&gt;/misc/buildroot-0.x.y</code>
This will result in a new directory like <code>&lt;some-dir&gt;/buildroot-0.x.y</code>
</li>
<li>
Move this into position: <code>mv &lt;some-dir&gt;/misc/buildroot-0.x.y</code>&lt;some-dir&gt;/buildroot</code>
Move this into position: <code>mv &lt;some-dir&gt;/buildroot-0.x.y</code>&lt;some-dir&gt;/buildroot</code>
</li>
<li>
<code>cd </code>&lt;some-dir&gt;/buildroot</code>

View File

@ -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>

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
mainmenu "Nuttx/$ARCH Configuration"

View File

@ -471,7 +471,7 @@ pass2dep: context tools/mkdeps$(HOSTEXEEXT)
# These targets depend on the kconfig-frontends packages. To use these, you
# must first download and install the kconfig-frontends package from this
# location: http://ymorin.is-a-geek.org/projects/kconfig-frontends. See
# misc/tools/README.txt for additional information.
# README.txt file in the NuttX tools GIT repository for additional information.
config:
$(Q) APPSDIR=${CONFIG_APPS_DIR} kconfig-conf Kconfig

9
TODO
View File

@ -17,7 +17,7 @@ nuttx/
(4) C++ Support
(6) Binary loaders (binfmt/)
(12) Network (net/, drivers/net)
(5) USB (drivers/usbdev, drivers/usbhost)
(4) USB (drivers/usbdev, drivers/usbhost)
(12) Libraries (libc/, libm/)
(11) File system/Generic drivers (fs/, drivers/)
(8) Graphics subsystem (graphics/)
@ -1023,13 +1023,6 @@ o USB (drivers/usbdev, drivers/usbhost)
Status: Open
Priority: Medium
Title: RTL8187 DRIVER IS UNFINISHED
Description: misc/drivers/usbhost_rtl8187.c is a work in progress. There is no RTL8187
driver available yet. That is a work in progress it was abandoned because
it depends on having an 802.11g stack.
Status: Open
Priority: Low (Unless you need RTL8187 support).
Title: EP0 OUT CLASS DATA
Description: There is no mechanism in place to handle EP0 OUT data transfers.
There are two aspects to this problem, neither are easy to fix

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
choice

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_ARM

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_A1X

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARM Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV6M Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMv7-A Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV7M Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "C5471 Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Calypso Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_DM320

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_IMX

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Kinetis Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Kinetis Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC11xx Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC17xx Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC214x Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC2378 Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC31xx Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "LPC43xx Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "NUC100/120 Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "AT91SAM3/4 Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_SAMA5

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Atmel SAMD/L Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_SAMV7

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "STM32 Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "STR71x Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Tiva/Stellaris Configuration Options"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_AVR

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_AT32UC3

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_AT90USB

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_ATMEGA

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_FAMILY_AVR
@ -54,7 +54,7 @@ config AVR_BUILDROOT
the following section for details on building this toolchain.
It is assumed in some places that buildroot toolchain is
available at ../misc/buildroot/build_avr. Edit the setenv.sh
available at ../buildroot/build_avr. Edit the setenv.sh
file if this is not the case.
endchoice

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_FAMILY_AVR32

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_AVR

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_HC

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_HSC12

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_MIPS

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_MIPS

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_MIPS32

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_PIC32MX

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_PIC32MZ

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_RGMP

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SH

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SH

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_M16C

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SH1

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_SIM

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_X86

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_X86

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_I486

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_QEMU

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z16

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z16

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z16F

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z80

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_Z80

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_EZ80

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z180

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z8

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_CHIP_Z80

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
config AUDIO

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
config BINFMT_DISABLE
@ -79,10 +79,10 @@ config PCODE
NOTE: You must first install and select the Pascal P-Code
interpreter before you can select this binary format. The P-Code
interpreter is in the pascal package and can also be fount in the
misc/pascal directory of the repository. Read the README.txt file
in the misc/pascal directory for more details. The correct
installation director is: apps/interpreters.
interpreter is in the Pascal download package and can also be found
in the NuttX Pascal GIT repository. Read the README.txt file in the
Pascal package directory for more details. The correct installation
directory is: apps/interpreters.
ISSUES: This feature is highly coupled with logic in the apps/subdirectory
and, as a consequence, cannot be used in environments that do not

View File

@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
config ELF_ALIGN_LOG2

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NXFLAT_DUMPBUFFER

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
config PCODE_STACKSIZE

View File

@ -4,10 +4,11 @@ libpcode README
Configuration Dependencies
--------------------------
In order to use this module, you must first install the P-Code virtual
machine. You can get this from the Pascal package or from misc/pascal in
the GIT repository. See the README.txt file at misc/pascal for installation
instructions. The correct location to install the P-code virtual machine is
at apps/interpreters.
machine. You can get this from the Pascal package or from the NuttX Pascal
GIT repository. See the README.txt file at the top-level Pascal for
installation instructions. The correct location to install the P-code
virtual machine is at apps/interpreters (assuming that you are using
the NuttX apps/ package and that you have named the directory apps/).
Other required configuration settings:

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
choice
@ -1053,11 +1053,9 @@ config ARCH_BOARD_Z80SIM
depends on ARCH_CHIP_Z80
select ARCH_HAVE_UART
---help---
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX GIT at
https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0).
z80 Microcontroller. This port uses a Z80 instruction set simulator
called z80sim. This port also uses the SDCC toolchain
(http://sdcc.sourceforge.net/") (verified with version 2.6.0).
config ARCH_BOARD_Z8ENCORE000ZCO
bool "ZiLOG Z8ENCORE000ZCO Development Kit"

View File

@ -681,11 +681,9 @@ configs/z16f2800100zcog
development environment is Cygwin under WinXP.
configs/z80sim
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX GIT at
https://bitbucket.org/patacongo/nuttx/src/master/misc/sims/z80sim.
This port also uses the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0).
z80 Microcontroller. This port uses a Z80 instruction set simulator
called z80sim. This port also uses the SDCC toolchain
(http://sdcc.sourceforge.net/") (verified with version 2.6.0).
configs/z8encore000zco
z8Encore! Microcontroller. This port use the Zilog z8encore000zco

View File

@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#

View File

@ -200,7 +200,7 @@ Buildroot:
following section for details on building this toolchain.
It is assumed in some places that buildroot toolchain is available
at ../misc/buildroot/build_avr. Edit the setenv.sh file if
at ../buildroot/build_avr. Edit the setenv.sh file if
this is not the case.
After configuring NuttX, make sure that CONFIG_AVR_BUILDROOT=y is set in your
@ -512,7 +512,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
and misc/tools/
see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.

View File

@ -55,7 +55,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_avr/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_avr/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_ARDUINO_DUE

View File

@ -875,7 +875,7 @@ Configurations
change any of these configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
and misc/tools/
see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.

View File

@ -67,7 +67,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the Cygwin path to the location where I have the Arduino BOSSA program
export BOSSA_BIN="/cygdrive/c/Program Files (x86)/Arduino/arduino-1.5.2/hardware/tools"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_AVR32DEV1

View File

@ -447,7 +447,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
and misc/tools/
see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_C5471EVM

View File

@ -142,7 +142,7 @@ Common Configuration Notes
change a configurations using that tool, you should:
a. Build and install the kconfig-mconf tool. See nuttx/README.txt
and misc/tools/
see additional README.txt files in the NuttX tools repository.
b. Execute 'make menuconfig' in nuttx/ in order to start the
reconfiguration process.

View File

@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"

View File

@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"

View File

@ -65,7 +65,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_CC3200_LAUNCHPAD

View File

@ -64,7 +64,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# The cc3200-launchpad/tools directory
export TOOL_DIR="${WD}/configs/cc3200-launchpad/tools"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_CLOUDCTRL

View File

@ -352,8 +352,8 @@ NuttX EABI buildroot Toolchain
-export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
-#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
-#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
+export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
See the file configs/README.txt in the buildroot source tree. That has more
detailed PLUS some special instructions that you will need to follow if you are

View File

@ -67,7 +67,7 @@ export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
#export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
#export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# This is the path to the tools/ subdirectory
export TOOLS_DIR="${WD}/configs/shenzhou/tools"

View File

@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#

View File

@ -66,7 +66,7 @@ fi
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
export TOOLCHAIN_BIN="${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin"
export TOOLCHAIN_BIN="${WD}/../buildroot/build_arm_nofpu/staging_dir/bin"
# Add the path to the toolchain to the PATH varialble
export PATH="${TOOLCHAIN_BIN}:/sbin:/usr/sbin:${PATH_ORIG}"

View File

@ -1,4 +1,4 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#

View File

@ -40,7 +40,7 @@ fi
if [ -z ${PATH_ORIG} ]; then export PATH_ORIG=${PATH}; fi
WD=`pwd`
export BUILDROOT_BIN=${WD}/../misc/buildroot/build_arm_nofpu/staging_dir/bin
export BUILDROOT_BIN=${WD}/../buildroot/build_arm_nofpu/staging_dir/bin
export PATH=${BUILDROOT_BIN}:/sbin:/usr/sbin:${PATH_ORIG}
echo "PATH : ${PATH}"

View File

@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_COMPALE99

Some files were not shown because too many files have changed in this diff Show More