nuttx/boards/makerlisp/nsh_ram
Alin Jerpelea a1c991d921 Merged in alinjerpelea/nuttx (pull request #963)
Move boards to boards folder

* boards: rename configs folder to boards

    This is the proposed layout after the change:

    boards: - folder containing board folders
            <board>: - name of each board
                    drivers: - extra drivers specific for platform
                    include: - header files for the boars
                    scripts: - extra scripts specific for platform
                        src: - board specific code
                      tools: - extra tools specific for platform
                    <config>: - board specific configuration(s)

    Note:
    <xxx> names are dependent on platform

    This is a logical change to aim to the arch layout but this is a
    huge change it should be done in several steps to lower the risk.

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* Kconfig: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* Makefile: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* Makefile.*: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* Make.defs: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* .sh: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* .mk: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* .c & .h: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

* .bat: replace configs with boards

    The change is needed after the path change

    Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-05 12:04:14 +00:00
..
.gitignore Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00
defconfig Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00
nsh_flash.ztgt Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00
nsh_ram.ztgt Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00
nsh.zdsproj Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00
nsh.zfpproj Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00
README.txt Merged in alinjerpelea/nuttx (pull request #963) 2019-08-05 12:04:14 +00:00

README.txt
^^^^^^^^^^

nsh.zdsproj is a simple ZDS-II project that will allow you
  to use the ZDS-II debugger.
nsh.zfpproj is a simple project that will allow you to use the Smart Flash
  Programming.  NOTE:  As of this writing this project does not work, probably
  due to RAM configuration in the project.  Use ZDS-II instead as is described
  in the upper README.txt file
nsh_flash.ztgt is the target file that accompanies the project files.  This
  one is identical to configs/scripts/makerlisp_ram.ztgt.
nsh_ram.ztgt is the target file that accompanies the project files.  This
  one is identical to configs/scripts/makerlisp_flash.ztgt.