8684 Commits (23f9f9495f0b64e70470b17ba38cf1f2148724bd)
 

Author SHA1 Message Date
Paul Sokolovsky c0877cbb0d py/objint_longlong: Check for zero division/modulo. 7 years ago
Paul Sokolovsky e9d29c9ba9 lib/tinytest: Move from tools/tinytest. 7 years ago
Paul Sokolovsky 24c641c4e3 qemu-arm/test_main: Clean up invocation of tinytest_main(). 7 years ago
Paul Sokolovsky 55d33d5897 zephyr/main: Move var declarations to the top of file. 7 years ago
Damien George 53e111800f py/asmbase: Revert removal of clearing of label offsets for native emit. 7 years ago
Damien George f935bce3c5 py/{emitbc,asmbase}: Only clear emit labels to -1 when in debug mode. 7 years ago
Paul Sokolovsky 9ef4be8b41 py/gc: Add CLEAR_ON_SWEEP option to debug mis-traced objects. 7 years ago
Paul Sokolovsky 9ebc037eee py/malloc: Allow to use debug logging if !MICROPY_MALLOC_USES_ALLOCATED_SIZE. 7 years ago
Paul Sokolovsky 88a8043a27 py/malloc: MICROPY_MEM_STATS requires MICROPY_MALLOC_USES_ALLOCATED_SIZE. 7 years ago
Paul Sokolovsky f5e097021c py/mpprint: Fix "%x" vs "%X" regression introduced in previous commit. 7 years ago
Paul Sokolovsky 5a10e63543 py/mpprint: Support "%lx" format on 64-bit systems. 7 years ago
Paul Sokolovsky 5f8ad284f8 py/mpprint: Make "%p" format work properly on 64-bit systems. 7 years ago
Paul Sokolovsky ada1dc1c03 zephyr/CMakeLists.txt: Properly separate CFLAGS parts gotten from CMake. 7 years ago
Paul Sokolovsky ccec4ee7ad zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes. 7 years ago
Paul Sokolovsky ca8034d6b8 docs/glossary: Clarify wording for "baremetal". 7 years ago
Damien George 58f00d7c0e py/modbuiltins: Use standard arg-parsing helper func for builtin print. 7 years ago
Paul Sokolovsky e104e24e53 tests/run-tests: Wrap long lists to facilitate adding more items. 7 years ago
Paul Sokolovsky 62b96147e6 py: mp_call_function_*_protected(): Pass-thru return value if possible. 7 years ago
Paul Sokolovsky 3ff7040c8a docs/library: Add xrefs to "stream" dictionary entry for many modules. 7 years ago
Paul Sokolovsky 75d3c046da py/misc.h: Add m_new_obj_var_with_finaliser(). 7 years ago
Paul Sokolovsky 155ec21e49 docs/glossary: Describe string interning. 7 years ago
Paul Sokolovsky 3a431fba50 esp8266/modnetwork: Make sure to intern string passed to .config("param"). 7 years ago
Paul Sokolovsky 8175f1608e docs/glossary: Describe "stream" term. 7 years ago
Paul Sokolovsky 140acc9a32 docs/uerrno: Fix xref-vs-code markup. 7 years ago
Paul Sokolovsky 3c483842db tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code). 7 years ago
Paul Sokolovsky 4fee35a32c docs/glossary: Describe the callee-owned tuple concept. 7 years ago
Paul Sokolovsky bb047558da zephyr/Makefile: syscall_macros.h generation was moved from CMake to make. 7 years ago
Damien George 6515acca70 stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 7 years ago
Damien George 8f20231909 stm32/boards/stm32f767_af.csv: Update AF table based on datasheet. 7 years ago
Paul Sokolovsky cb9da2279b docs/uselect: ipoll: Fix grammar/wording of one-shot flag description. 7 years ago
Paul Carver 7d25a19220 docs/library/utime: Fix incorrect example with ticks_diff args order. 7 years ago
Damien George 64f11470be py/objgenerator: Remove unreachable code for STOP_ITERATION case. 7 years ago
Damien George 4e056d82cc esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL. 7 years ago
Damien George 74fad3536b py/gc: In gc_realloc, convert pointer sanity checks to assertions. 7 years ago
Damien George 8e323b8fa8 py/qstr: Rewrite find_qstr to make manifest that it returns a valid ptr. 7 years ago
Damien George 3990a52c0f py: Annotate func defs with NORETURN when their corresp decls have it. 7 years ago
Paul Sokolovsky b369c1bb96 zephyr/Makefile: Make prj_$(BOARD).conf optional, again. 7 years ago
Paul Sokolovsky a036554a77 zephyr/Makefile: Convert to new CMake-based Zephyr build system. 7 years ago
Paul Sokolovsky 25b7c7d7c6 zephyr/prj_base.conf: Force zephyr.bin build output. 7 years ago
Paul Sokolovsky a289b24e25 tests/run-tests: "minimal": Skip recently added float/float_parse.py. 7 years ago
Paul Sokolovsky 53e06e05c9 zephyr/Makefile: clean: Remove generated prj_*_merged.conf. 7 years ago
Damien George 63f47104fe tests/cpydiff: Add difference-test for second arg of builtin next(). 7 years ago
Damien George 7cf446f3da tools/gen-cpydiff.py: Update executable paths to point to new ports dir. 7 years ago
Damien George 2161d6b603 py/objdict: Reuse dict-view key iterator for standard dict iterator. 7 years ago
Damien George c3bc8d7b2b tests/basics/builtin_locals: Add test for using locals() in class body. 7 years ago
Damien George 84895f1a21 py/parsenum: Improve parsing of floating point numbers. 7 years ago
Paul Sokolovsky f59c6b48ae docs/uselect: Describe POLLHUP/POLLERR semantics in more details. 7 years ago
Paul Sokolovsky 50cffcfe2c docs/uctypes: Tweak descriptor reference to hopefully be easier to follow. 7 years ago
Paul Sokolovsky c23cc4cc81 docs/uctypes: Typo/article fixes. 7 years ago
Damien George 48f6990fbc extmod/modlwip: Commit TCP out data to lower layers if buffer gets full. 7 years ago