Skip to content

Commit b8f0fef

Browse files
committed
Update supported OTP versions and platforms in release-notes
Adds OTP27 and Elixir 1.17 to supported versions. Adds ESP32-P4 to ESP32 family supported devices Signed-off-by: Winford <winford@object.stream>
1 parent 2ac2041 commit b8f0fef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/release-notes.md.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ AtomVM will run BEAM files that have been compiled using the following Erlang an
3333
| ✅ OTP 24 | ✅ 1.14 |
3434
| ✅ OTP 25 | ✅ 1.14 |
3535
| ✅ OTP 26 | ✅ 1.15 |
36+
| ✅ OTP 27 | ✅ 1.17 |
3637

3738
```{note}
3839
Versions of Elixir that are compatible with a particular OTP version may work. This table reflects the versions that are tested.
@@ -62,6 +63,7 @@ AtomVM currently supports the following [Espressif ESP SoCs](https://www.espress
6263
| [ESP32h2](https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_en.pdf) | ✅ |
6364
| [ESP32s2](https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf) | ✅ |
6465
| [ESP32s3](https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf) | ✅ |
66+
| [ESP32p4](https://www.espressif.com/sites/default/files/documentation/esp32-p4_datasheet_en.pdf) Datasheet Pending | ✅ |
6567

6668
AtomVM currently supports the following versions of ESP-IDF:
6769

@@ -96,13 +98,13 @@ AtomVM tests this build on the latest Ubuntu github runner.
9698

9799
### Raspberry Pi Pico Support
98100

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

101103
AtomVM currently supports the following Raspberry Pico development boards:
102104

103105
| Development Board | AtomVM support |
104106
|------------------------------|----------------|
105-
| [Raspberry Pico and Pico H](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#raspberry-pi-pico-and-pico-h) | ✅ |
106-
| [Raspberry Pico W and Pico WH](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#raspberry-pi-pico-w-and-pico-wh) | ✅ |
107+
| [Raspberry Pico and Pico H](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-technical-specification) | ✅ |
108+
| [Raspberry Pico W and Pico WH](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#picow-technical-specification) | ✅ |
107109

108110
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)