Zephyr module uses \
in path on windows when creating Kconfig files
#15289
Labels
bug
The issue is a bug, or the PR is fixing a bug
The script
zephyr_modules.py
usesos.path.abspath
when generating Kconfig include files for windows.This causes the generated file to contain path like:
cause the load to fail in windows.
Instead posix style paths should be used.
The text was updated successfully, but these errors were encountered: