Merge branch 'feature/cmock_component' into 'master'

cmock as component replacing unity

See merge request espressif/esp-idf!9859
This commit is contained in:
Ivan Grokhotkov
2020-09-10 16:06:20 +08:00
59 changed files with 100 additions and 60 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
idf_component_register(SRC_DIRS ${IDF_TARGET}
PRIV_INCLUDE_DIRS .
PRIV_REQUIRES unity ulp soc esp_common)
PRIV_REQUIRES cmock ulp soc esp_common)
if(IDF_TARGET STREQUAL "esp32")
set(ulp_sources "ulp/test_jumps_esp32.S")