-
Hi! I wanted to analyse my codebase with Inspect.
I had an error at the first inspection which said that my program is bigger than it can be.
Which is strange because i can upload it fine.
After …
-
```text
C:\path\to\.platformio\packages\tool-cppcheck\cppcheck --addon-python=C:\path\to\.platformio\penv\Scripts\python.exe --error-exitcode=3 --verbose --template="severity={severity}message={messa…
-
The declaration of function has changed resulting in compilation error:
```cpp
.pio/libdeps/esp32-c6-devkitc-1/em4095/src/Em4095.cpp:526:6: error: no declaration matches 'void Em4095::RecordFromAn…
-
Hi,
Is there anything you forgot to mention with your setup ?
I copied your repo and downloaded the libraries.
Visual Studio Code compiles it fine, but the linking fails. This is the error I get : …
-
When installing PIO, I get the same error every time, no matter what solution I try:
`Error: Error: Compatible PlatformIO Core not found.
Reason: PlatformIO executable not found in 'C:\Users\Hugo Gr…
-
Hi, I've implemented async IO in a model which was already developed with PIO but with classical IO. I don't see any performance improvement. I checked and there is a synchronization point ("PIOc_sync…
-
Extending https://github.com/pimoroni/pimoroni-pico/issues/1004
Now added FPS which gives faster than I expected numbers
>
> Frame #593 Time = 19727 us, FPS = 50.55
>
-
The Pico's have a built in USB Phy and a microUSB connector, along with internal logic for handling the USB communications. However, Pico-PIO-USB is so cool, that it would be nice to be able to use it…
-
Seeing an issue with `pio remote run` command. My setup:
- VM that holds my [platform.io](http://platform.io/) project for esp32-c6 dev kit
- Local on my mac, I have the hardware plugged in and am …
-
```
:- meta_predicate( phrase_to_file(2,+) ).
```
Essentially this is the opposite of `phrase_from_file/2`, except that its complete meaning is not that evident.
`phrase_to_file(Phrase__0, Fil…