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
The Arduino Core API module for zephyr leverages the power of Zephyr under an Arduino-C++ style abtraction layer thus helping zephyr new-comers to start using it without worrying about learning about new APIs and libraries.
Mode of integration
Preferred mode of integration is as a module under submanifests/optional.yml, and the project as such is already under github.com/zephyrproject-rtos domain
What is its primary functionality?
The Arduino Core API module for zephyr leverages the power of Zephyr under an Arduino-C++ style abtraction layer.
What problem are you trying to solve?
This helps zephyr new-comers to start using Zephyr without worrying about learning about new APIs and libraries. It also allows reuse of Arduino libraries externally to some extent if so desired.
Dependencies
What other components does this package depend on?
Will the Zephyr project have a direct dependency on the component, or
will it be included via an abstraction layer with this component as a
replaceable implementation?
It will be included via an abstraction layer whose implementation is actually part of this module.
@nashif thanks for putting this under review, we've been able to add significant features since this issue has been raised. Have there been any new updates from the TSC regarding this issue since it has been moved to Under Review for over a month now?
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
Origin
Arduino Core API module for Zephyr
Purpose
The Arduino Core API module for zephyr leverages the power of Zephyr under an Arduino-C++ style abtraction layer thus helping zephyr new-comers to start using it without worrying about learning about new APIs and libraries.
Mode of integration
Preferred mode of integration is as a module under submanifests/optional.yml, and the project as such is already under github.com/zephyrproject-rtos domain
Maintainership
Currently Maintained by and plan to:
@DhruvaG2000
Pull Request
Pull requestwith the actual implementation of the integration
Description
What is its primary functionality?
The Arduino Core API module for zephyr leverages the power of Zephyr under an Arduino-C++ style abtraction layer.
What problem are you trying to solve?
This helps zephyr new-comers to start using Zephyr without worrying about learning about new APIs and libraries. It also allows reuse of Arduino libraries externally to some extent if so desired.
Dependencies
What other components does this package depend on?
Depends on https://github.com/arduino/ArduinoCore-API.git but it is cloned externally to another location and is not part of the repo itself.
Will the Zephyr project have a direct dependency on the component, or
will it be included via an abstraction layer with this component as a
replaceable implementation?
It will be included via an abstraction layer whose implementation is actually part of this module.
Revision
9e6adb1c0df4ecc059ad6b0f8b4639134d6a1469
License
current license is Apache-2
Cc: @soburi @Ayush1325 @beriberikix @szczys
The text was updated successfully, but these errors were encountered: