]> granicus.if.org Git - esp-idf/commit
create xtensa component
authormorris <maoshengrong@espressif.com>
Mon, 25 Mar 2019 13:11:53 +0000 (21:11 +0800)
committersuda-morris <362953310@qq.com>
Wed, 27 Mar 2019 12:24:28 +0000 (20:24 +0800)
commitdbdb299bb1cb571787c97951ec4724e02afbf4af
tree874a0dca114b8f795e45bb1dd945b1ab034da5d1
parentda9096682852af9a43bac87adbbb8de610b41996
create xtensa component

1. move xtensa specific files out of esp32 component
2. merge xtensa-debug-module component into xtensa
49 files changed:
components/app_trace/CMakeLists.txt
components/bootloader/subproject/CMakeLists.txt
components/bootloader/subproject/Makefile
components/esp32/CMakeLists.txt
components/esp_common/CMakeLists.txt
components/fatfs/test_fatfs_host/Makefile.files
components/lwip/test_afl_host/Makefile
components/soc/CMakeLists.txt
components/spi_flash/sim/Makefile.files
components/spi_flash/sim/stubs/Makefile.files
components/spiffs/test_spiffs_host/Makefile.files
components/wear_levelling/test_wl_host/Makefile.files
components/xtensa-debug-module/CMakeLists.txt [deleted file]
components/xtensa-debug-module/component.mk [deleted file]
components/xtensa-debug-module/linker.lf [deleted file]
components/xtensa/CMakeLists.txt [new file with mode: 0644]
components/xtensa/component.mk [new file with mode: 0644]
components/xtensa/eri.c [moved from components/xtensa-debug-module/eri.c with 100% similarity]
components/xtensa/esp32/include/xtensa/config/core-isa.h [moved from components/esp32/include/xtensa/config/core-isa.h with 100% similarity]
components/xtensa/esp32/include/xtensa/config/core-matmap.h [moved from components/esp32/include/xtensa/config/core-matmap.h with 100% similarity]
components/xtensa/esp32/include/xtensa/config/core.h [moved from components/esp32/include/xtensa/config/core.h with 99% similarity]
components/xtensa/esp32/include/xtensa/config/defs.h [moved from components/esp32/include/xtensa/config/defs.h with 100% similarity]
components/xtensa/esp32/include/xtensa/config/specreg.h [moved from components/esp32/include/xtensa/config/specreg.h with 100% similarity]
components/xtensa/esp32/include/xtensa/config/system.h [moved from components/esp32/include/xtensa/config/system.h with 100% similarity]
components/xtensa/esp32/include/xtensa/config/tie-asm.h [moved from components/esp32/include/xtensa/config/tie-asm.h with 100% similarity]
components/xtensa/esp32/include/xtensa/config/tie.h [moved from components/esp32/include/xtensa/config/tie.h with 100% similarity]
components/xtensa/include/eri.h [moved from components/xtensa-debug-module/include/eri.h with 100% similarity]
components/xtensa/include/trax.h [moved from components/xtensa-debug-module/include/trax.h with 100% similarity]
components/xtensa/include/xtensa-debug-module.h [moved from components/xtensa-debug-module/include/xtensa-debug-module.h with 100% similarity]
components/xtensa/include/xtensa/cacheasm.h [moved from components/esp32/include/xtensa/cacheasm.h with 100% similarity]
components/xtensa/include/xtensa/cacheattrasm.h [moved from components/esp32/include/xtensa/cacheattrasm.h with 100% similarity]
components/xtensa/include/xtensa/core-macros.h [moved from components/esp32/include/xtensa/core-macros.h with 100% similarity]
components/xtensa/include/xtensa/coreasm.h [moved from components/esp32/include/xtensa/coreasm.h with 100% similarity]
components/xtensa/include/xtensa/corebits.h [moved from components/esp32/include/xtensa/corebits.h with 100% similarity]
components/xtensa/include/xtensa/hal.h [moved from components/esp32/include/xtensa/hal.h with 100% similarity]
components/xtensa/include/xtensa/specreg.h [moved from components/esp32/include/xtensa/specreg.h with 100% similarity]
components/xtensa/include/xtensa/traxreg.h [moved from components/esp32/include/xtensa/traxreg.h with 100% similarity]
components/xtensa/include/xtensa/xdm-regs.h [moved from components/esp32/include/xtensa/xdm-regs.h with 100% similarity]
components/xtensa/include/xtensa/xt_perf_consts.h [moved from components/esp32/include/xtensa/xt_perf_consts.h with 100% similarity]
components/xtensa/include/xtensa/xtensa-libdb-macros.h [moved from components/esp32/include/xtensa/xtensa-libdb-macros.h with 100% similarity]
components/xtensa/include/xtensa/xtensa-versions.h [moved from components/esp32/include/xtensa/xtensa-versions.h with 100% similarity]
components/xtensa/include/xtensa/xtensa-xer.h [moved from components/esp32/include/xtensa/xtensa-xer.h with 100% similarity]
components/xtensa/include/xtensa/xtruntime-core-state.h [moved from components/esp32/include/xtensa/xtruntime-core-state.h with 100% similarity]
components/xtensa/include/xtensa/xtruntime-frames.h [moved from components/esp32/include/xtensa/xtruntime-frames.h with 100% similarity]
components/xtensa/include/xtensa/xtruntime.h [moved from components/esp32/include/xtensa/xtruntime.h with 100% similarity]
components/xtensa/linker.lf [new file with mode: 0644]
components/xtensa/trax.c [moved from components/xtensa-debug-module/trax.c with 100% similarity]
tools/ci/test_build_system_cmake.sh
tools/cmake/idf_functions.cmake