platform-native
platform-native copied to clipboard
Native: development platform for PlatformIO
According to https://docs.platformio.org/en/latest/projectconf/sections/env/options/upload/upload_command.html upload_cmd is supported. Currently by selecting "Upload" in the project tasks the executable is started. The idea for using upload_cmd is to call a different executable with...
## Feature request As far as I am aware PlatformIO only supports native development on macOS using gcc and gdb. This is problematic. First, because installing gdb on Intel based...
With a unit testing project as native test using MinGW64, installed as in the doc, I encountered a mingw32/bin/ld.exe: .pio\build\native\.... .a: error adding symbols: archive has no index; run ranlib...
# Problem On Mac OS X/ Ventura the output of printf will only be displayed after the native application has finished. # How to reproduce Run the following example by...
I get the following error trying to run `pio run --target exec` (as described in the docs): ``` $ ~/platform-native/examples/hello-world$ pio run --target exec Processing native (platform: native) --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Verbose...
The Documentation is a bit confusing. The `native` platform doesn't support any `board` but in all examples there is something like this ```ini [env:stable] platform = native board = ......
Hi, I started to integrate the native core into my project a view weeks ago. in general, i made it to work quite well but i found some rough edged...
When we have multiples compilers, we need a way to set it using env vars and pio should respect it. I can’t see any drawback, as users just have these...
Hello, It would be great if we could build a zephyr project by selecting native_posix board in platformio. Does anyone knows the status of this feature? Is it planned somewhere...
This PR is just a draft for now, once portduino gets a bit more mature I can send it in if you want it. Mostly adding this draft so that...