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
+3 -1
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).
+1 -1
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>
+7 -77
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>
+3 -3
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>
+4 -8
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>
+1 -1
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"
+1 -1
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
+1 -8
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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
+1 -1
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
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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
+1 -1
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"
+1 -1
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
+1 -1
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"
+1 -1
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"
+1 -1
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"
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+2 -2
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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
+1 -1
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

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