From c7437903ff5f245567f31ab3c62c53dc9c6f5eb4 Mon Sep 17 00:00:00 2001 From: yanshay Date: Wed, 10 Jan 2024 22:00:10 +0200 Subject: [PATCH] Added changelog regarding 80MHz PSRAM support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f892e8b5672..24fc25d7c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Implement overriding base mac address (#1044) - Add `rt-riscv` and `rt-xtensa` features to enable/disable runtime support (#1057) - ESP32-C6: Implement deep sleep (#918) +- ESP32-S3: Added support for 80Mhz PSRAM (#1069) ### Changed