summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpconfig.h
Commit message (Expand)AuthorAge
* py: Add MICROPY_USE_SMALL_HEAP_COMPILER option, disabled by default.Damien George2017-08-30
* py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.Stefan Naumann2017-08-15
* py/modsys: Initial implementation of sys.getsizeof().Paul Sokolovsky2017-08-11
* all: Unify header guard usage.Alexander Steffen2017-07-18
* py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.Damien George2017-06-26
* py/modbuiltins: Add core-provided version of input() function.Damien George2017-06-01
* various: Spelling fixesVille Skyttä2017-05-29
* py/modio: Implement uio.resource_stream(package, resource_path).Paul Sokolovsky2017-05-03
* py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.Damien George2017-04-22
* py/modmicropython: Add micropython.kbd_intr() function.Damien George2017-04-18
* py/objfloat: Add implementation of high-quality float hashing.Damien George2017-04-12
* py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.Paul Sokolovsky2017-04-02
* all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George2017-04-01
* py: Add micropython.schedule() function and associated runtime code.Damien George2017-03-20
* py/moduerrno: Make uerrno.errorcode dict configurable.Damien George2017-02-22
* py/vm: Add MICROPY_PY_THREAD_GIL_VM_DIVISOR option.Damien George2017-02-15
* py/objtype: Implement __delattr__ and __setattr__.dmazzella2017-02-09
* py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file.Damien George2017-02-03
* py: Added optimised support for 3-argument calls to builtin.pow()Nicko van Someren2017-02-02
* extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George2017-01-30
* extmod/vfs_fat: Remove MICROPY_READER_FATFS component.Damien George2017-01-30
* extmod: Add generic VFS sub-system.Damien George2017-01-27
* py/builtinhelp: Implement help('modules') to list available modules.Damien George2017-01-22
* py: Add builtin help function to core, with default help msg.Damien George2017-01-22
* py/lexer: Permanently disable the mp_lexer_show_token function.Damien George2016-12-22
* extmod/modutimeq: Refactor into optimized class.Paul Sokolovsky2016-12-22
* py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.Damien George2016-12-15
* py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.Paul Sokolovsky2016-12-14
* py: Add inline Xtensa assembler.Damien George2016-12-09
* py: Allow inline-assembler emitter to be generic.Damien George2016-12-09
* py: Integrate Xtensa assembler into native emitter.Damien George2016-12-09
* stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky2016-11-21
* py: Factor out persistent-code reader into separate files.Damien George2016-11-16
* py: Add MICROPY_FLOAT_CONST macro for defining float constants.Damien George2016-11-03
* py: Change config default so m_malloc0 uses memset if GC not enabled.Colin Hogben2016-11-03
* extmod/utime_mphal: Allow ticks functions period be configurable by a port.Paul Sokolovsky2016-10-30
* extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky2016-10-14
* py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli2016-09-05
* extmod: Add machine_spi with generic SPI C-protocol and helper methods.Damien George2016-09-01
* py/gc: Add MICROPY_GC_CONSERVATIVE_CLEAR option to always zero memory.Damien George2016-08-26
* extmod/modubinascii: Make crc32() support configurable.Paul Sokolovsky2016-08-24
* py/mpconfig.h: Define MP_ALWAYSINLINE for reuse.Paul Sokolovsky2016-08-07
* py/objstr: Make .partition()/.rpartition() methods configurable.Paul Sokolovsky2016-08-07
* py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.Paul Sokolovsky2016-07-30
* py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.Paul Sokolovsky2016-07-22
* py/obj: Issue a warning when str and bytes objects are compared.Paul Sokolovsky2016-07-22
* py/gc: Implement GC running by allocation threshold.Paul Sokolovsky2016-07-21
* py/mpconfig.h: Mention MICROPY_PY_BTREE config option.Paul Sokolovsky2016-07-02
* py: Implement a simple global interpreter lock.Damien George2016-06-28
* py: Add basic _thread module, with ability to start a new thread.Damien George2016-06-28