esp32: move system libs

This commit is contained in:
Renz Bagaporo
2021-03-10 19:44:58 +08:00
parent bbc599493e
commit a202a604d8
11 changed files with 5 additions and 43 deletions

View File

@@ -27,11 +27,8 @@ else()
app_trace app_update bootloader_support log mbedtls nvs_flash
pthread spi_flash vfs espcoredump esp_common esp_timer)
set(fragments linker.lf)
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
LDFRAGMENTS "${fragments}"
REQUIRES "${requires}"
PRIV_REQUIRES "${priv_requires}"
REQUIRED_IDF_TARGETS esp32c3)

View File

@@ -1,9 +0,0 @@
[mapping:gcc]
archive: libgcc.a
entries:
lib2funcs (noflash_text)
[mapping:gcov]
archive: libgcov.a
entries:
* (noflash)