Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Convert remaining "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | 2017-06-10 |
| | |||
* | tests/extmod: Make tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | |||
* | tests/machine1: Revamp to work with unix port (which has "umachine"). | Paul Sokolovsky | 2016-07-31 |
| | |||
* | modmachine: Implement physical memory access using /dev/mem (Linux, etc). | Paul Sokolovsky | 2015-07-08 |
| | | | | | | | | | | This requires root access. And on recent Linux kernels, with CONFIG_STRICT_DEVMEM option enabled, only address ranges listed in /proc/iomem can be accessed. The above compiled-time option can be however overriden with boot-time option "iomem=relaxed". This also removed separate read/write paths - there unlikely would be a case when they're different. | ||
* | tests: Check that machine module exists and print SKIP if it doesn't. | Damien George | 2015-06-15 |
| | |||
* | tests: Add test for machine module (mem* functions). | Damien George | 2015-05-08 |