summaryrefslogtreecommitdiff
path: root/tests/extmod/machine1.py
AgeCommit message (Expand)Author
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2016-07-31tests/machine1: Revamp to work with unix port (which has "umachine").Paul Sokolovsky
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-06-15tests: Check that machine module exists and print SKIP if it doesn't.Damien George
2015-05-08tests: Add test for machine module (mem* functions).Damien George