index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2017-03-20
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-02-22
py/moduerrno: Make uerrno.errorcode dict configurable.
Damien George
2017-02-15
py/vm: Add MICROPY_PY_THREAD_GIL_VM_DIVISOR option.
Damien George
2017-02-09
py/objtype: Implement __delattr__ and __setattr__.
dmazzella
2017-02-03
py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file.
Damien George
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Damien George
2017-01-27
extmod: Add generic VFS sub-system.
Damien George
2017-01-22
py/builtinhelp: Implement help('modules') to list available modules.
Damien George
2017-01-22
py: Add builtin help function to core, with default help msg.
Damien George
2016-12-22
py/lexer: Permanently disable the mp_lexer_show_token function.
Damien George
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-15
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Damien George
2016-12-14
py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.
Paul Sokolovsky
2016-12-09
py: Add inline Xtensa assembler.
Damien George
2016-12-09
py: Allow inline-assembler emitter to be generic.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-03
py: Add MICROPY_FLOAT_CONST macro for defining float constants.
Damien George
2016-11-03
py: Change config default so m_malloc0 uses memset if GC not enabled.
Colin Hogben
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-09-01
extmod: Add machine_spi with generic SPI C-protocol and helper methods.
Damien George
2016-08-26
py/gc: Add MICROPY_GC_CONSERVATIVE_CLEAR option to always zero memory.
Damien George
2016-08-24
extmod/modubinascii: Make crc32() support configurable.
Paul Sokolovsky
2016-08-07
py/mpconfig.h: Define MP_ALWAYSINLINE for reuse.
Paul Sokolovsky
2016-08-07
py/objstr: Make .partition()/.rpartition() methods configurable.
Paul Sokolovsky
2016-07-30
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
Paul Sokolovsky
2016-07-22
py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-22
py/obj: Issue a warning when str and bytes objects are compared.
Paul Sokolovsky
2016-07-21
py/gc: Implement GC running by allocation threshold.
Paul Sokolovsky
2016-07-02
py/mpconfig.h: Mention MICROPY_PY_BTREE config option.
Paul Sokolovsky
2016-06-28
py: Implement a simple global interpreter lock.
Damien George
2016-06-28
py: Add basic _thread module, with ability to start a new thread.
Damien George
2016-06-15
py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port.
Paul Sokolovsky
2016-05-31
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
2016-05-22
py/objstr: Implement str.center().
Paul Sokolovsky
2016-05-10
py: Add uerrno module, with errno constants and dict.
Damien George
2016-05-10
py: Add mperrno.h file with uPy defined errno constants.
Damien George
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
py: add async/await/async for/async with syntax
pohmelie
2016-04-12
extmod: Add generic machine.I2C class, with bit-bang I2C.
Damien George
2016-04-12
extmod: Add initial framebuf module.
Damien George
2016-03-25
py/modio: Initial implementation of io.BufferedWriter class.
Paul Sokolovsky
2016-03-24
extmod/modwebsocket: Start module for WebSocket helper functions.
Paul Sokolovsky
2016-02-25
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Damien George
2016-02-17
py/vm: Add macros to hook into various points in the VM.
Damien George
[next]