Skip to content

variants: Add initial native_sim support#172

Merged
DhruvaG2000 merged 1 commit intozephyrproject-rtos:nextfrom
DhruvaG2000:nativesim-support
Apr 5, 2026
Merged

variants: Add initial native_sim support#172
DhruvaG2000 merged 1 commit intozephyrproject-rtos:nextfrom
DhruvaG2000:nativesim-support

Conversation

@DhruvaG2000
Copy link
Copy Markdown
Member

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

@DhruvaG2000 DhruvaG2000 requested a review from soburi April 3, 2026 05:29
Copy link
Copy Markdown
Member

@soburi soburi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add SPDX-Identifier.

@DhruvaG2000 DhruvaG2000 requested a review from soburi April 4, 2026 12:28
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>
@DhruvaG2000 DhruvaG2000 merged commit ce662c6 into zephyrproject-rtos:next Apr 5, 2026
3 checks passed
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.

2 participants