nuttx/boards/z80/ez80/z20x/configs/w25boot
Gregory Nutt ef604f8d43 z20x: Performance Improvements
- boards/z80/ez80/z20x/scripts/z20x_*.linkcmd:  Reduce from 4 to 1 wait state.  That i sufficient because of the slow clocking of the eZ80F92
  - boards/z80/ez80/z20x/src/w25_main.c:  Replace CRC algorithm with simple, less time consuming check sum.
  - boards/z80/ez80/z20x/configs/nsh:  Rename the nsh_ram configuration to just nsh
  - boards/z80/ez80/z80x/configs/hello: Add simpler program to make debugging the loader easier.
2020-03-14 00:05:38 +01:00
..
.gitignore z20X: Continued development of the W25 Bootloader. 2020-03-03 19:39:57 -03:00
defconfig z20x: Performance Improvements 2020-03-14 00:05:38 +01:00
README.txt
w25boot_flash.ztgt
w25boot_ram.ztgt
w25boot.zdsproj z20x: Performance Improvements 2020-03-14 00:05:38 +01:00
w25boot.zfpproj

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

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