micropython/tests/extmod
Paul Sokolovsky 354d17523f modmachine: Implement physical memory access using /dev/mem (Linux, etc).
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.
2015-07-08 11:37:23 +03:00
..
machine1.py modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
machine1.py.exp modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
machine_mem.py modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
machine_mem.py.exp modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
sha256.py
ubinascii_a2b_base64.py tests: Catch ValueError instead of any exception to properly test error. 2015-07-06 11:35:08 +00:00
ubinascii_b2a_base64.py extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. 2015-07-04 12:26:52 +03:00
ubinascii_hexlify.py
ubinascii_unhexlify.py
uctypes_bytearray.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_bytearray.py.exp
uctypes_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_le.py.exp
uctypes_native_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_native_le.py.exp
uctypes_ptr_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_ptr_le.py.exp
uctypes_ptr_native_le.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_ptr_native_le.py.exp
uctypes_sizeof.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_sizeof.py.exp
uctypes_sizeof_native.py moductypes: Swap address and descriptor args in constructor. 2015-06-06 22:57:54 +03:00
uctypes_sizeof_native.py.exp
uheapq1.py
ujson_dumps.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ujson_dumps_float.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ujson_loads.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ujson_loads_float.py tests: Split out json float tests to separate files. 2015-06-25 10:50:00 +01:00
ure1.py
ure_error.py
ure_group.py
ure_namedclass.py
ure_split.py
zlibd_decompress.py