mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00

check_kconfigs.py would only correctly handle "source", but not "rsource", "osource" or "orsource". Fixed any warnings detected after updating the test.
This project tests that use of rsource in Kconfig files. The main component will source a Kconfig file depending on the target (IDF_TARGET), which in turn will source a Kconfig file in the project directory -- all specified via relative paths.