Skip to content

Commit 900d327

Browse files
committed
docs(wokwi-pi-pico): remove the ArduinoCore-mbed core
We now always compile with the Arduino-Pico core
1 parent 764e8ec commit 900d327

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

docs/parts/wokwi-pi-pico.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,28 +74,9 @@ Legend:
7474
7575
The Arduino core provides the built-in Arduino functions, such as `pinMode()` and `digitalRead()`, as well as a set of standard Arduino libraries, such as Servo, Wire and SPI.
7676
77-
When compiling your code for the Raspberry Pi Pico, you can choose between two different cores:
77+
When compiling your code for the Raspberry Pi Pico and for the Raspberry Pi Pico W, Wokwi uses the [Arduino-Pico core](https://github.com/earlephilhower/arduino-pico), built on top of [the Pi Pico SDK](https://github.com/raspberrypi/pico-sdk).
7878
79-
- The [official Pi Pico core](https://github.com/arduino/ArduinoCore-mbed), based on Mbed OS. This is the default.
80-
- [The community maintained Pi Pico Arduino Core](https://github.com/earlephilhower/arduino-pico), built on top of [the Pi Pico SDK](https://github.com/raspberrypi/pico-sdk).
81-
82-
You can learn about the key differences between these two cores in [this GitHub comment](https://github.com/earlephilhower/arduino-pico/issues/117#issuecomment-830356795).
83-
84-
To select a core, set the "env" attribute of the `wokwi-pi-pico` part. For the official Arduino core, use the value "arduino-core". For the community maintained core, set "env" to "arduino-community". e.g.:
85-
86-
```json
87-
"parts": [
88-
{
89-
"type": "wokwi-pi-pico",
90-
"id": "pico",
91-
"attrs": {
92-
"env": "arduino-community"
93-
}
94-
95-
},
96-
97-
]
98-
```
79+
In the past, Wokwi also supported the [RP2040-mbed Arduino core](https://github.com/arduino/ArduinoCore-mbed), but it has been deprecated in favor of the Arduino-Pico core.
9980
10081
### Serial Monitor
10182

0 commit comments

Comments
 (0)