Skip to content

Commit 84c37cd

Browse files
committed
Update supported platforms in release-notes to include rp2350
Adds Pico 2(W) (a.k.a RP2350) to RP2 family supported devices Signed-off-by: Winford <winford@object.stream>
1 parent c9051f1 commit 84c37cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/release-notes.md.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,14 @@ AtomVM tests this build on the latest Ubuntu github runner.
9999

100100
### Raspberry Pi Pico Support
101101

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

104104
AtomVM currently supports the following Raspberry Pico development boards:
105105

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

111112
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.

0 commit comments

Comments
 (0)