mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 01:54:35 +02:00
newlib: don't require VFS
This commit is contained in:
@@ -20,7 +20,6 @@ list(APPEND ldfragments newlib.lf)
|
|||||||
|
|
||||||
idf_component_register(SRCS "${srcs}"
|
idf_component_register(SRCS "${srcs}"
|
||||||
INCLUDE_DIRS "${include_dirs}"
|
INCLUDE_DIRS "${include_dirs}"
|
||||||
REQUIRES vfs
|
|
||||||
PRIV_REQUIRES soc esp_timer
|
PRIV_REQUIRES soc esp_timer
|
||||||
LDFRAGMENTS "${ldfragments}")
|
LDFRAGMENTS "${ldfragments}")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user