Jeff Epler 19dcbe3e01
add another flash chip for hallowing m0 express
A small number of hallowing m0 express boards were manufactured
with an incorrect flash chip (2MB instead of 8MB).

If you have received one of these boards, contact support AT adafruit
DOT com for refund/replacement options.

However, there's no need to make these boards e-waste. At the cost of a
few bytes of flash, we can make them work with this simple update,
as tested by a user who received one of the incorrectly manufactured
units.
2023-11-21 21:15:14 -06:00

21 lines
561 B
Makefile

USB_VID = 0x239A
USB_PID = 0xD1ED
USB_PRODUCT = "HalloWing M0 Express"
USB_MANUFACTURER = "Adafruit Industries LLC"
CHIP_VARIANT = SAMD21G18A
CHIP_FAMILY = samd21
SPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "W25Q64JVxQ, GD25Q64C, W25Q16JVxQ"
LONGINT_IMPL = NONE
# To keep the build small
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_BUSDEVICE = 1 # lis3dh needs it
CIRCUITPY_KEYPAD = 0
# Include these Python libraries in firmware.
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel