diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 8367036de61..0eba9441f97 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -3697,7 +3697,7 @@ sudo ln -s libXext.so.6.4.0 libXext.so
Refer to the readme file in sim configuration - README.txt file for additional information. + README.txt file for additional information.
nuttx-6.26.tar.gz and apps-6.26.tar.gz.
Both may be needed (see the top-level nuttx/README.txt file for build information)
The change log associated with the release is available here.
- Unreleased changes after this release are available in SVN.
+ Unreleased changes after this release are available in GIT.
These unreleased changes are also listed here.
- This release corresponds with SVN release number: r5745, - Note that all SVN information has been stripped from the tarballs. - If you need the SVN configuration, you should check out directly from SVN. + This release corresponds with GIT release number: r5745, + Note that all GIT information has been stripped from the tarballs. + If you need the GIT configuration, you should check out directly from GIT. Revision r5745 should equivalent to release 6.26 of NuttX:
@@ -3347,8 +3347,8 @@ parallel and diskette IO, and realtime clock, in a 3.5-inch drive form factor..
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 SVN
- here.
+ That simulator can be found in the NuttX GIT
+ here.
@@ -3416,8 +3416,8 @@ avr, m68k, m68hc11, m68hc12, m9s12, blackfin, m32c, h8, and SuperH ports.NuttX SVN. + The buildroot GIT may be accessed in the + NuttX GIT.
- "I've installed ZDS-II 5.1.1 (IDE for ez80-based boards) on wine (windows emulator for UNIX) and to my surprise, not many changes were needed to make SVN snapshot of NuttX buildable... + "I've installed ZDS-II 5.1.1 (IDE for ez80-based boards) on wine (windows emulator for UNIX) and to my surprise, not many changes were needed to make GIT snapshot of NuttX buildable... I've tried nsh profile and build process completed successfully. One remark is necessary: NuttX makefiles for ez80 are referencing
cygpathutility. Wine provides similar thing calledwinepathwhich is compatible and offers compatible syntax. @@ -4123,20 +4123,20 @@ pascal-3.0 2011-05-15 Gregory Nutt <gnutt@nuttx.org>-
@@ -4150,7 +4150,7 @@ pascal-3.0 2011-05-15 Gregory Nutt <gnutt@nuttx.org>- nuttx-6.18. - The ChangeLog for the not-yet-released version 6.18 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN. +
- nuttx. + The ChangeLog for the not-yet-released version of NuttX is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
-- apps-6.18. - The ChangeLog for the not-yet-released version 6.18 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN. +
- apps. + The ChangeLog for the not-yet-released version of apps is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
-- NxWidgets-1.1. - The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN. +
- NxWidgets. + The ChangeLog for the not-yet-released version of NxWidgets is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
-- pascal-1.1. - The ChangeLog for the not-yet-released version 1.1 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN. +
- pascal. + The ChangeLog for the not-yet-released version of pascal is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
-- buildroot-1.11. - The ChangeLog for the not-yet-released version 1.11 is available at the bottom of the ChangeLog file that can viewed in the SourceForge SVN. +
- buildroot. + The ChangeLog for the not-yet-released version of buildroot is available at the bottom of the ChangeLog file that can viewed in the SourceForge GIT.
diff --git a/Documentation/NuttXBinfmt.html b/Documentation/NuttXBinfmt.html index 7528b188bc4..0dd56658711 100644 --- a/Documentation/NuttXBinfmt.html +++ b/Documentation/NuttXBinfmt.html @@ -108,7 +108,7 @@
- The current list of NuttX Things-To-Do in SVN here. + The current list of NuttX Things-To-Do in GIT here. A snapshot of the To-Do list associated with the current release are available here.
2.1 Binary Loader Header Files
The interface to the binary loader is described in the header file - +
@@ -458,7 +458,7 @@ void exepath_release(EXEPATH_HANDLE handle);include/nuttx/binfmt/binfmt.h. A brief summary of the data structurs and interfaces prototyped in that header file are listed below.3.1 Symbol Table Header Files
The interface to the symbol table logic is described in the header file - +
diff --git a/Documentation/NuttXGettingStarted.html b/Documentation/NuttXGettingStarted.html index b476c0ae711..a7b88ee8d39 100644 --- a/Documentation/NuttXGettingStarted.html +++ b/Documentation/NuttXGettingStarted.html @@ -17,8 +17,8 @@include/nuttx/binfmt/symtab.h. A brief summary of the data structurs and interfaces prototyped in that header file are listed below.Getting Started. There is no "Getting Started" Guide for NuttX yet. However, most everything that you need to get started with NuttX can be found in the
README.txtfile located in the top-level NuttX directory. - ThatREADME.txtcan also be read online in the NuttX SVN repository - here. + ThatREADME.txtcan also be read online in the NuttX GIT repository + here. Just click on "Links to HEAD: (view)" on that page.