espressif's patch for SPI concurrent issue + fix override mechanismi

This commit is contained in:
philippe44
2022-09-08 13:34:06 -07:00
parent 1fcda53941
commit a8e28f9ff0
6 changed files with 872 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register( SRCS operator.cpp tools.c trace.c
REQUIRES _override esp_common pthread
REQUIRES esp_common pthread
PRIV_REQUIRES esp_http_client esp-tls
INCLUDE_DIRS .
)