1973 Commits (196d26848a76043777e4e3ebb2455f26e6349dfc)

Author SHA1 Message Date
Damien George b6b39bff47 py/gc: Make gc_lock_depth have a count per thread. 4 years ago
Damien George 7b923d6c72 tests/thread: Make stress_aes.py test run on bare-metal ports. 4 years ago
Damien George 9340cfe774 tests/thread: Make stress_create.py test run on esp32. 4 years ago
Damien George 864e4ecc47 esp32/mpthreadport: Use binary semaphore instead of mutex. 4 years ago
Damien George 47583d8cbd extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
Damien George 9e29217c73 unix/modffi: Use a union for passing/returning FFI values. 4 years ago
Artyom Skrobov ca35c0059c py/repl: Autocomplete builtin modules. 4 years ago
Kathryn Lingel 1f1a54d0b1 py/repl: Filter private methods from tab completion. 6 years ago
Damien George 1d9528210b tests/multi_bluetooth: Add performance test for gatt char writes. 4 years ago
Damien George 76dab3bf31 tests/run-multitests.py: Provide some convenient serial device shorcuts. 4 years ago
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Damien George 3c4bfd1dec py/objexcept: Support errno attribute on OSError exceptions. 4 years ago
Damien George 7d911d2069 tests/net_inet: Add 'Strict-Transport-Security' to exp file. 4 years ago
Damien George 8459f538eb tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
stijn a66286f3a0 unix: Improve command line argument processing. 4 years ago
Jeff Epler 172fb5230a extmod/re1.5: Check and report byte overflow errors in _compilecode. 4 years ago
Damien George cb68a5741a tests/run-tests.py: Provide more info if script run via pyboard crashes. 4 years ago
Damien George a79d97cb76 tests/extmod/vfs_fat_fileio2.py: Close test file at end of test. 4 years ago
Damien George e98ff3f08e tests/multi_bluetooth: Skip tests when BLE features are unsupported. 4 years ago
Damien George 2a38d71036 tests/run-tests.py: Reformat with Black. 4 years ago
Damien George 6129b8e401 tests: Rename run-tests to run-tests.py for consistency. 4 years ago
Jim Mussared 1342debb9b tests/multi_bluetooth: Add basic performance tests. 4 years ago
Thorsten von Eicken c10d431819 esp32: Add basic support for Non-Volatile-Storage in esp32 module. 4 years ago
Thorsten von Eicken 2c1299b007 extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 5 years ago
Jim Mussared 83d23059ef tests/extmod: Add test for ThreadSafeFlag. 4 years ago
Thorsten von Eicken 902da05a18 esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h. 4 years ago
Jim Mussared 7ed99544e4 extmod/uasyncio: Add asyncio.current_task(). 4 years ago
Damien George df85e48813 tests/extmod/vfs_posix.py: Add more tests for VfsPosix class. 4 years ago
Damien George 26b4ef4c46 extmod/vfs_posix_file: Allow closing an already closed file. 4 years ago
Damien George 0a59938574 py/mpz: Fix overflow of borrow in mpn_div. 4 years ago
stijn 0397448501 tests/run-tests: Change default Python command used on Windows. 4 years ago
Damien George 35a6f6231e tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement. 4 years ago
Damien George 7a97e4351b tests: Move native for test from pybnative to micropython. 4 years ago
Damien George 925bd67cfb py/objfun: Support fun.__globals__ attribute. 4 years ago
Damien George 71ea438561 extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 4 years ago
Oliver Joos 419134bea4 tests/extmod: Add test for the precision of utime functions. 4 years ago
stijn 069557edef tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding. 4 years ago
stijn 108183fcc0 tests/misc/sys_settrace: Make test output independent of invoked path. 4 years ago
Oliver Joos dc1fd4df73 tests/extmod: Add test to try and mount a block device directly. 4 years ago
Damien George e0bb7a53c3 tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces. 4 years ago
Joris Peeraer 5020b14d54 py/mpprint: Fix length calculation for strings with precision-modifier. 4 years ago
Damien George c8b0557178 tests/multi_bluetooth: Add multitests for BLE pairing and bonding. 4 years ago
Damien George b505971069 extmod/uasyncio: Fix cancellation handling of wait_for. 4 years ago
Damien George 309dfe39e0 extmod/uasyncio: Add Task.done() method. 4 years ago
Damien George ca40eb0fda extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop. 4 years ago
Damien George 02b44a0154 tests/run-tests: Update skipped tests on CI for GitHub Actions. 4 years ago
Damien George 6a3d70db96 tests/extmod: Add vfs_posix.py test for uos.VfsPosix class. 4 years ago
Jim Mussared 23fad2526d tests/multi_bluetooth: Add L2CAP channels multi-test. 4 years ago
Jim Mussared efc0800132 tests/multi_bluetooth: Add a test for WB55 concurrent flash access. 4 years ago
Jim Mussared 7e75245d54 tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 4 years ago