7373 Commits (1ea2f7a8ce0353e423253135e417c02dc6466405)
 

Author SHA1 Message Date
Damien George 1ea2f7a8ce py/objdict: Convert mp_uint_t to size_t where appropriate. 8 years ago
Damien George 58d9eeb8d9 py/objlist: Convert mp_uint_t to size_t where appropriate. 8 years ago
Damien George 229823942c py/objtuple: Convert mp_uint_t to size_t where appropriate. 8 years ago
Damien George 891dc5c62c py/persistentcode: Replace mp_uint_t with size_t where appropriate. 8 years ago
Damien George 6ed77bedbd py/mpz: Change type of "base" args from mp_uint_t to unsigned int. 8 years ago
Damien George eb90edb5c0 py/mpz: Remove obsolete declaration of mpz_as_str_size. 8 years ago
Damien George dcdcc43dad py/mpz: Convert mp_uint_t to size_t where appropriate. 8 years ago
Damien George 4e3bac2e42 py/runtime: Convert mp_uint_t to size_t where appropriate. 8 years ago
Paul Sokolovsky a937750ceb extmod/modlwip: Add my copyright. 8 years ago
Paul Sokolovsky f980c70997 tests/basic/: Make various tests skippable. 8 years ago
Paul Sokolovsky b737c9cbc8 tests/gen_yield_from_close: Use range() instead of reversed(). 8 years ago
Paul Sokolovsky eb101a2701 examples/embedding/README: Convert to markdown, grammar and clarity fixes. 8 years ago
Damien George e5cc681cb1 stmhal: Use generic interrupt char code. 8 years ago
Damien George 05a4859585 stmhal: Implement a proper thread scheduler. 8 years ago
Damien George f6c22a0679 py/vm: Add MICROPY_PY_THREAD_GIL_VM_DIVISOR option. 8 years ago
Damien George 234f07f16c py/modthread: Use system-provided mutexs for _thread locks. 8 years ago
Damien George 06a12ada48 tests/thread: Add stress-test for creating many threads. 8 years ago
Damien George 2847d7431d tests/thread: Replace busy waiting loops with a loop that sleeps. 8 years ago
Paul Sokolovsky f2d732f459 tests/extmod: Make tests skippable. 8 years ago
Paul Sokolovsky 7bb146350e tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode. 8 years ago
Paul Sokolovsky 83623b2fde tests/basic/[a-f]*: Make skippable. 8 years ago
Paul Sokolovsky 453f98914e zephyr/main: Don't unconditionally dump stats on each GC. 8 years ago
Paul Sokolovsky d61ce32022 tests/builtin_dir: The most expected thing in sys is exit, test for it. 8 years ago
Paul Sokolovsky 800b163cd8 tests/comprehension1, containment: Split set tests to separate files. 8 years ago
Paul Sokolovsky ce2e0eeb7b tests/run-tests: Allow to skip tests using async/await keywords. 8 years ago
stijn c6fd9ba4f3 tests: Add option to not clear MICROPYPATH when running tests 10 years ago
Paul Sokolovsky ce2703599f zephyr: Add qemu_cortex_m3 config fragment. 8 years ago
Paul Sokolovsky 64916436b2 zephyr: Enable IPv6 networking in addition to IPv4. 8 years ago
Paul Sokolovsky ee3615d800 docs/uos: Remove mention of uos.sep. 8 years ago
Paul Sokolovsky dd00d0134b examples/hwapi/soft_pwm: Use Signal on()/off() methods. 8 years ago
Damien George adc80b8f84 py/objtype: Replace non-ASCII single-quote char with ASCII version. 8 years ago
Damien George 0c821f7def docs/library/machine: Make separate TOC for WiPy vs non-WiPy. 8 years ago
Damien George 3625afa173 extmod/vfs: Allow to stat the root directory. 8 years ago
Dave Hylands 2f76c3ca0a docs/library/pyb.Pin: Minor typo fix, B6 should be A0. 8 years ago
Damien George 39100dc377 esp8266/moduos: Populate release field of uname in case it was GC'd. 8 years ago
Johannes Wågen f92f7dd2bc stmhal/boards: For STM32F411DISC, change I2C pin according to datasheet. 8 years ago
Paul Sokolovsky 16a3534ad4 unix/moduselect: Implement ipoll() method with no-allocation policy. 8 years ago
Paul Sokolovsky aac2db9aaf tools/upip: Update to 1.1.5. Better and more user-friendly error handling. 8 years ago
Damien George e08395a35c tests/misc: Add test for line number printing with large bytecode chunk. 8 years ago
Damien George cc2dbdd1fe py/emitbc: Produce correct line number info for large bytecode chunks. 8 years ago
Damien George 8f1c6d952a extmod/vfs: Raise OSError(EEXIST) on attempt to mkdir a mount point. 8 years ago
Damien George c66c393130 examples/hwapi: Be sure to import Signal when it's used. 8 years ago
Kai Fricke c8febe631a examples/hwapi: Add hwconfig_pyboard.py for pyboard. 8 years ago
dmazzella 18e6569166 py/objtype: Implement __delattr__ and __setattr__. 8 years ago
Damien George ec7dc7f8d7 extmod/vfs: Allow to mount a block device, not just a VFS object. 8 years ago
Paul Sokolovsky 181f7d1450 extmod/machine_signal: Implement Signal .on() and .off() methods. 8 years ago
Damien George 7ae9bee790 stmhal/Makefile: Drop use of -mabi=aapcs-linux; link libgcc by default. 8 years ago
Dave Hylands aa34c553ec py/nlr: Fix execstack builds for ARM. 8 years ago
Damien George af622eb2a6 py/map: Change mp_uint_t to size_t where appropriate. 8 years ago
Damien George a25aa2bcc3 py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal. 8 years ago