Commits
User selector
Commit History
Commits on Mar 19, 2016
- committed
- committed
extmod/uctypes: Use mp_binary_get_val helper when extracting value.
Show description for 12154b1committed
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 5b3f0b7committedpy: Change type of .make_new and .call args: mp_uint_t becomes size_t.
Show description for a0c9781committed
Commits on Jan 10, 2016
- authored andcommitted
Commits on Jan 3, 2016
- authored andcommitted
Commits on Dec 9, 2015
extmod/moductypes: sizeof operation depends on layout type of structure.
Show description for d4a874bcommitted
Commits on Dec 3, 2015
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
Commits on Oct 27, 2015
extmod/moductypes: When dealing with UINT64, use mp_obj_new_int_from_ull().
Show description for 20f85fecommitted
Commits on Oct 25, 2015
extmod/moductypes: Implement buffer protocol.
Show description for 393d0c1committed
Commits on Jun 6, 2015
moductypes: Swap address and descriptor args in constructor.
Show description for 1679696committed
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 11, 2015
py: Combine load_attr and store_attr type methods into one (attr).
Show description for b1bbe96committed
Commits on Jan 20, 2015
py, unix: Allow to compile with -Wunused-parameter.
Show description for ff8dd3fcommitted
Commits on Jan 12, 2015
Commits on Jan 1, 2015
Commits on Dec 10, 2014
Commits on Dec 5, 2014
py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.
Show description for be6d8becommitted
Commits on Nov 29, 2014
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Show description for 3b603f2committed
Commits on Oct 30, 2014
- committed
moductypes: When dereferencing a field which is array of uint8, use bytearray.
Show description for 6d287a6committedmoductypes: Make sure we can apply .sizeof() to all aggregate types.
Show description for 2559e13committed
Commits on Oct 6, 2014
Commits on Sep 28, 2014
Fix timer overflow code.
Show description for 39296b4committed
Commits on Sep 2, 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 12, 2014
stmhal: Enable moductypes by default.
Show description for 105e32fcommitted
Commits on Aug 10, 2014
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 10, 2014
Commits on Jul 9, 2014
moductypes: Foreign data interface module, roughly based on ctype ideas.
Show description for 8215847committed
Loading