5147 Commits (3846fd56c150646099d530196fd6ab9a54536a24)
 

Author SHA1 Message Date
Paul Sokolovsky d874702fe1 unix/modos: Implement ilistdir(). 9 years ago
Paul Sokolovsky 1a1cceaf6f py/objpolyiter: Implement instance-polymorphic iterator type. 9 years ago
Paul Sokolovsky 8fb255dc34 unix/modtime: Add strftime() function (only single argument is supported). 9 years ago
Paul Sokolovsky 2d11b17419 unix/moduselect: Make configurable with MICROPY_PY_USELECT. 9 years ago
Dave Hylands f925165942 unix: Move modmachine into unix directory 9 years ago
Paul Sokolovsky f2ed736b29 lib/utils/printf: Add vsnprintf alias for Clang. 9 years ago
Damien George 36ccdc952c stmhal: Make uart init use struct instead of array for parsing args. 9 years ago
Michael Buesch 17298af61e py/modmath: Add domain error checking to sqrt, log, log2, log10. 9 years ago
Damien George f7c4f9a640 stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx. 9 years ago
Damien George 29e9db0c58 py: Fix compiler to handle lambdas used as default arguments. 9 years ago
Paul Sokolovsky bb7f5b5501 tools: Upgrade upip to 0.6.3. 9 years ago
Paul Sokolovsky a6eff059b9 unix: Rename "_os" module to "uos" for consistency with baremetal ports. 9 years ago
stijn 967ceba5b7 msvc: Use different output directories depending on build type 9 years ago
Paul Sokolovsky c1481bb0ab unix/moduselect: Implement "one-shot" flag for poll.poll(). 9 years ago
Sven Wegener 4651c4381e stmhal: add order-only dependency on build directory 9 years ago
Damien George de2a2e296b tests: Add test for "not" of a user defined class. 9 years ago
Damien George bdbe8c9ae2 py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics. 9 years ago
Henrik Sölver e242b1785f py/emitinlinethumb: Add support for MRS instruction. 9 years ago
Paul Sokolovsky 1f0aaece3a lib/utils/printf: Apply workaround for static linking with uclibc. 9 years ago
Paul Sokolovsky 645045a799 py/mkrules.mk: Don't pass COPT to linker. 9 years ago
Paul Sokolovsky d288ae8eb9 unix/modtermios: DJGPP appears to have unicode-capable cc_t type. 9 years ago
Paul Sokolovsky ce936edf62 unix/modtermios: Provide B57600 and B115200 constants only if defined. 9 years ago
Paul Sokolovsky d4a874b81e extmod/moductypes: sizeof operation depends on layout type of structure. 9 years ago
Dave Hylands 5a4a2b1db3 extmod: Add test which demonstrates LITTLE_ENDIAN packing failure 9 years ago
Damien George e84325bd1d py: Add mp_get_stream_raise to factor out check for stream methods. 9 years ago
Damien George f54a96d6a2 stmhal/timer: Use mp_float_t instead of float. 9 years ago
Damien George 3ff259a262 py: Fix calling of parent classmethod from instance of subclass. 9 years ago
neilh10 1be0fde45c stmhal: Enable two USB phys to be supported together. 9 years ago
Damien George 0891cf7d2d tests: Disable for_range.py test for native emitter (it requires yield). 9 years ago
Damien George 33ac0fd09f py: Don't try to optimise for+range when args are not simple expressions. 9 years ago
Damien George bbe2e22fcb tools: Fix pyboard.py to work under Python 3. 9 years ago
Peter Hinch f4fcc14cfb tools: Add option to pyboard.py to wait for serial device to be ready. 9 years ago
Paul Sokolovsky 946f870e3c py/misc.h: Include stdint.h only once (unconditionally at the top). 9 years ago
Paul Sokolovsky 3a309d93b1 unix/main: mp_verbose_flag available only if MICROPY_DEBUG_PRINTERS is true. 9 years ago
Paul Sokolovsky 9f001b09a8 py/misc.h: Include stdint.h, as large share of code now depends on it. 9 years ago
Paul Sokolovsky 55995869e5 tests/builtin_minmax: Make compatible with @native codegen. 9 years ago
Dave Hylands f380904bd9 stmhal: Print exception information in nlr_jump_failed 9 years ago
Paul Sokolovsky 36c6d2fa7d tests/builtin_minmax: Add testcase for lazy iterable (generator). 9 years ago
pohmelie e23d5a64cf tests: Add min/max "default" agrument test 9 years ago
pohmelie c6ee273410 py: Add min/max "default" keyword argument 9 years ago
pohmelie 354e688d8e py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports. 9 years ago
Dave Hylands acc208418b stmhal: Execute boot.py and main.py when formatting the file system. 9 years ago
Paul Sokolovsky 2b7236d249 py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX. 9 years ago
Dave Hylands 519cef813e tools: Allow pyboard.py to work when boot.py prints things. 9 years ago
Paul Sokolovsky cbc489dff5 tests: Actuall add feature check for complex type being available. 9 years ago
Paul Sokolovsky eed2f36ae2 tests/run-tests: Allow to skip complex tests if it's not compiled in. 9 years ago
Paul Sokolovsky 082b12128d unix/moduselect: register(): Allow to call with duplicate file descriptor. 9 years ago
Paul Sokolovsky f2d532c404 py/modsys: Use MP_ROM_PTR() initializer for sys.modules. 9 years ago
Ryan Shaw c03dd3b2f9 stmhal: Fix uart off by 1 circular buffer size. 9 years ago
Paul Sokolovsky 54a1d9ecb7 tests/extra_coverage: Update for sys.modules addition. 9 years ago