From a0d28e24156f4cd47d24a6f53d97b56a51341bce Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 28 Jun 2015 08:08:57 -0600 Subject: [PATCH] Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation --- Documentation/NuttShell.html | 2 +- Documentation/NuttX.html | 84 +++------------------------- Documentation/NuttXNxFlat.html | 6 +- Documentation/NuttxPortingGuide.html | 12 ++-- 4 files changed, 15 insertions(+), 89 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 244a7889a3..206d284960 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -4068,7 +4068,7 @@ mount -t vfat /dev/ram1 /tmp
  • The genromfs tool(available from http://romfs.sourceforge.net) or included within the NuttX buildroot toolchain. - There is a snapshot here: misc/tools/genromfs-0.5.2.tar.gz. + There is also a snapshot available in the NuttX tools repository here.

  • diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 34164366f6..cbef2d4552 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1315,15 +1315,15 @@

  • pascal.
  • buildroot. @@ -1373,7 +1373,6 @@
  • Intel
  • @@ -1455,7 +1454,6 @@
  • Intel
  • @@ -2689,21 +2687,6 @@ nsh> Chip support for these STM32 "Value Line" family was contributed by Mike Smith and users have reported that they have successful brought up NuttX on their proprietary boards using this logic.

    -
  • -

    - Generic Board Support (obsoleted) - This logic was extended to support the high density STM32F100RC chips by Freddie Chopin - There is generic support for STM32F100RC boards. - Refer to the NuttX board README file for further information. -

    -

    - Obsoleted. - This generic board supported has been obsoleted. - The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted directory. - This support was obsoleted because of a decision to stop support of generic 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. -

    -
  • STM32VL-Discovery. @@ -4298,38 +4281,6 @@ Mem: 29232 5920 23312 23312 - - - - Intel 80C52 Microcontroller. - - - -
    - -

    - PJRC 87C52 Development Board. - This port uses the PJRC 87C52 development system and the SDCC toolchain under Linux or Cygwin. -

    - -

    - Obsoleted. - This architecture has been obsoleted. - The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted 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. -

    - - @@ -4712,25 +4663,6 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1); Refer to the NuttX board README file for further information.

  • -
  • -

    - Toyaga 16z (obsoleted). - This port if for the Toyaga 16z 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. -

    -

    - STATUS: - 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 README file for further information. -

    -

    - Obsoleted. - This board support has been obsoleted. - The code has been moved out of the NuttX source tree but can still be found be found in Obsoleted 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. -

    -
  • @@ -4841,9 +4773,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1); Z80 Instruction Set Simulator. This port uses the SDCC 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 - here. + This port has been verified using only a Z80 instruction simulator called z80sim.

    @@ -321,10 +321,10 @@
  • Unpack <some-dir>/buildroot-0.x.y.tar.gz using a command like tar zxf buildroot-0.x.y. - This will result in a new directory like <some-dir>/misc/buildroot-0.x.y + This will result in a new directory like <some-dir>/buildroot-0.x.y
  • - Move this into position: mv <some-dir>/misc/buildroot-0.x.y<some-dir>/buildroot + Move this into position: mv <some-dir>/buildroot-0.x.y<some-dir>/buildroot
  • cd <some-dir>/buildroot diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index c42ea74ea3..ee746d9a30 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -665,9 +665,7 @@
  • arch/z80/include/z80 and arch/z80/src/z80: 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).
  • @@ -1058,11 +1056,9 @@
  • configs/z80sim: - z80 Microcontroller. This port uses a Z80 instruction set simulator. - That simulator can be found in the NuttX GIT - here. - This port also the SDCC 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 SDCC toolchain under Linux or Cygwin(verified with version 2.6.0).
  • configs/z8encore000zco