Skip to content

Commit 345bc94

Browse files
authored
Update troublesome_chips.md
1 parent dacdfeb commit 345bc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troublesome_chips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ If you're using Raspberry Pi with these chips, check out our
2323
- MicroChip Atmel SAMD21, SAMx5x - I2C bus frequency below 95 kHz not available in CircuitPython when `I2CTarget` is drive with a 48 MHz clock,
2424
which is typical. CircuitPython checks for out-of-range bus frequencies.
2525

26-
- Espressif ESP32-S3 - Use software that uses Espressif ESP-IDF v5.0.0 or later. When using versions of the Espressif ESP-IDF SDK _older_ than v5.0.0. ESP-IDF, ESP32-S3 has problems with I2C devices that do clock stretching or have other unusual timing behavior. ESP-IDF is the underlying software used by CircuitPython and the Arduino `esp32` board support package. CircuitPython 9.0.0 and later and Arduino `esp32` v5.0.0 and later use ESP-IDF v5 and later. These versions support most I2C devices well. However, some of the troublesome chips listed above still don't work well or at all even with ESP-IDF v5.
26+
- Espressif ESP32-S3 - Use software that uses Espressif ESP-IDF v5.0.0 or later. When using versions of the Espressif ESP-IDF SDK _older_ than v5.0.0, ESP32-S3 has problems with I2C devices that do clock stretching or have other unusual timing behavior. ESP-IDF is the underlying software used by CircuitPython and the Arduino `esp32` board support package. CircuitPython 9.0.0 and later and Arduino `esp32` v5.0.0 and later use ESP-IDF v5 and later. These versions support most I2C devices well. However, some of the troublesome chips listed above still don't work well or at all even with ESP-IDF v5.

0 commit comments

Comments
 (0)