Commits
User selector
Commit History
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committed
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Oct 19, 2015
stmhal: Bring Pin class close to new machine module specification.
Show description for 2f96b19committed
Commits on Oct 11, 2015
Commits on Aug 2, 2015
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Show description for 0851751committed
Commits on Jul 29, 2015
- authored andcommitted
Commits on Apr 16, 2015
stmhal: Use new %q format to print qstr's in a few more places.
Show description for 4c45921authored andcommittedpy: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 7, 2015
stmhal: Collect all root pointers together in 1 place.
Show description for 3b51b3ecommitted
Commits on Jan 1, 2015
Commits on Sep 19, 2014
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Aug 24, 2014
- committed
Added python script to map AF to a pin name
Show description for 3d94555authored andcommitted
Commits on Aug 9, 2014
Commits on Aug 8, 2014
- committed
stmhal/teensy: Use _ instead of - in source file names.
Show description for 284efa8committed- committed
Add support for selecting pin alternate functions from python.
Show description for 6f418fccommitted
Commits on Aug 6, 2014
stmhal: Put #if guards around all GPIOx_CLK_ENABLE's.
Show description for 2fe2a05committed- committed
Commits on Aug 4, 2014
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Show description for ccacdf4committed
Commits on Jul 31, 2014
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Show description for bb4c6f3committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jul 2, 2014
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-teensy-new
Show description for 7a37f64committed
Commits on Jun 25, 2014
Commits on Jun 16, 2014
Updated teensy to build.
Show description for 4f1b7fecommitted
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed- committed
Commits on May 2, 2014
Commits on May 1, 2014
Commits on Apr 29, 2014
stmhal: Add documentation in comments, and script to generate HTML.
Show description for 8d09640committed