3 Commits (6b0c88256b03de63280eb7b704f5b6aaa5e9cc46)

Author SHA1 Message Date
Josef Gajdusek 28076f3d4b esp8266: Fix garbage collector by hard-coding stack end address. 10 years ago
Damien George fe7d542352 esp8266: Prefix includes with py/; remove need for -I../py. 10 years ago
Damien George 075d597464 esp8266: New port of Micro Python to ESP8266 wifi module. 10 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Paul Sokolovsky 8139494e54 stmhal: Include mpconfig.h before all other includes. 11 years ago
Dave Hylands 4f1b7fec9f Updated teensy to build. 11 years ago
Paul Sokolovsky 33b3a6905d stmhal: pyb: Use gc() function as defined by standard module "gc". 11 years ago
Damien George 04b9147e15 Add license header to (almost) all files. 11 years ago
Damien George 5874c1c92b stmhal: Remove #include <stdint.h> from mpconfigport.h. 11 years ago
Damien George 82c7b1b1d5 stmhal: Put a USB structure in ROM; GC doesn't scan the data segment. 11 years ago
Dave Hylands f14b92b9e1 REPl working on UART6 with STMHAL 11 years ago
Damien George ed378cd12f stm: Tidy up memory labels; optimise GC root scanning. 11 years ago
Damien George 01fa4a9164 stm: Fix gccollect ram range. 11 years ago
mux 76a6335b6e Move HEAP_END and RAM_END to linker script 11 years ago
Damien George 449dd0a69e stm: Put gc_collect code in separate file; define _ram_start in .ld. 11 years ago