2105 Commits (49e17c8bb0c55d8efb3f768ba1dfd5b27c466b26)

Author SHA1 Message Date
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
Jim Mussared c75ce37910 tests/run-multitests.py: Add a -p flag to run permutations of instances. 4 years ago
Jim Mussared ccfd535af4 tests/multi_bluetooth: Improve reliability of event waiting. 4 years ago
Jim Mussared 309fb822e6 tests/run-multitests.py: Fix diff order, show changes relative to truth. 4 years ago
Arrowana 922f81dfd1 extmod/machine_mem: Only allow integers in machine.memX subscript. 4 years ago
Damien George d7e1526593 py/binary: Fix sign extension setting wide integer on 32-bit archs. 4 years ago
Damien George bdfb584b29 extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs. 4 years ago
Damien George 1fef5662ab py/mpz: Do sign extension in mpz_as_bytes for negative values. 4 years ago
Damien George ed7ddd4dd4 tests/micropython/extreme_exc.py: Unlink alloc'd lists earlier in chain. 4 years ago
stijn 25c4563f26 examples: Add example code for user C modules, both C and C++. 4 years ago
stijn fad4079778 esp32,unix: Support building C++ code. 4 years ago
Damien George 6f34800884 extmod/modurandom: Support urandom.seed() without an argument. 4 years ago
Damien George 03a1f94ea1 extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode. 4 years ago
Damien George 368c1a0961 tests/thread/stress_schedule.py: Assign globals before running test. 4 years ago
Jim Mussared b137d064e9 py/objtype: Handle __dict__ attribute when type has no locals. 4 years ago
Damien George 817b80a102 unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build. 4 years ago
Damien George d4b61b0017 extmod/utime_mphal: Add generic utime.time_ns() function. 4 years ago
Andrew Leech 319437d4bd extmod/modure: Allow \\ in re.sub replacements. 4 years ago
Damien George 9123b67d64 tests/run-tests: Use -BS flags when running CPython. 4 years ago