Unable to build / debug zephyr examples with the native_posix selected as board

Hello,
I am able to build an example project for the native_posix target on a linux machine using the west command:
west build -b native_posix samples/hello_world

But I am simply unable to configure platformio to do the same.
Can someone let me know if there exists a way to compile & debug the code running on a native linux platform using the platformio IDE (VSCode) ?

Thanks & Regards

All PlatformIO Zephyr build support is for embedded boards, not native development. Open a feature request in GitHub - platformio/platform-native: Native: development platform for PlatformIO.

1 Like

How do I create a feature request? Just by creating an Issue or is there any other method?

It’s just a regular issue in which you say that you want this feature, nothing more special about it.