This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from a754c25 boards/arm/stm32/stm32f4discovery: Fix build errors
new 7d1b35b boards/z20x/ez80/20x: Updates
new 029680f boards/z80/ez80/z20x: Remove the nsh_flash configuration.
new 350adb2 boards/z80/ez80/z20x/: Add support for W25 FLASH.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
boards/z80/ez80/z20x/Kconfig | 23 +-
boards/z80/ez80/z20x/README.txt | 48 ++--
boards/z80/ez80/z20x/configs/nsh_flash/.gitignore | 6 -
boards/z80/ez80/z20x/configs/nsh_flash/README.txt | 13 -
boards/z80/ez80/z20x/configs/nsh_flash/defconfig | 59 ----
boards/z80/ez80/z20x/configs/nsh_flash/nsh.zdsproj | 261 -----------------
boards/z80/ez80/z20x/configs/nsh_flash/nsh.zfpproj | 315 ---------------------
.../z80/ez80/z20x/configs/nsh_flash/nsh_flash.ztgt | 69 -----
.../z80/ez80/z20x/configs/nsh_flash/nsh_ram.ztgt | 69 -----
boards/z80/ez80/z20x/src/Makefile | 4 +
boards/z80/ez80/z20x/src/ez80_bringup.c | 17 +-
boards/z80/ez80/z20x/src/ez80_spi.c | 82 +++++-
boards/z80/ez80/z20x/src/ez80_w25.c | 117 ++++++++
boards/z80/ez80/z20x/src/z20x.h | 25 +-
14 files changed, 268 insertions(+), 840 deletions(-)
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/.gitignore
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/README.txt
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/defconfig
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/nsh.zdsproj
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/nsh.zfpproj
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/nsh_flash.ztgt
delete mode 100644 boards/z80/ez80/z20x/configs/nsh_flash/nsh_ram.ztgt
create mode 100644 boards/z80/ez80/z20x/src/ez80_w25.c