- Notifications
You must be signed in to change notification settings - Fork56
[DNM] manifest: Make ArduinoCore-API a downloadable blob#139
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:next
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
2b822a5 tofa24435CompareDhruvaG2000 commentedNov 2, 2025
This is something similar to how@kartben was suggesting herezephyrproject-rtos/zephyr#97726 right? |
soburi commentedNov 2, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Probably not. This mechanism is intended to prevent sources with incompatible licenses from being included in this repository. I believe it qualifies for integration into Zephry, at least from the licensing perspective. |
Make the license-incompatible headers and implementationsa downloadable blob using `west blobs fetch`.Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Since ArduinoCore-API has been made into a blob,the CI procedure will be modified.Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
Make the license-incompatible headers and implementations
a downloadable blob using
west blobs fetch.