aboutsummaryrefslogtreecommitdiff
path: root/stmhal/gccollect.c
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-03-02stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.Damien George
2017-01-31stmhal: Initial implementation of multithreading, currently disabled.Damien George
2015-01-07stmhal: Collect all root pointers together in 1 place.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-06-15Updated teensy to build.Dave Hylands
2014-05-06stmhal: pyb: Use gc() function as defined by standard module "gc".Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03stmhal: Remove #include <stdint.h> from mpconfigport.h.Damien George
2014-04-12stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands