From 828d91cfc62dd322fc3eeca3d1431e2e96893f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Quentin?= Date: Wed, 20 Mar 2024 16:46:38 +0100 Subject: [PATCH] ESP32: Apply Errata 3.6 fix in more places (#1315) * ESP32: Apply Errata 3.6 fix in more places * 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 39c6ac1190..61ba6db314 100644 --- a/esp-hal/CHANGELOG.md +++ b/esp-hal/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ESP32: Apply fix for Errata 3.6 in all the places necessary. (#1315) - ESP32 & ESP32-S2: Fix I²C frequency (#1306) - Fixed LCD_CAM i8080 potentially sending garbage to display (#1301) +- ESP32: Apply fix for Errata 3.6 in all the places necessary. (#1315) ### Changed