nuttx/configs/makerlisp/nsh
2019-06-16 09:12:46 -06:00
..
.gitignore Add initial support for the MakerLisp eZ80 board. Ref: https://makerlisp.com/ 2019-06-04 11:12:17 -06:00
defconfig configs/Board.mk: Cannot call directly. That works only with GCC. It must, instead use the ARCHIVE command from Config.mk as do other Makefiles. configs/makerlisp: Various tool-related updates. 2019-06-15 10:06:39 -06:00
nsh_flash.ztgt configs/makerlisp: With these changes, I am able to write the ez80 FLASH image using the ZDS-II IDE. 2019-06-16 09:12:46 -06:00
nsh_ram.ztgt configs/makerlisp: With these changes, I am able to write the ez80 FLASH image using the ZDS-II IDE. 2019-06-16 09:12:46 -06:00
nsh.zdsproj configs/makerlisp: With these changes, I am able to write the ez80 FLASH image using the ZDS-II IDE. 2019-06-16 09:12:46 -06:00
nsh.zfpproj configs/makerlisp: With these changes, I am able to write the ez80 FLASH image using the ZDS-II IDE. 2019-06-16 09:12:46 -06:00
README.txt configs/makerlisp: With these changes, I am able to write the ez80 FLASH image using the ZDS-II IDE. 2019-06-16 09:12:46 -06: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.