You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to freeze the driver into a custom circuitpython firmware by adding FROZEN_MPY_DIRS += $(TOP)/../Adafruit_CircuitPython_Bundle/libraries/drivers/adafruit_mcp230xx
to mpconfigboard.mk. This works for other drivers, but for the mcp230xx I get:
make: *** No rule to make target '../../../Adafruit_CircuitPython_Bundle/libraries/drivers/adafruit_mcp230xx', needed by 'build-feather_m4_express/frozen_mpy'.
The text was updated successfully, but these errors were encountered:
I'm trying to freeze the driver into a custom circuitpython firmware by adding
FROZEN_MPY_DIRS += $(TOP)/../Adafruit_CircuitPython_Bundle/libraries/drivers/adafruit_mcp230xx
to
mpconfigboard.mk
. This works for other drivers, but for the mcp230xx I get:The text was updated successfully, but these errors were encountered: