ulp-riscv: add support for using ADC as well as an example show-casing it.

This commit is contained in:
Marius Vikhammer
2022-02-28 18:12:28 +08:00
parent 627b171a3c
commit e8b5096f52
33 changed files with 415 additions and 29 deletions
+1
View File
@@ -58,6 +58,7 @@ function(ulp_embed_binary app_name s_sources exp_dep_srcs)
-DULP_APP_NAME=${app_name}
-DCOMPONENT_DIR=${COMPONENT_DIR}
-DCOMPONENT_INCLUDES=$<TARGET_PROPERTY:${COMPONENT_TARGET},INTERFACE_INCLUDE_DIRECTORIES>
-DIDF_TARGET=${idf_target}
-DIDF_PATH=${idf_path}
-DSDKCONFIG_HEADER=${SDKCONFIG_HEADER}
-DPYTHON=${python}