Commit fb0d768
committed
variants: Add initial native_sim support
Add variants/native_sim/ with native_sim.overlay and native_sim_pinmap.h
to support the native_sim board (renamed from native_posix in Zephyr).
native_sim support enables:
- CI/testing without requiring physical hardware
- Rapid development iteration on host machine
- Debugging Arduino API implementations with native toolchains
- Verifying devicetree overlays and pin mappings in simulation
- Running samples like hello_arduino locally before flashing targets
Signed-off-by: Dhruva Gole <d-gole@ti.com>1 parent 9d9665b commit fb0d768
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments