3236 Commits (ebde3c694f301a99addf02c3b8ff3834f04663af)
 

Author SHA1 Message Date
Damien George ebde3c694f py: Add guarded includes for asm-based headers. 10 years ago
Damien George ddbcc79550 docs: Add quickref info about Servo; improve Servo docs. 10 years ago
Radomir Dopieralski ce5b5caf8c Add a command for converting the WAV files 10 years ago
Damien George 84e0cf0d21 py: Change namedtuple error messages to reduce code size. 10 years ago
Damien George 7f23384d49 py: Make terse_arg_mismatch a global function and use it elsewhere. 10 years ago
Paul Sokolovsky 276159e5dd objnamedtuple: Make sure to initialize type structure completely. 10 years ago
stijn 021dc44009 py: Allow keyword arguments for namedtuple 10 years ago
stijn 12340147b0 py: Use sequence of strings for named tuple initialization 10 years ago
stijn 8422cac088 msvc: Support py/*.h includes per #1022 10 years ago
Damien George e0ac194f4f py: Fix rshift and not of zero/one edge cases in mpz. 10 years ago
Damien George 816a46a4ab tests: Disable float/float2int.py on pyboard (needs double prec). 10 years ago
Paul Sokolovsky 2c75665445 objstr: Fix %d-formatting of floats. 10 years ago
Paul Sokolovsky 8a2cc1c7e4 stmhal: Add fake implementation of __aeabi_f2lz(). 10 years ago
Paul Sokolovsky 5f68094e10 py: mp_obj_new_int_from_float() supported only for MICROPY_PY_BUILTINS_FLOAT. 10 years ago
Paul Sokolovsky f79cd6a233 py: Implement mp_obj_new_int_from_float() for MICROPY_LONGINT_IMPL_NONE. 10 years ago
Paul Sokolovsky 12033df511 py: Partially fix float to int conversion. 10 years ago
Damien George e3fa8278b4 tools: Add script to generate a ChangeLog file. 10 years ago
Damien George 9ddbe291c4 py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper. 10 years ago
Damien George f89d659e3b py: In VM, for selective ip saving, store 1 byte past last opcode. 10 years ago
Paul Sokolovsky 23f1b5ff66 py: Add note about -fno-crossjumping when compiling vm.c. 10 years ago
Damien George 96e22154d7 docs: Bump version to 1.3.8. 10 years ago
Paul Sokolovsky 361909e3ca py: Add MP_LIKELY(), MP_UNLIKELY() macros to help branch prediction. 10 years ago
Paul Sokolovsky 1ee1785bed showbc: Print operation mnemonic in BINARY_OP. 10 years ago
Paul Sokolovsky df103462dc showbc: Make code object start pointer semi-public. 10 years ago
Paul Sokolovsky 749575097f vm: Record exception ip only for instructions where exceptions may happen. 10 years ago
Damien George 1570eaf0e3 drivers: Add SD card driver, controlled via SPI bus. 10 years ago
Damien George 7690b13953 stmhal: Add ability to mount custom block device. 10 years ago
Damien George e2745b307b lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. 10 years ago
Damien George 20236a8a99 stmhal: Upgrade to latest fatfs driver. 10 years ago
Damien George 6b755d827a lib/fatfs: Support our volume names; make some funcs static. 10 years ago
Damien George c546b66bab lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. 10 years ago
Damien George 83204f3406 py: Allow to properly disable builtin slice operation. 10 years ago
Damien George e37dcaafb4 py: Allow to properly disable builtin "set" object. 10 years ago
Paul Sokolovsky 3b74c91684 Makefiles: Support py/*.h includes per #1022. 10 years ago
Paul Sokolovsky 8ab6f90674 py: Move to guarded includes for compile.h and related headers. 10 years ago
Paul Sokolovsky 343266ea51 showbc: Refactor to allow inline instruction printing. 10 years ago
Damien George c55a4d82cf py: Make bytes objs work with more str methods; add tests. 10 years ago
Paul Sokolovsky 7fdb8d78a4 tests: Add run-tests-exp.py, simple MicroPython-based test runner. 10 years ago
Damien George f3a1d673de stmhal: Enable ubinascii module, weak link to binascii. 10 years ago
Dave Hylands 90cd6cd987 docs: Add mention about using USB charger when resetting the filesystem. 10 years ago
Paul Sokolovsky 9c658b6afc unix, windows: Add _os.system() call. 10 years ago
Damien George a37656c132 docs: Make admonition for CPy-difference use "attention" class. 10 years ago
Damien George 74eb44c392 py: Reduce size of VM exception stack element by 1 machine word. 10 years ago
Damien George 81836c28b3 py: Use str_to_int function in more places to reduce code size. 10 years ago
Damien George 01039b5bd8 py: Remove last uses of printf from compile; use proper SyntaxError. 10 years ago
Damien George 584ba6762f py: Move global/nonlocal decl code to compiler for proper SyntaxError. 10 years ago
Damien George b063b9b36d py: Fix iteration over map in 2 places. 10 years ago
Damien George 7b80d908bf docs: Add RTD local_settings file, to add custom templates. 10 years ago
Damien George 9b561a7c0d docs: Add custom CSS file, with code for admonition. 10 years ago
Paul Sokolovsky 4b60b45bfc stmhal: gccollect.h is superfluous in many places. 10 years ago