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
Following up with platformio/zephyr#23, I propose to remove call to install-deps.py from platform.py scripts.
This will add the possibility to skip large installation times due to default west.yml and harmonize with others platform that are not calling install-deps.py.
Hi @valeros,
Following up with platformio/zephyr#23, I propose to remove call to
install-deps.py
fromplatform.py
scripts.This will add the possibility to skip large installation times due to default west.yml and harmonize with others platform that are not calling
install-deps.py
.I've checked each platform supporting zephyr according to https://docs.platformio.org/en/latest/frameworks/zephyr.html, and I've only found call to
install-deps.py
in https://github.com/platformio/platform-nxpimxrt/blob/develop/platform.py.My proposal is to remove the exception done to framework-zephyr in the function install_package (
platform-ststm32/platform.py
Line 119 in e8feba0
Is it relevant ?
The text was updated successfully, but these errors were encountered: