nuttx/boards/z80/ez80/z20x/src
Gregory Nutt bfc15a6295 z20x: Fixes related to W25 boot configurations.
arch/z80/src/ez80/ez80_timerisr.c:  Correct a mismatch between the programmed reload value and the timer input clock frequency.

arch/z80/src/ez80/ez80f92.h:  Correct error in timer input clock divider:  Bits 2-3, not bits 3-4.

boards/z80/ez80/z20x/src/w25_main.c:  Correct an uninitialized return value; private function was not declard static.
2020-03-11 18:24:43 -03:00
..
.gitignore
ez80_appinit.c
ez80_boot.c z20X: Continued development of the W25 Bootloader. 2020-03-03 19:39:57 -03:00
ez80_bringup.c boards/z80/ez80/z20x/: Add W25 bootloader 2020-03-02 14:05:09 -03:00
ez80_spi.c z20x: Timer/Spi Fixes 2020-03-07 17:30:02 +01:00
ez80_spimmcsd.c boards/z80/ez80/z20x/: Add W25 bootloader 2020-03-02 14:05:09 -03:00
ez80_w25.c z20x: Fix some SPI/W25/Timer issues. 2020-03-06 21:09:14 +01:00
Makefile boards/z80/ez80/z20x/: Add W25 bootloader 2020-03-02 14:05:09 -03:00
sd_main.c boards/z80/ez80/z20x/: Add W25 bootloader 2020-03-02 14:05:09 -03:00
w25_main.c z20x: Fixes related to W25 boot configurations. 2020-03-11 18:24:43 -03:00
z20x.h arch/z80/src/ez80/ez80_spi.c: Correct oversight in previous commit 2020-03-07 09:59:23 +01:00