From 3ecb438f39f3a439b05647e199f75438406eb78e Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Wed, 20 Mar 2024 15:47:20 +0100 Subject: [PATCH] CHANGELOG.md entry --- esp-hal/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/esp-hal/CHANGELOG.md b/esp-hal/CHANGELOG.md index e5137010b71..bd3a8aa9eb9 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Reserve `esp32` ROM stacks to prevent the trashing of dram2 section (#1289) - Fixing `esp-wifi` + `TRNG` issue on `ESP32-S2` (#1272) - Fixed core1 startup using the wrong stack on the esp32 and esp32s3 (#1286). +- ESP32: Apply fix for Errata 3.6 in all the places necessary. (#1315) ### Changed