From 8e5ce49d19313d559fc59d4cc59d603bf1884110 Mon Sep 17 00:00:00 2001 From: Johny Mattsson Date: Tue, 24 Aug 2021 09:59:31 +1000 Subject: [PATCH] Update to latest IDF master. --- components/platform/ws2812.c | 2 ++ sdk/esp32-esp-idf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/platform/ws2812.c b/components/platform/ws2812.c index 7c8b3f30..6b1b9ddc 100644 --- a/components/platform/ws2812.c +++ b/components/platform/ws2812.c @@ -106,6 +106,8 @@ static void ws2812_isr(void *arg) ws2812_chain_t *chain = &(ws2812_chains[channel]); #if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2) uint32_t data_sub_len = RMT.tx_lim_ch[channel].limit/8; +#elif defined(CONFIG_IDF_TARGET_ESP32S3) + uint32_t data_sub_len = RMT.chn_tx_lim[channel].tx_lim_chn/8; #else uint32_t data_sub_len = RMT.tx_lim[channel].limit/8; #endif diff --git a/sdk/esp32-esp-idf b/sdk/esp32-esp-idf index 8e3e65a4..a20df743 160000 --- a/sdk/esp32-esp-idf +++ b/sdk/esp32-esp-idf @@ -1 +1 @@ -Subproject commit 8e3e65a47b7d9b5dc4f52eb56660a748fda1884e +Subproject commit a20df743f1c51e6d65b021ed2ffd3081a2feec64