Skip to content

Commit 0296bb3

Browse files
committed
Merge pull request #1534 from UncleGrumpy/rp2_support_notes
Update supported platforms in release-notes to include rp2350 Adds Pico 2 (a.k.a RP2350) to RP2 family supported devices These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents c9051f1 + 84c37cd commit 0296bb3

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)