summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/gccollect.c
Commit message (Expand)AuthorAge
* stmhal: Collect all root pointers together in 1 place.Damien George2015-01-07
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George2014-07-02
|\
| * Updated teensy to build.Dave Hylands2014-06-15
* | stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-28
|/
* stmhal: pyb: Use gc() function as defined by standard module "gc".Paul Sokolovsky2014-05-06
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George2014-05-03
* stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.Damien George2014-04-12
* REPl working on UART6 with STMHALDave Hylands2014-03-12