Skip to content

Commit e900680

Browse files
committed
fix(huzzah): platformIO ram .text1 section size (iram1_0_seg)
1 parent 2a2c2cf commit e900680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platformio.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,10 @@ build_flags =
481481
-DNON32XFER_FAST
482482
-DDEBUG_DISABLED
483483
-DDEBUG_LEVEL_NONE
484+
-DPIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48 ; avoid section `.text1' will not fit in region `iram1_0_seg'
484485
board_build.eesz=4M2M
485486
board_build.filesystem = littlefs
486-
upload_port = /dev/cu.SLAB_USBtoUART
487+
upload_port = COM19
487488

488489
; SAMD51 Boards ;
489490

0 commit comments

Comments
 (0)