You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason not to move gc_collect from <port>/main.c to gc.c ? we can declare ram_start, ram_end and heap_end as extern in gc.c and define them in each linker script ? or am I missing something ?