7734 Commits (fc710169b7fd8738b285c141f1850b262b26c622)
 

Author SHA1 Message Date
Damien George 41b1df6046 lib/memzip: Make lexer constructor raise exception when file not found. 8 years ago
Damien George 21420b13c0 examples/embedding: Place lexer constructor within NLR handler block. 8 years ago
Damien George 52f8f5666a esp8266: Update lexer constructors so they can raise exceptions. 8 years ago
Damien George 180045bce9 zephyr/main: Move lexer constructor to within NLR handler block. 8 years ago
Damien George 25b6b62562 qemu-arm: Move lexer constructors to within NLR handler block. 8 years ago
Damien George bcd5adc65e minimal/main: Move lexer constructor to within NLR handler block. 8 years ago
Damien George c72a5f8c79 bare-arm/main: Move lexer constructor to within NLR handler block. 8 years ago
Damien George 33a77ea25f unix/main: Refactor to put lexer constructors all in one place. 8 years ago
Damien George 56b238393b lib/utils/pyexec: Refactor to put lexer constructors all in one place. 8 years ago
Damien George 1831034be1 py: Allow lexer to raise exceptions during construction. 8 years ago
Damien George 9773506ab1 pic16bit/main: Make nlr_jump_fail never return. 8 years ago
Paul Sokolovsky 9c9674a325 zephyr/main: Remove unused __fatal_error(). 8 years ago
Damien George 8891b2e700 tests/extmod: Add a test for core VFS functionality, sans any filesystem. 8 years ago
Damien George 0a3ac07ec7 extmod/vfs: Rewrite path lookup algo to support relative paths from root. 8 years ago
Damien George a7a2344c9d qemu-arm: Add basic uos module with generic VFS capabilities. 8 years ago
Damien George 643876fb77 extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled. 8 years ago
Paul Sokolovsky f5aac7d33f zephyr/main: nlr_jump_fail: Fix noreturn warning. 8 years ago
Paul Sokolovsky 40e541063f zephyr: Move "minimal" configuration building to a separate wrapper script. 8 years ago
Paul Sokolovsky 736a8a8ac7 zephyr: Make sure that generated prj.conf is updated only on content changes. 8 years ago
Paul Sokolovsky 3e321f1724 tests/misc/: Make few tests skippable. 8 years ago
Damien George 12d0731b91 extmod/vfs_fat: Remove obsolete and unused str/len members. 8 years ago
Damien George 70201f4038 cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs. 8 years ago
Damien George 8236d18338 stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs. 8 years ago
Damien George f07a56fa3b tests/extmod: Rename websocket test to websocket_basic. 8 years ago
Damien George 4351d16e62 stmhal/mphalport: Get ticks_cpu() working on F7 MCUs. 8 years ago
Paul Sokolovsky c9705cff68 tests/basics/fun_error: Split out skippable test. 8 years ago
Paul Sokolovsky 854bb322bf tests/feature_check/int_big: Rework "big int" detection. 8 years ago
Paul Sokolovsky 776883cb80 py/objint_longlong: Implement mp_obj_int_from_bytes_impl(). 8 years ago
Paul Sokolovsky bc5bffbf65 tests/micropython/opt_level: Clarify the expected output for opt_level == 3. 8 years ago
Paul Sokolovsky 53018d5ad2 tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor. 8 years ago
Paul Sokolovsky 1a71d30fb8 tests/micropython: Make uio-using tests skippable. 8 years ago
Paul Sokolovsky e8d4527996 zephyr/modzephyr: Fix typo in identifier. 8 years ago
Paul Sokolovsky ce63a95a85 tests/dict_fromkeys: Split out skippable part. 8 years ago
Alex March ce0b5e078b tests/extmod: Add websocket tests. 8 years ago
Damien George 38f063ea72 tests/extmod: Add very basic feature test for ussl module. 8 years ago
Paul Sokolovsky a0cbc108ba tests/float: Make various tests skippable. 8 years ago
Paul Sokolovsky 983144404b tests/basic: Make various tests skippable. 8 years ago
Damien George 52b6764894 py/nlrx64: Fixes to support Mac OS. 8 years ago
Paul Sokolovsky a64a0276b3 zephyr/modzephyr: Add a module for Zephyr-specific things. 8 years ago
Paul Sokolovsky ddb56a0a84 README: Explicitly mention "await" support, and formatting for keywords. 8 years ago
Paul Sokolovsky fd49ff9917 py/nlrx86: Add workaround for Zephyr. 8 years ago
Paul Sokolovsky 830ce74f32 extmod/modutimeq: Make scheduling fair (round-robin). 8 years ago
Paul Sokolovsky bdd48e67ee tests/uctypes_array_assign_native_le: Split off intbig part. 8 years ago
James Ouyang e73a0b944f docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support. 8 years ago
Rami Ali 2646b9e022 docs/library/lcd160cr: Add link to framebuf page. 8 years ago
Rami Ali f9d18d96b7 docs/library: Add framebuf documentation. 8 years ago
Paul Sokolovsky c98d7461a1 tests/micropython/: Split off intbig tests. 8 years ago
Krzysztof Blazewicz 1bd17de4b7 tests/basics/unpack1.py: Test if *a, = b copies b when b is a list. 8 years ago
Krzysztof Blazewicz 38c3778b27 tests/basics/string_join.py: Add test case where argument is not iterable. 8 years ago
Krzysztof Blazewicz 7e480e8a30 py: Use mp_obj_get_array where sequence may be a tuple or a list. 8 years ago