]> granicus.if.org Git - esp-idf/commit
Modifications for fs profiling tool
authorRenz Bagaporo <renz@espressif.com>
Thu, 21 Jun 2018 08:51:44 +0000 (16:51 +0800)
committerbot <bot@espressif.com>
Mon, 23 Jul 2018 05:24:33 +0000 (05:24 +0000)
commit70e68c99d3b031dcd81c1f968387735332c9a453
tree12554ebb8725078ffd64fb95a45ed8cd826119b2
parent5f2f84c220e817cdc7ce5a5058d581fe79b91b32
Modifications for fs profiling tool
64 files changed:
.gitlab-ci.yml
components/fatfs/test_fatfs_host/Makefile
components/fatfs/test_fatfs_host/Makefile.files [new file with mode: 0644]
components/fatfs/test_fatfs_host/component.mk [new file with mode: 0644]
components/fatfs/test_fatfs_host/sdkconfig.h [deleted file]
components/fatfs/test_fatfs_host/sdkconfig/sdkconfig.h [new file with mode: 0644]
components/fatfs/test_fatfs_host/stubs/freertos/include/freertos/FreeRTOS.h [deleted file]
components/fatfs/test_fatfs_host/stubs/freertos/include/freertos/projdefs.h [deleted file]
components/fatfs/test_fatfs_host/stubs/freertos/include/freertos/semphr.h [deleted file]
components/fatfs/test_fatfs_host/stubs/log/include/esp_log.h [deleted file]
components/fatfs/test_fatfs_host/stubs/log/log.c [deleted file]
components/fatfs/test_fatfs_host/test_fatfs.cpp
components/fatfs/test_fatfs_host/test_utils.c
components/spi_flash/sim/Makefile
components/spi_flash/sim/Makefile.files [new file with mode: 0644]
components/spi_flash/sim/SpiFlash.cpp
components/spi_flash/sim/SpiFlash.h
components/spi_flash/sim/component.mk [new file with mode: 0644]
components/spi_flash/sim/flash_mock.cpp
components/spi_flash/sim/flash_mock_util.c
components/spi_flash/sim/sdkconfig/sdkconfig.h [moved from components/spi_flash/sim/sdkconfig.h with 100% similarity]
components/spi_flash/sim/stubs/Makefile [new file with mode: 0644]
components/spi_flash/sim/stubs/Makefile.files [new file with mode: 0644]
components/spi_flash/sim/stubs/component.mk [new file with mode: 0644]
components/spi_flash/sim/stubs/driver/include/driver/sdmmc_host.h [moved from components/fatfs/test_fatfs_host/stubs/driver/include/driver/sdmmc_host.h with 100% similarity]
components/spi_flash/sim/stubs/driver/include/driver/sdmmc_types.h [moved from components/fatfs/test_fatfs_host/stubs/driver/include/driver/sdmmc_types.h with 100% similarity]
components/spi_flash/sim/stubs/esp32/crc.cpp [moved from components/wear_levelling/test_wl_host/stubs/esp32/crc.cpp with 100% similarity]
components/spi_flash/sim/stubs/freertos/include/freertos/FreeRTOS.h
components/spi_flash/sim/stubs/log/include/esp_log.h
components/spi_flash/sim/stubs/newlib/include/sys/lock.h
components/spi_flash/sim/stubs/sdkconfig/sdkconfig.h [moved from components/spiffs/test_spiffs_host/stubs/freertos/include/freertos/task.h with 100% similarity]
components/spi_flash/sim/stubs/sdmmc/include/sdmmc_cmd.h [moved from components/fatfs/test_fatfs_host/stubs/sdmmc/include/sdmmc_cmd.h with 100% similarity]
components/spi_flash/sim/stubs/vfs/include/esp_vfs.h [moved from components/spiffs/test_spiffs_host/stubs/vfs/include/esp_vfs.h with 100% similarity]
components/spiffs/esp_spiffs.c
components/spiffs/spiffs_api.c
components/spiffs/spiffs_api.h
components/spiffs/test_spiffs_host/Makefile
components/spiffs/test_spiffs_host/Makefile.files [new file with mode: 0644]
components/spiffs/test_spiffs_host/component.mk [new file with mode: 0644]
components/spiffs/test_spiffs_host/partition_table.csv [moved from components/spiffs/test_spiffs_host/partitions_table.csv with 100% similarity]
components/spiffs/test_spiffs_host/sdkconfig/sdkconfig.h [moved from components/spiffs/test_spiffs_host/sdkconfig.h with 78% similarity]
components/spiffs/test_spiffs_host/stubs/freertos/include/freertos/FreeRTOS.h [deleted file]
components/spiffs/test_spiffs_host/stubs/freertos/include/freertos/projdefs.h [deleted file]
components/spiffs/test_spiffs_host/stubs/freertos/include/freertos/semphr.h [deleted file]
components/spiffs/test_spiffs_host/stubs/log/include/esp_log.h [deleted file]
components/spiffs/test_spiffs_host/stubs/log/log.c [deleted file]
components/spiffs/test_spiffs_host/stubs/newlib/include/sys/lock.h [deleted file]
components/spiffs/test_spiffs_host/stubs/newlib/lock.c [deleted file]
components/spiffs/test_spiffs_host/test_spiffs.cpp
components/spiffs/test_spiffs_host/test_utils.c
components/wear_levelling/test_wl_host/Makefile
components/wear_levelling/test_wl_host/Makefile.files [new file with mode: 0644]
components/wear_levelling/test_wl_host/component.mk [new file with mode: 0644]
components/wear_levelling/test_wl_host/partition_table.csv
components/wear_levelling/test_wl_host/sdkconfig.h [deleted file]
components/wear_levelling/test_wl_host/sdkconfig/sdkconfig.h [new file with mode: 0644]
components/wear_levelling/test_wl_host/stubs/log/include/esp_log.h [deleted file]
components/wear_levelling/test_wl_host/stubs/log/log.c [deleted file]
components/wear_levelling/test_wl_host/stubs/newlib/include/sys/lock.h [deleted file]
components/wear_levelling/test_wl_host/stubs/newlib/lock.c [deleted file]
components/wear_levelling/test_wl_host/test_utils.c
components/wear_levelling/test_wl_host/test_wl.cpp
make/component_wrapper.mk
make/project.mk