-
- [x] Implementei e funciona
- [ ] Implementei e não funciona
- [ ] Não fiz, mas saberia fazer
- [ ] Não fiz, e nem sei por onde começar
-
Some ctests are only enabled when PIO_USE_MALLOC
is enabled.
PIO_USE_MALLOC decides whether to use
malloc()/realloc()/calloc()/free() OR the bget()
memory management .
Whether we use PIO_USE_…
-
Hello, I am testing the [hello_pio](https://github.com/raspberrypi/pico-examples/tree/master/pio/hello_pio) program. And I am using the RP2350B development board. I want to use pin 45 to output high a…
-
PIO Core Call Error: "AccountNotAuthorized: You are not authorized! Please log in to PlatformIO Account."
-
`pio.h` contains several internal structures (`var_desc_t`, `io_region`, `io_desc_t`, `iosystem_desc_t`, `wmulti_buffer`, `file_desc_t`, ...) that could be moved to `pio_internal.h`.
This would eli…
-
https://github.com/geeksville/Micro-RTSP/blob/43dd876fb9ffb882397b446cb4374bde280f9f69/examples/ESP32-devcam.ino#L184
While trying to build this example using pio, I get the following error: error:…
-
Building for an M0-based board (Adafruit Trinket M0 with ATSAMD21 processor) fails as``std::string`` is referenced but not included. The following error message is produced:
```
In file included fro…
-
From mic comments, I'm getting a feeling we need to be a bit more clear.
The P flag does two things:
* tells the device to run DHCPv6-PD — once, if any PIO with the P flag is present. There is n…
-
With `ERS.hcru_hcru.I20TRGSWCNPRDCTCBC.pm-cpu_intel.elm-erosion`, the test uses 128 tasks on 1 node and was a little slow. I wanted to try using 2 nodes (256 tasks), but hit an error described here.
…
-
Hello,
ESP-IDF v5.0 release should now have native support of macos-arm64 for Apple Silicon:
https://github.com/espressif/esp-idf/releases/tag/v5.0-beta1
Until recently we still needed Rosetta …