Back to Tock

Raspberry Pi Pico W

boards/raspberry_pi_pico_w/README.md

latest805 B
Original Source

Raspberry Pi Pico W

The Raspberry Pi Pico W is a board developed by the Raspberry Pi Foundation and is based on the RP2040 chip.

In order to get started, you can follow the Raspberry Pi Pico guide. This board is almost identical to the main one, with the key difference being Wi-Fi capabilities provided by the on-board Infineon CYW43439 chip.

External dependencies

This crate uses the external tock-firmware-cyw43 crate for the WiFi chip firmware on the Pico W.

cargo-tree for the tock-firmware-cyw43 crate outputs:

├── tock-firmware-cyw43 v0.1.0 (https://github.com/tock/firmware.git#86ad8b00) # has no sub-dependencies
├── ...