ulp: added basic support for building and running a binary in the lp core

This commit is contained in:
Marius Vikhammer
2023-02-27 17:03:42 +08:00
parent daf4150846
commit 284dabf17f
33 changed files with 517 additions and 23 deletions

View File

@@ -1,7 +1,3 @@
message(WARNING "Embedding ULP binary by including \
${IDF_PATH}/components/ulp/component_ulp_common.cmake is deprecated. Use `ulp_embed_binary` instead. \
See API Guide for more details.")
spaces2list(ULP_S_SOURCES)
spaces2list(ULP_EXP_DEP_SRCS)