.. |
btree1.py
|
tests/btree1: Fix out of memory error running on esp8266.
|
8 years ago |
btree1.py.exp
|
tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op.
|
8 years ago |
framebuf1.py
|
extmod/modframebuf: Add back legacy FrameBuffer1 "class".
|
8 years ago |
framebuf1.py.exp
|
tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.
|
8 years ago |
framebuf16.py
|
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
|
8 years ago |
framebuf16.py.exp
|
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
|
8 years ago |
machine1.py
|
tests/machine1: Revamp to work with unix port (which has "umachine").
|
8 years ago |
machine1.py.exp
|
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
|
9 years ago |
machine_pinbase.py
|
tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.
|
8 years ago |
machine_pinbase.py.exp
|
tests: Add a testcase for machine.PinBase class.
|
9 years ago |
machine_pulse.py
|
tests/extmod: Add test for machine.time_pulse_us().
|
8 years ago |
machine_pulse.py.exp
|
tests/extmod: Add test for machine.time_pulse_us().
|
8 years ago |
ticks_diff.py
|
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
|
8 years ago |
ticks_diff.py.exp
|
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
|
8 years ago |
time_ms_us.py
|
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().
|
9 years ago |
time_ms_us.py.exp
|
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().
|
9 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_crc32.py
|
extmod/modubinascii: Make crc32() support configurable.
|
8 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_array_assign_le.py
|
tests/uctypes: Test item assignment for scalar arrays.
|
9 years ago |
uctypes_array_assign_le.py.exp
|
tests/uctypes: Test item assignment for scalar arrays.
|
9 years ago |
uctypes_array_assign_native_le.py
|
tests/uctypes: Test item assignment for scalar arrays.
|
9 years ago |
uctypes_array_assign_native_le.py.exp
|
tests/uctypes: Test item assignment for scalar arrays.
|
9 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_le_float.py
|
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
|
9 years ago |
uctypes_le_float.py.exp
|
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
|
9 years ago |
uctypes_native_float.py
|
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
|
9 years ago |
uctypes_native_float.py.exp
|
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
|
9 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
|
extmod: Fix uctypes size calculation for bitfields
|
9 years ago |
uctypes_sizeof.py.exp
|
extmod: Fix uctypes size calculation for bitfields
|
9 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 |
uhashlib_sha1.py
|
tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm.
|
8 years ago |
uhashlib_sha256.py
|
tests/extmod/uhashlib_sha256: Rename sha256.py test.
|
8 years ago |
uheapq1.py
|
extmod: Add uheapq module.
|
10 years ago |
uheapq_timeq.py
|
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
|
8 years ago |
uheapq_timeq.py.exp
|
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
|
8 years ago |
ujson_dumps.py
|
tests: Split out json float tests to separate files.
|
10 years ago |
ujson_dumps_extra.py
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
ujson_dumps_extra.py.exp
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
ujson_dumps_float.py
|
tests: Split out json float tests to separate files.
|
10 years ago |
ujson_load.py
|
tests/extmod: Add test for ujson.load().
|
8 years ago |
ujson_loads.py
|
tests/extmod: Improve ujson coverage.
|
8 years ago |
ujson_loads_float.py
|
tests: Split out json float tests to separate files.
|
10 years ago |
urandom_basic.py
|
tests/extmod/urandom: Add urandom tests for error cases.
|
8 years ago |
urandom_extra.py
|
tests/extmod/urandom: Add urandom tests for error cases.
|
8 years ago |
ure1.py
|
extmod/modure: Make sure that errors in regexps are caught early.
|
9 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/extmod: Move split-on-empty-match tests to a separate test file.
|
9 years ago |
ure_split_empty.py
|
tests/extmod: Move split-on-empty-match tests to a separate test file.
|
9 years ago |
ure_split_empty.py.exp
|
tests/extmod: Move split-on-empty-match tests to a separate test file.
|
9 years ago |
uzlib_decompio.py
|
tests/extmod/uzlib_decompio: Add zlib bitstream testcases.
|
8 years ago |
uzlib_decompio.py.exp
|
tests/extmod/uzlib_decompio: Add zlib bitstream testcases.
|
8 years ago |
uzlib_decompio_gz.py
|
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
|
8 years ago |
uzlib_decompio_gz.py.exp
|
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
|
8 years ago |
uzlib_decompress.py
|
tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage.
|
8 years ago |
vfs_fat_fileio.py
|
tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type.
|
8 years ago |
vfs_fat_fileio.py.exp
|
tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type.
|
8 years ago |
vfs_fat_fsusermount.py
|
tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.
|
8 years ago |
vfs_fat_fsusermount.py.exp
|
tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.
|
8 years ago |
vfs_fat_oldproto.py
|
tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
|
8 years ago |
vfs_fat_oldproto.py.exp
|
tests/extmod/vfs_fat_oldproto: Test old block device protocol.
|
8 years ago |
vfs_fat_ramdisk.py
|
tests/extmod/vfs_fat: Improve VFS test coverage.
|
8 years ago |
vfs_fat_ramdisk.py.exp
|
tests/extmod/vfs_fat: Improve VFS test coverage.
|
8 years ago |