diff options
author | Rick Sorensen <rick.sorensen@gmail.com> | 2025-04-16 09:28:39 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-05-16 17:39:10 +1000 |
commit | 90aeac800a0ac861c64dda4b99db1a3f0ed91cea (patch) | |
tree | 08f68a27aa8a3ab3bc20c4b6ed81c7f9ac6c4695 /tests/basics/builtin_bin_intbig.py | |
parent | 06d8c084b90cb6e56ab9be0de040dcae439ce261 (diff) | |
download | micropython-90aeac800a0ac861c64dda4b99db1a3f0ed91cea.tar.gz micropython-90aeac800a0ac861c64dda4b99db1a3f0ed91cea.zip |
esp32/machine_i2c: Fix default I2C pins for C3, S3.
The default I2C init does not require setting SCL or SDA but the default
I2C0 pins for C3, S3 conflict with the espressif GPIO usage.
For the C3, pins 18/19 are for USB/JTAG. If used for I2C() they will cause
the REPL to hang on initialization of the I2C.
For the S3 pin 19 is allocated for USB/JTAG also but the defaults do not
seem to affect the REPL.
See related #16956.
Fixes issue #17103.
Signed-off-by: Rick Sorensen <rick.sorensen@gmail.com>
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'tests/basics/builtin_bin_intbig.py')
0 files changed, 0 insertions, 0 deletions