From 295c77411bb638513d3c37cc310afe32e26351fb Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Wed, 31 Jan 2024 13:15:31 -0800 Subject: [PATCH] Disable i2ctarget on ESP According to #8520 it was never fully implemented and the IDF API has changed in 5.2, which we haven't switched to yet. --- ports/espressif/mpconfigport.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/espressif/mpconfigport.mk b/ports/espressif/mpconfigport.mk index e935f3057dcf4..da32d33d4a730 100644 --- a/ports/espressif/mpconfigport.mk +++ b/ports/espressif/mpconfigport.mk @@ -32,7 +32,7 @@ CIRCUITPY_ESPULP ?= 1 CIRCUITPY_FRAMEBUFFERIO ?= 1 CIRCUITPY_FREQUENCYIO ?= 1 CIRCUITPY_HASHLIB ?= 1 -CIRCUITPY_I2CTARGET ?= 1 +CIRCUITPY_I2CTARGET ?= 0 CIRCUITPY_IMAGECAPTURE = 0 CIRCUITPY_MEMORYMAP ?= 1 CIRCUITPY_NVM ?= 1