nuttx/boards/z80/ez80/makerlisp/configs/nsh_ram
Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
2020-01-31 09:24:49 -06:00
..
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
defconfig Add defconfig files must include CONFIG_ARCH_CHIP= to break and chicken-and-egg problem. 2019-08-07 15:37:35 -06:00
nsh_flash.ztgt Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
nsh_ram.ztgt Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
nsh.zdsproj Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
nsh.zfpproj Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +00:00
README.txt Merged in alinjerpelea/nuttx (pull request #967) 2019-08-07 20:49:39 +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 boards/scripts/makerlisp_ram.ztgt.
nsh_ram.ztgt is the target file that accompanies the project files.  This
  one is identical to boards/scripts/makerlisp_flash.ztgt.