aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_le.py.exp
AgeCommit message (Collapse)Author
2016-12-12tests/extmod: Improve moductypes test coverage.Rami Ali
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky
But much smaller and memory-efficient. Uses Python builtin data structures (dict, tuple, int) to describe structure layout.