-
- Vscode version: 1.44.2
- Platform IO core: 4.3.1
- platformio.ini file:
[env:stm8sdisco]
platform = ststm8
framework = spl
board = stm8sdisco
upload_protocol = stlink
![image](https://use…
-
## What I encountered
I got an error message when I chose "Project Tasks / emulator_64bits / General / Execute":
```
Linking .pio/build/emulator_64bits/program
ld: warning: ignoring file '/opt…
-
PIO Core Call Error: "Error: Invalid 'd:\\OneDrive\\Documents\\PlatformIO\\Projects\\cr2\\platformio.ini' (project configuration file): 'Source contains parsing errors: 'd:\\\\OneDrive\\\\Documents\\\…
-
What kind of issue is this?
- [ X] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issu…
-
Hello, I am trying to test my adafruit board on platform io and I cannot remotely upload a built program onto the adafruit board. I have a windows 10 computer doing the remote upload and a remote agen…
-
Please add support for wt32-sc01 plus. There are a few other projects (see below) which use platformio to build solutions for this board, but it's hard to tell what's really necessary.
### Addition…
-
I'm using release 20 on platform IO and trying to build the simple web server (https version) and the compile stage works fine but I get linking errors as follows
```
/Users/user1/.platformio/pa…
-
FYI @kyab, your `travis-test-arduino` project provided inspiration for me to build my Arduino libraries using PlatformIO. Here's how I implemented it:
http://4-20ma.io/2016/09/19/howto-automatically-…
-
- Arduino board: featheresp32
- Arduino IDE version (found in Arduino -> About Arduino menu): Platform IO
Trying to run the code from the ESP 32 secure example. Compile fails:
```
In file …
-
I set platform=native on Mac M1 and it compiles using my native gcc compiler. Why is my native gcc compiler in ARM64 format and able to compile x86_64 files? This caused an error when linking to sdl2 …