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
/
lib
/
utils
Age
Commit message (
Expand
)
Author
2019-02-12
all: Change PYB message prefix to MPY.
Mike Causer
2019-02-12
lib/utils/gchelper: Add gchelper.h header file for assembler functions.
Damien George
2019-02-12
lib/utils/gchelper_m3: Add gc_helper_get_sp() function.
Damien George
2019-02-12
lib/utils/gchelper_m3: Add license header and clean up code.
Damien George
2019-02-12
stm32: Move gchelper assembler code to lib/utils for use by other ports.
Damien George
2019-02-06
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
Damien George
2019-01-28
lib/utils/pyexec: Implement paste mode with event driven REPL.
Damien George
2018-12-29
lib/utils: Add generic MicroPython IRQ helper functions.
Tobias Badertscher
2018-10-13
lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active.
Damien George
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-07-18
lib/utils: Expose pyb_set_repl_info function public
Glenn Ruben Bakke
2018-07-08
lib/utils: Fix to support compiling with object representation D.
Damien George
2018-07-05
lib/utils/printf: Make DEBUG_printf implementation more accessible.
stijn
2018-02-13
lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.
Damien George
2018-01-31
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-15
stmhal: Move pybstdio.c to lib/utils/sys_stdio_mphal.c for common use.
Damien George
2017-06-02
lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-05
lib/utils/pyexec: Update event-driven REPL to match non-event REPL.
Tom Collins
2017-03-20
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-03-14
lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.
Damien George
2017-03-14
lib/utils/pyexec: Refactor to put lexer constructors all in one place.
Damien George
2017-02-27
lib/utils/pyexec: Allow to compile when the uPy compiler is disabled.
Damien George
2017-01-22
lib/utils/pyexec: Only print help prompt if HELP feature is enabled.
Damien George
2017-01-22
lib/utils: Remove old pyhelp helper, replaced with py/builtinhelp.c.
Damien George
2016-12-15
lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.
Damien George
2016-10-26
zephyr: Fix mp_hal_set_interrupt_char() declaration to be compatible.
Paul Sokolovsky
2016-10-26
lib/utils/pyexec: Fix compilation warning of type vs format mismatch.
Paul Sokolovsky
2016-10-26
lib/utils/pyexec: Add mp_hal_set_interrupt_char() prototype.
Vincenzo Frascino
2016-10-21
lib/utils/pyhelp.c: Use mp_printf() instead of printf()
Erik Moqvist
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-17
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Damien George
2016-10-14
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
Damien George
2016-10-12
lib/utils/pyexec: Don't treat SystemExit as "forced exit".
Paul Sokolovsky
2016-09-29
lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.
Paul Sokolovsky
2016-09-05
py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.
Delio Brignoli
2016-08-30
lib/utils/pyexec: qstr_pool_info() requires size_t* parameters.
Paul Sokolovsky
2016-08-25
lib/utils/stdout_helpers: Fix function signature to match py/mphal.h.
Paul Sokolovsky
2016-07-22
lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.
Paul Sokolovsky
2016-07-21
lib/utils/pyexec: Use full path to readline.h header, per latest conventions.
Paul Sokolovsky
2016-04-25
lib/utils/pyhelp: Extract implementation of help(obj) to a library function.
Colin Hogben
2016-04-19
lib/utils/pyexec: Condition-out GC calls from pyexec.
Colin Hogben
2016-04-13
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
lib/utils/printf: Rework overriding printer of DEBUG_printf().
Paul Sokolovsky
2016-04-01
esp8266: Disallow recursive calls to REPL.
Paul Sokolovsky
2016-03-30
esp8266: Fix issue when current repl line was garbage-collected.
Paul Sokolovsky
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
[next]