Skip to content
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

Add ARDUINO_ENTRY config variable #96

Merged
merged 1 commit into from
May 28, 2024

Conversation

Ayush1325
Copy link
Member

  • Controls if arduino entry functions (setup and loop) wrapper is provided
  • Useful for porting programs since while it might need Arduino APIs, but don't really need setup and loop structure.
  • Also useful for slowly migrating to Zephyr APIs

- Controls if arduino entry functions (setup and loop) wrapper is
  provided
- Useful for porting programs since while it might need Arduino APIs,
  but don't really need setup and loop structure.
- Also useful for slowly migrating to Zephyr APIs

Signed-off-by: Ayush Singh <ayushdevel1325@gmail.com>
@DhruvaG2000 DhruvaG2000 merged commit 347a80d into zephyrproject-rtos:next May 28, 2024
2 checks passed
@Ayush1325 Ayush1325 deleted the arduino-entry branch May 28, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants