boards/framework_inputmodule: Rename to generic name

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-08-09 17:24:27 +08:00
parent 4ef3c7bb63
commit 60bd6136d1
6 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ QSPI_FLASH_FILESYSTEM = 1
#EXTERNAL_FLASH_DEVICE_COUNT = 1
EXTERNAL_FLASH_DEVICES = "W25Q80DV"
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IS31FL3731
# TODO: This is currently not in circuitpython as a frozen directory
# FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_IS31FL3731
# Flash is only 1M, reduce firmware to half, so there's space for the CIRCUITPY drive
# Must be accompanied by a linker script change