From e216f011cf609a7d8d183220ffed2e9f592648d3 Mon Sep 17 00:00:00 2001 From: Winford Date: Sat, 28 Dec 2024 22:57:39 +0000 Subject: [PATCH] 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 Adds Pico 2 to RP2 family supported devices. Signed-off-by: Winford --- doc/release-notes.md.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/release-notes.md.in b/doc/release-notes.md.in index 382c71f25..7315e0831 100644 --- a/doc/release-notes.md.in +++ b/doc/release-notes.md.in @@ -33,6 +33,7 @@ AtomVM will run BEAM files that have been compiled using the following Erlang an | ✅ OTP 24 | ✅ 1.14 | | ✅ OTP 25 | ✅ 1.14 | | ✅ OTP 26 | ✅ 1.15 | +| ✅ OTP 27 | ✅ 1.17 | ```{note} 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 | [ESP32h2](https://www.espressif.com/sites/default/files/documentation/esp32-h2_datasheet_en.pdf) | ✅ | | [ESP32s2](https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf) | ✅ | | [ESP32s3](https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf) | ✅ | +| [ESP32p4](https://www.espressif.com/sites/default/files/documentation/esp32-p4_datasheet_en.pdf) Datasheet Pending | ✅ | AtomVM currently supports the following versions of ESP-IDF: @@ -95,7 +97,7 @@ 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/rp2040.html) architecture. +AtomVM supports deployment on the [Raspberry Pico RP2](https://www.raspberrypi.com/documentation/microcontrollers/silicon.html) architecture. AtomVM currently supports the following Raspberry Pico development boards: @@ -103,5 +105,7 @@ AtomVM currently supports the following Raspberry Pico development boards: |------------------------------|----------------| | [Raspberry Pico and Pico H](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#raspberry-pi-pico-and-pico-h) | ✅ | | [Raspberry Pico W and Pico WH](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html#raspberry-pi-pico-w-and-pico-wh) | ✅ | +| [Raspberry Pico 2 and Pico 2H](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-2-technical-specification) | ✅ | +| [Raspberry Pico 2W and Pico 2WH](https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico2w-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.