refactor(parlio): make parlio driver as component

This commit is contained in:
laokaiyao
2023-12-31 13:55:10 +08:00
parent 83241cab72
commit baccc61482
35 changed files with 102 additions and 83 deletions
@@ -29,7 +29,7 @@ endif()
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp_netif driver esp_wifi vfs)
PRIV_REQUIRES esp_netif driver esp_wifi vfs console esp_eth)
if(CONFIG_EXAMPLE_PROVIDE_WIFI_CONSOLE_CMD)
idf_component_optional_requires(PRIVATE console)