We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce38784 commit c86b9ecCopy full SHA for c86b9ec
ports/mimxrt/boards/MIMXRT1176.ld
@@ -39,7 +39,7 @@ dtcm_size = 0x00020000;
39
ocrm_start = 0x20240000;
40
ocrm_size = 0x00100000;
41
42
-#ifdef MICROPY_HW_SDRAM_AVAIL
+#if MICROPY_HW_SDRAM_AVAIL
43
sdram_start = 0x80000000;
44
sdram_size = MICROPY_HW_SDRAM_SIZE;
45
#endif
@@ -49,7 +49,7 @@ __stack_size__ = 0x8000;
49
_estack = __StackTop;
50
_sstack = __StackLimit;
51
52
53
_gc_heap_start = ORIGIN(m_sdram);
54
_gc_heap_end = ORIGIN(m_sdram) + LENGTH(m_sdram);
55
#else
0 commit comments