7500 Commits (38f063ea72632e395ea59b644552bb98c962393f)
 

Author SHA1 Message Date
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
Krzysztof Blazewicz 1215dc47e2 py/runtime.c: Remove optimization of '*a,=b', it caused a bug. 8 years ago
Paul Sokolovsky 88ffe0d5cc tests/string_format_modulo2: Split off intbig test. 8 years ago
Paul Sokolovsky 320099aab9 tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix). 8 years ago
Paul Sokolovsky 4b03941f5e tests/float2int*: Suffix with _intbig, don't run on any other int type. 8 years ago
Paul Sokolovsky 121fb88988 float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE. 8 years ago
Paul Sokolovsky 325c4473a5 tests/float/complex1: Split out intbig test. 8 years ago
Paul Sokolovsky 96aa3a3102 py/modsys: Use MP_SMALL_INT_MAX for sys.maxsize in case of LONGINT_IMPL_NONE. 8 years ago
Damien George 914648ce0e py/py.mk: Force nlr files to be compiled with -Os. 8 years ago
Damien George f0dddb688d py/nlrx86: Convert from assembler to C file with inline asm. 8 years ago
Damien George 321848470c py/nlrx64: Convert from assembler to C file with inline asm. 8 years ago
Damien George a85755aa22 py/nlrxtensa: Convert from assembler to C file with inline asm. 8 years ago
Damien George be3d7f91e5 py/nlr.h: Mark nlr_jump_fail as NORETURN. 8 years ago
Damien George 05fe66f68a py: Move locals/globals dicts to the thread-specific state. 8 years ago
Paul Sokolovsky fe866d996f unix/moduselect: Properly implement ipoll object iteration. 8 years ago
Paul Sokolovsky 3ab6aa3a6d tests/basic: Split tests into working with small ints and not working. 8 years ago
Paul Sokolovsky 89e570a5b4 tests/run-tests: Check for big int availability and skip related tests. 8 years ago
Damien George 5e83a75c78 unix: Remove remaining, obsolete traces of GNU readline support. 8 years ago
Damien George 3d91c12d33 tests/basics: Add further tests for OrderedDict. 8 years ago
Damien George 9275c18270 py/map: Fix bugs with deletion of elements from OrderedDict. 8 years ago
stijn 845a80a6c8 msvc: Add machine/pin-related sources to build 8 years ago
Damien George e4be56a0ea qemu-arm: Enable machine module and associated tests. 8 years ago
Damien George 4f3c1b3fc1 stmhal/modnwcc3k: Add include for mp_hal_delay_ms. 8 years ago
Damien George ecc635d551 tests/extmod: Add test for machine.Signal class. 8 years ago
Damien George f1ea3bc72b unix/modmachine: Add Signal class to machine module. 8 years ago
Damien George 78185e6a6c stmhal/modpyb: Use utime ticks ms/us functions instead of custom ones. 8 years ago
Damien George 89738e8240 stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones. 8 years ago
Damien George 6ab5512132 stmhal: Use mp_hal_delay_ms instead of HAL_Delay. 8 years ago
Peter Hinch 1f549a3496 docs/library/lcd160cr: Add note about supported JPEG format/encodings. 8 years ago
Paul Sokolovsky ed81574fe9 docs/machine: Fix formatting of Constants section. 8 years ago
Damien George 528aeb3bf3 drivers/display/lcd160cr: Add check that JPEG size is less than 65536. 8 years ago
Damien George f4a12dca58 py/objarray: Disallow slice-assignment to read-only memoryview. 8 years ago
Krzysztof Blazewicz 23ccb3e12e tools/gen-cpydiff.py: configurable CPython and micropython executables 8 years ago
Krzysztof Blazewicz ae116c2430 docs/Makefile: define and use PYTHON as the interpreter for CPYDIFF 8 years ago
Damien George ad81a2e6cf minimal: Add ability and description to build without the compiler. 8 years ago