Fix ESP-IDF delineation of kconfig args (#227)
Pass IFS value as environment variable
This commit is contained in:
committed by
Valerii Koval
parent
f5eed10680
commit
4e9904e326
@@ -461,7 +461,7 @@ def generate_project_ld_script(target, source, env):
|
||||
cmd = ('"$PYTHONEXE" "{script}" --sections "{sections}" --input "{input}" '
|
||||
'--config "{sdk_header}" --fragments {fragments} --output "{output}" '
|
||||
'--kconfig "{kconfig}" --env "{kconfigs_projbuild}" '
|
||||
'--env "{kconfig_files}" --env "IDF_CMAKE=n" '
|
||||
'--env "{kconfig_files}" --env "IDF_CMAKE=n" --env "IFS=#" '
|
||||
'--env "IDF_TARGET=\\\"esp32\\\""').format(**args)
|
||||
|
||||
env.Execute(cmd)
|
||||
|
||||
Reference in New Issue
Block a user