-
Notifications
You must be signed in to change notification settings - Fork 502
Closed
Labels
waiting for feedbackRequires response from original posterRequires response from original poster
Description
I'm using the core with PIO and VSCode using a MacBookPro 16 M4 with macOS 15.6.1
After update to v5.0 the building after following lines in Terminal takes over 30s, this behavior is new with 5.0
The compiling itself work normal, the building is the problem.
Building /Users/sstaub/Dateien/Development/Raspberry Pico/eOS4/.pio/build/pico/firmware.lst
Building /Users/sstaub/Dateien/Development/Raspberry Pico/eOS4/.pio/build/pico/firmware.debug.lst
that is my ini file
[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m
#board = rpipico
board = wiznet_5500_evb_pico2
platform_packages =
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#master
build_flags = -Wall
Metadata
Metadata
Assignees
Labels
waiting for feedbackRequires response from original posterRequires response from original poster