summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen
2017-10-27py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.Paul Sokolovsky
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-18py/mpconfig.h: Add note that using computed gotos in VM is not C99.Damien George
2017-09-10py/runtime: Implement dispatch for "reverse op" special methods.Paul Sokolovsky
2017-09-06py/objstr: Add check for valid UTF-8 when making a str from bytes.tll
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-15py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-08-11py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky
2017-07-23Measure and report maximum stack usage. (#175)Dan Halbert
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-26py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.Damien George
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-01py/modbuiltins: Add core-provided version of input() function.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-05-03py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky
2017-04-22py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.Damien George
2017-04-18py/modmicropython: Add micropython.kbd_intr() function.Damien George
2017-04-12py/objfloat: Add implementation of high-quality float hashing.Damien George
2017-04-02py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.Paul Sokolovsky
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-03-20py: Add micropython.schedule() function and associated runtime code.Damien George
2017-02-22py/moduerrno: Make uerrno.errorcode dict configurable.Damien George
2017-02-15py/vm: Add MICROPY_PY_THREAD_GIL_VM_DIVISOR option.Damien George
2017-02-09py/objtype: Implement __delattr__ and __setattr__.dmazzella
2017-02-03py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file.Damien George
2017-02-02py: Added optimised support for 3-argument calls to builtin.pow()Nicko van Someren
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_READER_FATFS component.Damien George
2017-01-27extmod: Add generic VFS sub-system.Damien George
2017-01-22py/builtinhelp: Implement help('modules') to list available modules.Damien George
2017-01-22py: Add builtin help function to core, with default help msg.Damien George
2017-01-12Add persistent VFS shares so that the devices can be used with USBScott Shawcroft
2016-12-22py/lexer: Permanently disable the mp_lexer_show_token function.Damien George
2016-12-22extmod/modutimeq: Refactor into optimized class.Paul Sokolovsky
2016-12-15py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.Damien George
2016-12-14py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.Paul Sokolovsky
2016-12-09py: Add inline Xtensa assembler.Damien George
2016-12-09py: Allow inline-assembler emitter to be generic.Damien George
2016-12-09py: Integrate Xtensa assembler into native emitter.Damien George
2016-11-21stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-11-03py: Add MICROPY_FLOAT_CONST macro for defining float constants.Damien George
2016-11-03py: Change config default so m_malloc0 uses memset if GC not enabled.Colin Hogben
2016-10-30extmod/utime_mphal: Allow ticks functions period be configurable by a port.Paul Sokolovsky
2016-10-14extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky