You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
machine1.py
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
9 years ago
machine1.py.exp
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
9 years ago
machine_mem.py
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
9 years ago
machine_mem.py.exp
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
9 years ago
sha256.py
tests: sha256: skip test if uhashlib module is not available.
10 years ago
ubinascii_a2b_base64.py
tests: Catch ValueError instead of any exception to properly test error.
9 years ago
ubinascii_b2a_base64.py
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
9 years ago
ubinascii_hexlify.py
tests: Add tests for op special meths, ubinascii, complex.
10 years ago
ubinascii_unhexlify.py
extmod: Add ubinascii.unhexlify
10 years ago
uctypes_bytearray.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_bytearray.py.exp
moductypes: Add test for accessing UINT8 array.
10 years ago
uctypes_le.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_le.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uctypes_native_le.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_native_le.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uctypes_ptr_le.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_ptr_le.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uctypes_ptr_native_le.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_ptr_native_le.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uctypes_sizeof.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_sizeof.py.exp
moductypes: Make sure we can apply .sizeof() to all aggregate types.
10 years ago
uctypes_sizeof_native.py
moductypes: Swap address and descriptor args in constructor.
10 years ago
uctypes_sizeof_native.py.exp
moductypes: Foreign data interface module, roughly based on ctype ideas.
10 years ago
uheapq1.py
extmod: Add uheapq module.
10 years ago
ujson_dumps.py
tests: Split out json float tests to separate files.
10 years ago
ujson_dumps_float.py
tests: Split out json float tests to separate files.
10 years ago
ujson_loads.py
tests: Split out json float tests to separate files.
10 years ago
ujson_loads_float.py
tests: Split out json float tests to separate files.
10 years ago
ure1.py
tests: Add some more tests for complex numbers and ure module.
10 years ago
ure_error.py
tests: Add test for modure when regex has errors.
10 years ago
ure_group.py
extmod/ure: Correctly return None when a group has no match.
10 years ago
ure_namedclass.py
tests: Add tests for ure groups and named char classes.
10 years ago
ure_split.py
tests: Add tests for ure groups and named char classes.
10 years ago
zlibd_decompress.py
tests: Add some more tests to improve code coverage of corner cases.
10 years ago