nuttx/boards/z80/ez80/z20x/configs/sdboot
Gregory Nutt 2eff5a6c63 z20X: Continued development of the W25 Bootloader.
Kconfig files.  Repartition some functionality.  Bootloader support will need to be provided in logic under arch/z80/src/ez80 so the critical configuration selections were moved the Kconfig file there.

arch/z80/src/ez80/ez80_i2c.h:  Rename arch/z80/src/ez80/ez80f91_i2c.h.  It is sharable by both ez80f91 and ez80f92.

arch/z80/src/ez80/:  Add logic to perform an additional level of interrupt redirection.  This is necessary because the the interrupt handling is part of the loader FLASH-based logic.  In order to share interrupts with the program loaded into RAM by the loader, another layer or redirection is required to get control to the interrupt handlers in the loaded program.  See ez809f2_loader.asm and ez80f92_program.asm

boards/z80/ez80/z20x/scripts:  Reduce size of the interrupt re-direction buffer from 1Kb to 512b.
2020-03-03 19:39:57 -03:00
..
.gitignore boards/z80/ez80/z20x: Update CFLAGS and linker scripts. 2020-02-26 21:12:01 +01:00
defconfig z20X: Continued development of the W25 Bootloader. 2020-03-03 19:39:57 -03:00
README.txt
sdboot_flash.ztgt boards/z80/ez80/z20x: Update CFLAGS and linker scripts. 2020-02-26 21:12:01 +01:00
sdboot_ram.ztgt boards/z80/ez80/z20x: Update CFLAGS and linker scripts. 2020-02-26 21:12:01 +01:00
sdboot.zdsproj eZ80/z20x: Correct uninitialized stack memory 2020-02-27 22:53:27 +01:00
sdboot.zfpproj eZ80/z20x: Correct uninitialized stack memory 2020-02-27 22:53:27 +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.