zephyrproject-rtos / action-zephyr-setup

GitHub Action to set up Zephyr build environment
Apache License 2.0
11 stars 12 forks source link

Implement automatic sdk version detection #2

Closed fabiobaltieri closed 10 months ago

fabiobaltieri commented 10 months ago

Tested on


Implement automatic SDK detection based on the SDK_VERSION file in the upstream Zephyr repository. Lookup is in the "zephyr" module directory if available, "zephyr" directory if not.

Switch the default SDK to "auto" so that the workflow will automatically pick the current one for the Zephyr checkout specified in the manifest file.