208 Commits (11b4524b39482736b84de585cf683ff5c7ba4e9b)

Author SHA1 Message Date
Damien George 46b35356e1 extmod/modframebuf: Add 8-bit greyscale format (GS8). 7 years ago
Petr Viktorin 34247465c3 extmod/modframebuf: Add 2-bit color format (GS2_HMSB). 7 years ago
Damien George 3c28df1658 tests/extmod: Add test which subclasses framebuf.FrameBuffer. 7 years ago
Damien George 98dd126e98 tests/extmod: Add test for '-' in character class in regex. 7 years ago
Paul Sokolovsky 8e0b9f495b tests/extmod: Add test for ure regexes leading to infinite recursion. 7 years ago
Alex Robbins c89254fd0f extmod/modubinascii: Rewrite mod_binascii_a2b_base64. 7 years ago
Paul Sokolovsky 4368ae3142 extmod/modussl_axtls: Allow to close ssl stream multiple times. 7 years ago
Damien George b86c65d31c extmod/modubinascii: Add check for empty buffer passed to hexlify. 7 years ago
Paul Sokolovsky 58b7b01cb5 extmod/modure: If input string is bytes, return bytes results too. 7 years ago
Damien George f55dcddbc7 tests/extmod/vfs_basic: Allow test to pass on embedded targets. 8 years ago
Paul Sokolovsky 85d809d1f4 tests: Convert remaining "sys.exit()" to "raise SystemExit". 8 years ago
Damien George f6ef8e3f17 extmod/vfs: Allow to statvfs the root directory. 8 years ago
Paul Sokolovsky 054a381d7c tests/extmod/vfs_fat_more: Make skippable is uos is not available. 8 years ago
Damien George cda09727b4 tests/extmod/vfs_fat: Add test for ilistdir of a non-existent directory. 8 years ago
Damien George 852c215d76 tests/extmod/vfs: Update tests to reflect new ilistdir() method. 8 years ago
Damien George 9bd67d9fbc tests/extmod: Make some vfs tests fully unmount FSs before running. 8 years ago
Damien George 1b3e372418 tests/extmod: Add some more VFS tests. 8 years ago
Damien George 6c8b57a902 tests/extmod: Add more tests for VFS FAT. 8 years ago
Paul Sokolovsky 9e8f316392 extmod/moductypes: Fix bigint handling for 32-bit ports. 8 years ago
Damien George 61616e84ce extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter. 8 years ago
Damien George 967cad7434 tests/extmod/utimeq1: Improve coverage of utimeq module. 8 years ago
Peter Hinch 468c6f9da1 extmod/modframebuf: Make monochrome bitmap formats start with MONO_. 8 years ago
Paul Sokolovsky 499ea8b253 tests/extmod/vfs_fat_fileio*: Improve skippability. 8 years ago
Paul Sokolovsky b9e9cfcfc1 tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. 8 years ago
Peter Hinch 231cfc84a7 extmod/modframebuf: Add support for monochrome horizontal format. 8 years ago
Rami Ali 8a57cacd78 tests/extmod: Improve tinfgzip.c test coverage. 8 years ago
Damien George a49a96bb5d tests/extmod/vfs_basic: Unmount all existing devices before doing test. 8 years ago
Rami Ali 4e86ca398f tests/extmod: Improve re1.5/recursiveloop.c test coverage. 8 years ago
Damien George 773b0bac41 tests/extmod/vfs_basic: Add more tests for basic VFS functionality. 8 years ago
Damien George 8891b2e700 tests/extmod: Add a test for core VFS functionality, sans any filesystem. 8 years ago
Damien George f07a56fa3b tests/extmod: Rename websocket test to websocket_basic. 8 years ago
Alex March ce0b5e078b tests/extmod: Add websocket tests. 8 years ago
Damien George 38f063ea72 tests/extmod: Add very basic feature test for ussl module. 8 years ago
Paul Sokolovsky bdd48e67ee tests/uctypes_array_assign_native_le: Split off intbig part. 8 years ago
Damien George ecc635d551 tests/extmod: Add test for machine.Signal class. 8 years ago
Paul Sokolovsky f2d732f459 tests/extmod: Make tests skippable. 8 years ago
Paul Sokolovsky d5e9ab6e61 extmod/machine_pulse: Make time_pulse_us() not throw exceptions. 8 years ago
Damien George a0c729681f tests/extmod/vfs_fat_ramdisk: Make it work on pyboard. 8 years ago
Damien George b9bfaa349a tests/extmod/vfs_fat: Update tests to work with new VFS sub-system. 8 years ago
Damien George 94d87fbb30 test/extmod: Update vfs_fat tests for new OO FatFs library. 8 years ago
Damien George 221f88d1f3 tests/extmod: Add test for ure debug printing when compiling a regex. 8 years ago
Damien George bf51200bc1 tests/extmod/framebuf1: Fix test for framebuf invalid constructor. 8 years ago
Oleg Korsak 406fb3cb60 tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format. 8 years ago
Oleg Korsak fd99690f18 extmod/modframebuf: Add GS4_HMSB format. 8 years ago
Damien George 4c4f586e2c tests/extmod/framebuf1: Add test for no-op fill_rect. 8 years ago
Rami Ali 5e80c53c11 tests/extmod: Improve test coverage of ure module. 8 years ago
Rami Ali c15ebf7c8c tests/extmod: Improve ubinascii.c test coverage. 8 years ago
Paul Sokolovsky 492c612f9d tests/utimeq_stable: Test for partial stability of utimeq queuing. 8 years ago
Paul Sokolovsky ffe807f349 extmod/moduheapq: Revert change for adhoc relative-time queue support. 8 years ago
Paul Sokolovsky 5d9025a76e tests/extmod: Add test for utimeq module. 8 years ago