summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/struct1.py
Commit message (Expand)AuthorAge
* py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George2014-12-05
* modstruct: Fix alignment handling issues.Paul Sokolovsky2014-06-25
* modstruct: Implement count specifier for strings (e.g. "100s").Paul Sokolovsky2014-05-12
* modstruct: Initial implementation of struct.pack().Paul Sokolovsky2014-04-19
* modstruct: Basic implementation of native struct alignment and types.Paul Sokolovsky2014-04-11
* modstruct: Refactor to support both LE and BE packed structs.Paul Sokolovsky2014-04-11
* py: Start implementing "struct" module.Paul Sokolovsky2014-04-10