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
This reworks the current west.yml and bootstrap.sh so that only the HALs
used by the Arduino core are installed by default.
Since those not named in the allowlist are discarded during the Zephyr
import, it is impossible to allow the option to install every HAL that
way. Instead, allow all HALs by path, then filter them by group using
the 'manifest.project-filter' config that is automatically set by
bootstrap.sh. This allows to enable all HALs, if needed, by simply
removing the filter.
0 commit comments