8235 Commits (be8e5744e64aec10a3499fd6ea034bbf4be0c871)
 

Author SHA1 Message Date
Damien George 016325dd0a py/vm: Make n_state variable local to just set-up part of VM. 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Damien George d91c1170ca zephyr: Remove long-obsolete machine_ptr_t typedef's. 7 years ago
Alexander Steffen c9a48eb464 docs,teensy: Use the name MicroPython consistently in documentation 7 years ago
Damien George 4fa9d97e4d stmhal/servo: Don't compile servo code when it's not enabled. 7 years ago
Damien George 9cca14a5dc stmhal/pin_named_pins: Remove unreachable print function. 7 years ago
Damien George 2b70757411 stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs. 7 years ago
Damien George f1d260d878 stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash. 7 years ago
Damien George 12d4fa9b37 py/gc: Refactor assertions in gc_free function. 7 years ago
Damien George 1e6fd9f2b4 unix/Makefile: Disable assertions in the standard unix executable. 7 years ago
Damien George d0db93cf1f unix/modsocket: Remove unnecessary asserts. 7 years ago
Damien George 4d55d8805a cc3200/modusocket: Fix connect() when in non-blocking or timeout mode. 7 years ago
Paul Sokolovsky ad3abcd324 tests/cpydiff: Add case for str.ljust/rjust. 7 years ago
Paul Sokolovsky 0c5369a1f0 tests/cpydiff/: Improve wording, add more workarounds. 7 years ago
Paul Sokolovsky ad5e7a0e6f tools/gen-cpydiff: Use case description as 3rd-level heading. 7 years ago
Paul Sokolovsky 5f65ad8c96 tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro. 7 years ago
Paul Sokolovsky c5efb8159f tests/cpydiff/core_arguments: Move under Functions subsection. 7 years ago
Paul Sokolovsky b2979023ac tests/cpydiff/core_class_mro: Move under Classes, add workaround. 7 years ago
Paul Sokolovsky bfa68ef6b2 zephyr/Makefile: Revert prj.conf construction rule to the previous state. 7 years ago
Damien George 0291a624cb py/compile: Fix enum variable declaration. 7 years ago
Paul Sokolovsky 0c75990d6e zephyr/Makefile: Rework dependencies and "clean" target. 7 years ago
Damien George f69ab79ec8 py/objgenerator: Allow to hash generators and generator instances. 7 years ago
Tom Collins 145796f037 py,extmod: Some casts and minor refactors to quiet compiler warnings. 7 years ago
Paul Sokolovsky ed52955c6b tests/cpydiff/modules_deque: Elaborate workaround. 7 years ago
Krzysztof Blazewicz 7feb7301b2 tests/basics: Add tests for arithmetic operators precedence. 8 years ago
Krzysztof Blazewicz 91a385db98 py/compile: Use switch-case to match token and operator. 8 years ago
Krzysztof Blazewicz a040fb89e7 py/compile: Combine arith and bit-shift ops into 1 compile routine. 8 years ago
Damien George f110dbd795 extmod/modujson: Properly initialise temporary StringIO object. 7 years ago
Damien George e66fd56852 py/repl: Change mp_uint_t to size_t in repl helpers. 7 years ago
Damien George 7bd10c1ffe py: Change mp_uint_t to size_t in builtins code. 7 years ago
Damien George 8b84b8ab8a py/objdict: Factorise dict accessor helper to reduce code size. 7 years ago
Damien George d5ec46ace4 stmhal/boards/NUCLEO_F429ZI: Change USB config from HS to FS peripheral. 7 years ago
Damien George b51919f5b7 py/makeversionhdr.py: Update to parse new release line in docs/conf.py. 7 years ago
Damien George 48b745cfc8 esp8266/mpconfigport_512k: Use terse error messages to get 512k to fit. 7 years ago
Paul Sokolovsky 503cf3d097 docs/uzlib: Update description of decompress() and mention DecompIO. 7 years ago
Damien George 6b8b56f859 py/modmath: Check for zero division in log with 2 args. 7 years ago
Damien George 9ed5e80eea py/vm: Make "if" control flow more obvious in YIELD_FROM opcode. 7 years ago
Damien George 9d2c72ad4f py/objstr: Remove unnecessary "sign" variable in formatting code. 7 years ago
Damien George 2138258fea py/runtime: Mark m_malloc_fail() as NORETURN. 7 years ago
Damien George 9aeba3e41b py/binary: Add missing "break" statements. 7 years ago
Damien George 80b31dc097 stmhal: Clean up some header includes. 7 years ago
Alberto Petrucci 5b509dbc7b stmhal/boards: Add configuration files for NUCLEO_F429ZI. 7 years ago
Damien George 3c62577ee9 docs/pyboard: Move info about using Windows from topindex to general. 7 years ago
Damien George b86c65d31c extmod/modubinascii: Add check for empty buffer passed to hexlify. 7 years ago
Patrick O'Leary 45b127e7ac docs/esp8266/general.rst: Fix name of NTP module. 7 years ago
Paul Sokolovsky ffb13cc633 docs/uerrno: Document "uerrno" module. 7 years ago
Paul Sokolovsky 4f23c5d587 docs/pyboard: Move hardware info into General Info chapter. 7 years ago
Paul Sokolovsky e467949a4a docs/*_index: Drop "Indices and tables" pseudo-section. 7 years ago
Damien George 65417c5ad9 py/objstr: Move uPy function wrappers to just after the C function. 7 years ago
Paul Sokolovsky 90c1d54464 docs/conf.py: Set "version" and "release" to the same value. 7 years ago