-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing external hal via platform.py #19
Comments
Hi @lorforlinux, unfortunately, you cannot trigger the HAL installation from the |
Hey @valeros, thanks for confirming that. The current version of framework-zephyr is 2.30600.240316 (3.6.0) and on the registry page repository is set to upstream Zephyr repo. I am confused, can you please point me to the actual framework-zephyr repo because upstream zephyr doesn't include platformio scripts. |
There is no such repository. The |
@valeros Thank you for the insight, I have created a PR for platform-beagle. Can we merge and add that to PIO Zephyr package 3.4 and above? we are currently testing our platform on PIO Zephyr package version 3.4 |
Hi, I am working on adding BeagleConnect Freedom board support to platformio zephyr framework. I have a working platform repo for the board to build an example blinky program. The only remaining part that I am doing manually right now is to add
ti_cc13x2x7_cc26x2x7": ["ti"],
toinstall-deps.py
&platformio-build.py
as shown in the screenshot.We may want to change the platform name from
platform-ti_cc13x2x7_cc26x2x7
toplatform-beagleconnect
and I want to know if we can trigger the hal installation viaplatform.py
or not.BeagleConnect Freedom is already included in the main Zephyr tree and we will maintain the support.
https://github.com/zephyrproject-rtos/zephyr/tree/main/boards/beagle/beagleconnect_freedom
The text was updated successfully, but these errors were encountered: