We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442d084 commit 7b9e9d5Copy full SHA for 7b9e9d5
py/circuitpy_mpconfig.mk
@@ -428,6 +428,10 @@ CFLAGS += -DCIRCUITPY_RE=$(CIRCUITPY_RE)
428
CIRCUITPY_REQUIRE_I2C_PULLUPS ?= 1
429
CFLAGS += -DCIRCUITPY_REQUIRE_I2C_PULLUPS=$(CIRCUITPY_REQUIRE_I2C_PULLUPS)
430
431
+# Allow the use of strapping pins for i2c
432
+CIRCUITPY_I2C_ALLOW_STRAPPING_PINS ?= 0
433
+CFLAGS += -DCIRCUITPY_I2C_ALLOW_STRAPPING_PINS=$(CIRCUITPY_I2C_ALLOW_STRAPPING_PINS)
434
+
435
# CIRCUITPY_RP2PIO is handled in the raspberrypi tree.
436
# Only for rp2 chips.
437
# Assume not a rp2 build.
0 commit comments