Maximilian Gerhardt
Maximilian Gerhardt
Could you try using `https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.1-a/arm-linux-gnueabihf.arm-none-eabi-7855b0c.210706.tar.gz` as the download link for toolchain-pico? I have tested that against an earlier version. Compilation might fail, but if you compile it multiple times, does...
We did a major integration rehault at https://github.com/platformio/platform-raspberrypi/pull/36, please update the platform as described in the third comment of the PR and use the same platformio.ini as the PR (no...
Please just use ```ini [env:nanorp2040connect] platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = nanorp2040connect framework = arduino board_build.core = earlephilhower board_build.filesystem_size = 0.5m platform_packages = maxgerhardt/framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git ``` And use [the CLI](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli) to `pio...
My bad, I actually hardcoded the toolchain reference with its datecode and so naturally I had to update it (https://github.com/maxgerhardt/platform-raspberrypi/commit/17cb99f3fbe6df9895a0a51ded5324e288a28cb7). Please issue the `pio platform update ...` command again and...
Fixed in https://github.com/maxgerhardt/platform-raspberrypi/commit/488689c592f8e20512c0f31f00b051e7cd13af8f, please update platform again.
Alright I just went ahead and updated a bunch of stuff, which as a sideffect gives us Raspberry Pi Pico W support in PlatformIO, see [PR](https://github.com/platformio/platform-raspberrypi/pull/36).
I will double check the compile commands on PlatformIO -- since I don't have my Pico W yet, I couldn't test on real hardware, only got it to *compile*. Though...
In the meantime @WaGi-Coding, can you install [the Arduino-Pico core in the Arduino IDE](https://github.com/earlephilhower/arduino-pico#installing-via-arduino-boards-manager) and see if you also get 0 networks?
Okay, thanks for confirming, if the Arduino IDE and PlatformIO results differ with the exact same code, then the fault is likely in the PIO builder script -- I'll have...
@WaGi-Coding I have a bad dejavu with variant-specific [`initVariant()`](https://github.com/earlephilhower/arduino-pico/blob/master/variants/rpipicow/picow_init.cpp#L23-L25) not being linked correctly due to using a `.a` archive instead of an object file. In the code for PlatformIO, can...