| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
binary op.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Try to un-mount a file system and re-mount it again.
|
|
Disable by default, enable in unix port.
|
|
|
|
|
|
To use the actual current name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And provide an expected-output file because these tests have a different
behaviour under CPython.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simple smoke tests, mostly for coverage. Added to extmod based on the fact
that they're extensions to standard modules.
|
|
|
|
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.
|
|
|
|
|