Maximilian Gerhardt
Maximilian Gerhardt
Alright then I know **exactly** what's wrong, many thanks. I'll PR this in shortly. Same as I did in https://github.com/espressif/arduino-esp32/pull/6809.
This will be fixed by https://github.com/earlephilhower/arduino-pico/pull/696.
@WaGi-Coding since the PR was merged and I updated the commit reference (https://github.com/maxgerhardt/platform-raspberrypi/commit/bd2f3e756ba7340150f2bebc2d46110988243018), please do a `pio pkg update -g -p https://github.com/maxgerhardt/platform-raspberrypi.git` in [the CLI](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli) and try it without calling...
The holdup with the merge into official PIO is at https://github.com/platformio/platform-raspberrypi/pull/36, not in this issue; I can't say what is holding it up directly, but I'm trying to resolve it...
The first one was the result of a corrupted package, you did correctly by remocing those folders to force a redownload. However, as you still have platform_packages for the toolchain...
~~Not sure why `vm/filePrims.cpp` would include LWIP, but hm,~~ (okay it's coming from `IPAddress.h` of the core) can you link to the `src/main.cpp` code you're currently using? (Note: You can...
> The folder /home/git/.platformio/packages/framework-arduinopico/pico-sdk/lib/lwip/src/include does exist, but it is empty. Then the Arduino core was downloaded incorrectly. `rm -rf /home/git/.platformio/packages/framework-arduinopico` and build again.
Works for me with the versions ``` Dependency Graph |-- 1.7.2 | |-- 1.0 | |-- 1.0 |-- 1.2.0 | |-- 1.7.2 | | |-- 1.0 | | |-- 1.0...
FYI: I've made an update to the `framework-spl` package to also incorporate the GD32F350xx series. The `framework-spl` package is at https://github.com/maxgerhardt/pio-framework-spl-with-gd32 with a new example (board definition + firmware code...
Update for those who are interested: I have recently gotten in contact with motivated people who also have connections to GigaDevice. They gave us a previously unreleased Arduino core for...