summaryrefslogtreecommitdiff
path: root/shared-module/struct
AgeCommit message (Collapse)Author
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
.. defaulting to off for circuitpython-supported boards, on for others. .. fixing up the tests that fail when it is turned off, so that they skip instead of failing
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
Added struct module to shared-bindings and shared-module. removed ustruct