ef604f8d43
- 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. |
||
---|---|---|
.. | ||
.gitignore | ||
defconfig | ||
README.txt | ||
w25boot_flash.ztgt | ||
w25boot_ram.ztgt | ||
w25boot.zdsproj | ||
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.