platform-apollo3blue
platform-apollo3blue copied to clipboard
AmbiqMicro Apollo 3 Blue: development platform for PlatformIO
Seeing that some people around me struggle a bit getting all installed correctly, and wondering: would it be useful to distribute an "all-parts-included", "turn-key" development environment as a container containing...
Hi @nigelb, This is Ivan from PlatformIO! Thanks for providing this integration for Apollo! We can significantly simplify the installation guide by publishing packages into the PlatformIO Registry. Could you...
Forwarding from https://github.com/platformio/platformio-core/issues/4513# following @ivankravets recommendation. Copy of the issue: I am hitting a strange include failure for some /lib code in a PlatformIO project (I put nearly all the...
Hello, I'm trying to build a c++ project. My issue is that the compiler complains about mismatching c++ flags (mainly about vfp) Looking at the builder, the default flags are...
Hi! I have a extra script in a library that calls Import("projenv")... I have an error when using this builder: *** Import of non-existent variable ''projenv'' Not sure why, but...