mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-18 04:09:36 +08:00
feat(make): Sync code from esp-idf and modify for ESP8266
Commit ID: f6bfe13e
This commit is contained in:
components
app_update
aws_iot
bootloader
bootloader_support
cjson
coap
esp-tls
esp8266
esp_http_client
esp_http_server
esptool_py
CMakeLists.txtMakefile.projbuild
esptool
flash_app_args.inflash_bootloader_args.inflash_partition_table_args.inflash_project_args.inflasher_args.json.inproject_include.cmakefreertos
heap
http_parser
jsmn
libsodium
log
lwip
mdns
mqtt
newlib
nvs_flash
partition_table
protobuf-c
protocomm
pthread
smartconfig_ack
spi_flash
spi_ram
spiffs
ssl
tcp_transport
tcpip_adapter
util
vfs
wpa_supplicant
docs
examples/protocols/openssl_demo
make
requirements.txttools
cmake
components.cmakeconvert_to_cmake.pycrosstool_version_check.cmakeidf_functions.cmakekconfig.cmakeproject.cmakerun_cmake_lint.sh
idf.pyscripts
third_party
toolchain-esp32.cmaketoolchain-esp8266.cmakeutilities.cmakekconfig
kconfig_new
toolchain_versions.mkwindows/tool_setup
@ -10,8 +10,8 @@ set(COMPONENT_SRCS "esp_spiffs.c"
|
||||
"spiffs/src/spiffs_nucleus.c")
|
||||
endif()
|
||||
|
||||
set(COMPONENT_REQUIRES spi_flash)
|
||||
set(COMPONENT_PRIV_REQUIRES bootloader_support)
|
||||
set(COMPONENT_REQUIRES "freertos" "spi_flash")
|
||||
set(COMPONENT_PRIV_REQUIRES "esp8266" "bootloader_support")
|
||||
|
||||
register_component()
|
||||
|
||||
|
Reference in New Issue
Block a user