This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from ee916bd CEVA: add ceva platform xc5 xm6 support new d296f9c arch/sim: Move spiflash simulation to drivers/spi instead new 3156a96 arch/sim: Move qspiflash simulation to drivers/spi instead new 6e31d0d boards/sim: Switch RAMMTD_FLASHSIM to [Q]SPI_FLASH for smartfs config 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: arch/sim/Kconfig | 181 -------- arch/sim/src/Makefile | 8 - arch/sim/src/sim/up_initialize.c | 26 +- arch/sim/src/sim/up_internal.h | 10 - boards/sim/sim/sim/configs/smartfs/defconfig | 7 +- drivers/spi/Kconfig | 172 ++++++++ drivers/spi/Make.defs | 8 + .../sim/up_qspiflash.c => drivers/spi/qspi_flash.c | 353 +++++++-------- .../sim/up_spiflash.c => drivers/spi/spi_flash.c | 484 ++++++++++----------- .../nuttx/spi/qspi_flash.h | 35 +- .../nuttx/spi/spi_flash.h | 26 +- 11 files changed, 639 insertions(+), 671 deletions(-) rename arch/sim/src/sim/up_qspiflash.c => drivers/spi/qspi_flash.c (53%) rename arch/sim/src/sim/up_spiflash.c => drivers/spi/spi_flash.c (58%) copy arch/arm/src/stm32f0l0g0/stm32_lowputc.h => include/nuttx/spi/qspi_flash.h (76%) copy boards/xtensa/esp32/common/include/esp32_board_spiflash.h => include/nuttx/spi/spi_flash.h (76%)