352 Commits (bdaea866b712c85d3bffaaae147c9b3470a4f896)

Author SHA1 Message Date
robert-hh c41b421d48 tests/extmod/machine_uart_tx.py: Add a test for timing of UART.flush(). 10 months ago
Damien George ee226a8b43 all: Fix "reuse" and "overridden" spelling mistakes. 10 months ago
Jim Mussared 74fd7b3d32 tools/ci.sh: Set `ulimit -n` for unix CI. 1 year ago
Jim Mussared 8b24aa36ba extmod/modselect: Handle growing the pollfds allocation correctly. 1 year ago
Carlosgg f3f215e9bd extmod/modssl_mbedtls: Add SSLContext certificate methods. 1 year ago
Damien George c554df57f6 tests/extmod/deflate_compress.py: Add a test for optimal compression. 11 months ago
Andrew Leech 4cf741062b extmod/vfs_reader: Add file ioctl to set read buffer size. 1 year ago
Jim Mussared 78f4f30cb1 tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency. 1 year ago
Christian Walther 7be16e0540 extmod/vfs_posix: Additional tests for coverage of error cases. 1 year ago
Christian Walther be28829ae8 extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year ago
Christian Walther 0c4fb16871 extmod/vfs_posix: Fix relative paths on non-root VFS. 1 year ago
Christian Walther 5f7065f57a extmod/vfs_posix: Fix accidentally passing tests. 1 year ago
Christian Walther e3ba6f952b extmod/vfs_posix: Fix relative root path. 1 year ago
Jim Mussared 8eb7721b4a extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
Jim Mussared 03a9fa227d extmod/modframebuf: Fix FrameBuffer get-buffer implementation. 1 year ago
Jim Mussared d040478d8a extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
Damien George 05cb1406ad extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
Jim Mussared fae83a6b4d tests/extmod/asyncio_threadsafeflag.py: Update for unix select. 1 year ago
Damien George 62c3033ba6 tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected. 1 year ago
Damien George a7e2a6d9f2 tests/extmod/ssl_cadata.py: Skip test on axtls. 1 year ago
Damien George a33766880e tests/extmod/deflate_decompress.py: Skip test when not enough memory. 1 year ago
Damien George 397697aa83 py/persistentcode: Always close reader even if an exception is raised. 1 year ago
Damien George 5e122b11ea py/parse: Always free lexer even if an exception is raised. 1 year ago
Damien George 88518009ce tests/extmod/select_poll_eintr.py: Improve robustness of test. 1 year ago
Damien George f6af48416d extmod/modselect: Properly track number of poll objects that are fd's. 1 year ago
Damien George d529c20674 extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state. 1 year ago
Damien George 20d3a6b196 extmod/modssl_mbedtls: Reject ioctls that are not supported. 1 year ago
Damien George 218242d1de tests/extmod: Skip select/socket tests if they can't create UDP socket. 1 year ago
Damien George 6b78a1bf00 tests/extmod: Add coverage tests for select module. 1 year ago
Jim Mussared 8b315ef0d8 tests/extmod: Add deflate.DeflateIO tests. 1 year ago
Jim Mussared add1200343 all: Remove the zlib module. 1 year ago
Damien George 9900eaa269 tests/extmod: Add test for passing cadata into ssl.wrap_socket(). 1 year ago
Damien George b50da3dbd7 tests/extmod: Add tests for ssl.SSLContext. 1 year ago
Damien George e8a4c1dd53 extmod/modssl: Add SSLContext class. 1 year ago
Duncan Lowther 41c91422f0
tests/extmod/framebuf: Fix buffer size issues. 1 year ago
Duncan Lowther bc2ed8c55a
tests/extmod/uctypes_array_assign_le: Fix buffer. 1 year ago
Jim Mussared ca79b49619 extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 1 year ago
Jim Mussared 6027c41c8f tests: Rename uasyncio to asyncio. 1 year ago
Jim Mussared a1fbb1980c extmod/modtimeq: Remove timeq module. 1 year ago
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Damien George a4672149b6 tests/extmod/vfs_fat_ilistdir_del.py: Use 512-byte erase block size. 2 years ago
Jeremy Rand d677023b3d extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'. 2 years ago
Damien George d99ebb310c tests/extmod: Skip vfs tests if target doesn't have enough memory. 2 years ago
Damien George b1123a54c1 tests/extmod: Get DecompIO test running on low-memory targets. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Damien George fc745d85fe tests/extmod/ure_namedclass: Add tests for named classes in class sets. 2 years ago
Damien Tournoud ed58d6e4ce extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL). 2 years ago
TPReal 002f54ab4e tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling. 2 years ago
Damien George 965a87b53c tests/extmod: Add test for sleep_ms value that overflows ticks. 2 years ago