VersaMCU/boards
cjjohn 0461f6565b Fix board definition: VersaPad uses SAMD21G17D, not G18A
versapad.json declared samd21g18a (256K flash / 32K RAM) while the
linker script, the NVM config addresses (0x1FB00-0x1FFFF, just below
the 128K boundary) and versapad_nobl.json all point to the actual
chip, a SAMD21G17D (128K flash / 16K RAM). PlatformIO's flash-size
check was silently using a ~248K limit instead of the real ~120K
budget for the USB-bootloader build variant.
2026-08-05 06:56:34 +02:00
..
versapad.json Fix board definition: VersaPad uses SAMD21G17D, not G18A 2026-08-05 06:56:34 +02:00
versapad_nobl.json Harden firmware state and transfer handling 2026-07-24 09:49:21 +02:00