index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
Age
Commit message (
Expand
)
Author
2021-05-11
lib/utils: Add ARM semihosting utility functions.
Ayke van Laethem
2021-05-10
py/gc: Make gc_lock_depth have a count per thread.
Damien George
2021-04-24
lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.
Damien George
2021-03-11
lib/utils/gchelper_generic: Implement AArch64 support.
Yonatan Goldschmidt
2021-01-30
lib/utils/pyexec: Remove obsolete LCD initialization.
stijn
2020-11-30
lib/utils/pyexec: Add stdin-reader on raw REPL with flow control.
Damien George
2020-11-11
lib/utils/pyexec: Add MICROPY_BOARD hooks before/after executing code.
Damien George
2020-09-08
stm32/uart: Allow static IRQ handler registration.
Jim Mussared
2020-09-04
lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.
Damien George
2020-06-30
lib/utils: Protect all of mpirq.c with MICROPY_ENABLE_SCHEDULER.
Damien George
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-06-02
lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled.
Damien George
2020-05-27
lib/utils: Lock the scheduler when executing hard callback functions.
Damien George
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.
Damien George
2020-02-07
py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.
Damien George
2020-02-07
lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.
Damien George
2020-02-04
lib/utils: Change default value of pyexec_mode_kind to 0 to put in bss.
odewdney
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-07-01
lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout.
Damien George
2019-05-01
lib/utils/interrupt_char: Invalidate interrupt char at start up.
Damien George
2019-05-01
lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist.
Andrew Leech
2019-04-26
lib/utils/pyexec: Add pyexec_file_if_exists() helper function.
Damien George
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
[next]