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