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 Jul 29, 2015
- authored andcommitted
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 1, 2015
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 Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 1, 2014
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
Show description for fb510b3committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed- committed
Commits on May 2, 2014
Commits on Apr 29, 2014
stmhal: Add documentation in comments, and script to generate HTML.
Show description for 8d09640committed
Commits on Apr 21, 2014
stmhal, servo: Rename calibrate method to calibration.
Show description for af797f4committed
Commits on Apr 19, 2014
stmhal: Add SPI class.
Show description for d689430committed
Commits on Apr 8, 2014
stmhal: Add functionality to Servo object.
Show description for 2293471committed
Commits on Apr 5, 2014
py: Change nlr_jump to nlr_raise, to aid in debugging.
Show description for ea13f40committed
Commits on Apr 2, 2014
- committed
stmhal: Add timer module; move servo PWM from TIM2 to TIM5.
Show description for a12be91committed
Commits on Mar 30, 2014
Merge map.h into obj.h.
Show description for df6567ecommittedRename rt_* to mp_*.
Show description for d17926dcommitted
Commits on Mar 26, 2014
- committed
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Show description for 9b196cdcommittedChange mp_method_t.name from const char * to qstr.
Show description for c12b221committed
Commits on Mar 24, 2014
Commits on Mar 23, 2014
Commits on Mar 22, 2014
Loading