aboutsummaryrefslogtreecommitdiff
path: root/stm/stm32f405.ld
AgeCommit message (Collapse)Author
2014-05-21stm: Remove long-obsolete stm/ port.Damien George
2014-02-10stm: Tidy up memory labels; optimise GC root scanning.Damien George
Addresses issues #272 and #273.
2014-01-29stm: Fix gccollect ram range.Damien George
2014-01-29Move HEAP_END and RAM_END to linker scriptmux
* Issue #232
2014-01-25stm: Put gc_collect code in separate file; define _ram_start in .ld.Damien George
To partly address Issue #220.
2014-01-24Revert "Move gc_collect to py/gc.c"Damien George
This reverts commit a215b09c0dc29b82161092e92ea2e5e004d79468.
2014-01-24Move gc_collect to py/gc.cmux
* Move gc_collect from main to py/gc.c * Define GC's memory boundaries in linker script * Issue #220
2014-01-05stm: allow more flash for the binary.Damien George
2013-10-18Partially implement proper flash storage.Damien
2013-10-17Fix up linker script; improve startup code; printf to USB.Damien
2013-10-13Inital commit of stm32f4xx framework.Damien