Skip to content

Commit 4def567

Browse files
committed
mpconfigboard.h: Fixed flashsize bug.
1 parent 9729ea8 commit 4def567

31 files changed

+167865
-167175
lines changed

WEACTF411CE/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#if !MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE
4646
#define MICROPY_HW_SPIFLASH_ENABLE_CACHE (1)
4747

48-
#define MICROPY_HW_SPIFLASH_SIZE_BITS (MICROPY_PY_SPI_FLASH_SIZE * 1024 * 1024)
48+
#define MICROPY_HW_SPIFLASH_SIZE_BITS (MICROPY_PY_SPI_FLASH_SIZE * 8 * 1024 * 1024)
4949
#define MICROPY_HW_SPIFLASH_CS (pin_A4)
5050
#define MICROPY_HW_SPIFLASH_SCK (pin_A5)
5151
#define MICROPY_HW_SPIFLASH_MISO (pin_A6)

firmware/WEACTF411CE/firmware.bin

484 Bytes
Binary file not shown.

firmware/WEACTF411CE/firmware.dfu

488 Bytes
Binary file not shown.

firmware/WEACTF411CE/firmware.elf

9.59 KB
Binary file not shown.

firmware/WEACTF411CE/firmware.hex

Lines changed: 19225 additions & 19195 deletions
Large diffs are not rendered by default.

firmware/WEACTF411CE/firmware.map

Lines changed: 8743 additions & 8658 deletions
Large diffs are not rendered by default.
484 Bytes
Binary file not shown.
488 Bytes
Binary file not shown.
9.6 KB
Binary file not shown.

firmware/WEACTF411CE16MB/firmware.hex

Lines changed: 19241 additions & 19211 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)