forked fromzephyrproject-rtos/arduino-core-zephyr
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34
Commit347a80d
Add ARDUINO_ENTRY config variable
- 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 APIsSigned-off-by: Ayush Singh <ayushdevel1325@gmail.com>1 parent814bf66 commit347a80d
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
0 commit comments
Comments
(0)