You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
As it worked before, I checked which commit introduced this issue and found this: cdbe424
which makes sense as \" in the JSON are turned into \\". Part of this JSON
Describe the bug
When trying to build app with string config option specified in cli like:
or
west build -p always -b stm32f746g_disco ./samples/basic/blinky -- '-DCONFIG_USB_DEVICE_PRODUCT="test"'
the build fails with
To Reproduce
Expected behavior
App is built with no errors.
Impact
Cannot specify string config options in cli.
Environment (please complete the following information):
Additional context
As it worked before, I checked which commit introduced this issue and found this:
cdbe424
which makes sense as
\"
in the JSON are turned into\\"
. Part of this JSONAfter
ESCAPE
macro:The text was updated successfully, but these errors were encountered: