Skip to content

Commit

Permalink
Update supported platforms in release-notes to include rp2350
Browse files Browse the repository at this point in the history
Adds Pico 2(W) (a.k.a RP2350) to RP2 family supported devices

Signed-off-by: Winford <[email protected]>
  • Loading branch information
UncleGrumpy committed Feb 21, 2025
1 parent c9051f1 commit f48c0fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/release-notes.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,18 @@ AtomVM tests this build on the latest Ubuntu github runner.

### Raspberry Pi Pico Support

AtomVM supports deployment on the [Raspberry Pico RP2040](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-family) architecture.
AtomVM supports deployment on the [Raspberry Pico RP2](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-family) architecture.

AtomVM currently supports the following Raspberry Pico development boards:

| Development Board | AtomVM support |
|------------------------------|----------------|
| [Raspberry Pico and Pico H](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-technical-specification) | ✅ |
| [Raspberry Pico W and Pico WH](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#picow-technical-specification) | ✅ |
| [Raspberry Pico 2 and Pico 2H](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-2-technical-specification) | ✅ |

Building the AtomVM virtual machine for Raspberry Pico is optional. In most cases, you can simply download a release image from the AtomVM [release](https://github.com/atomvm/AtomVM/releases) repository. If you wish to work on development of the VM or use one on the additional drivers that are available in the [AtomVM repositories](https://github.com/atomvm) you will to build AtomVM from source. See the [Build Instructions](build-instructions.md) for information about how to build AtomVM from source code.

```{attention}
Pico 2W not yet supported.
```

0 comments on commit f48c0fa

Please sign in to comment.