aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_le.py
AgeCommit message (Expand)Author
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2016-12-12tests/extmod: Improve moductypes test coverage.Rami Ali
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2014-07-11moductypes: Add symbolic constants to specify bitfield position/length.Paul Sokolovsky
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky