nuttx/boards/z80/ez80/z20x/configs/sdboot
Gregory Nutt 5a3e8874bc boards/z80/ez80/z20x: Initial port to z20x board.
The Z20X is a simple expandable DIY computing system, built around the eZ80 microprocessor.  Reference: https://z20x.computer
2020-02-21 15:20:36 +01:00
..
.gitignore boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00
defconfig boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00
README.txt boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00
sdboot_flash.ztgt boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00
sdboot_ram.ztgt boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00
sdboot.zdsproj boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00
sdboot.zfpproj boards/z80/ez80/z20x: Initial port to z20x board. 2020-02-21 15:20:36 +01:00

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

sdboot.zdsproj is a simple ZDS-II project that will allow you
  to use the ZDS-II debugger.
sdboot.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
sdboot_flash.ztgt is the target file that accompanies the project files.  This
  one is identical to boards/scripts/z20x_ram.ztgt.
sdboot_ram.ztgt is the target file that accompanies the project files.  This
  one is identical to boards/scripts/z20x_flash.ztgt.