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
/
ports
/
unix
/
main.c
Age
Commit message (
Expand
)
Author
2021-04-14
unix/main: Make static variable that's potentially clobbered by longjmp.
Marian Buschsieweke
2021-04-07
unix: Improve command line argument processing.
stijn
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-01-30
py/qstr.h: Remove QSTR_FROM_STR_STATIC macro.
stijn
2020-10-29
esp32,unix: Support building C++ code.
stijn
2020-09-11
py/parse: Pass in an mp_print_t to mp_parse_node_print.
Damien George
2020-05-16
unix/main: Enter REPL when inspect active, even with stdin redirected.
Yu-Ming Chang
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-03-27
unix: Implement PEP 475 to retry syscalls failing with EINTR.
David Lechner
2020-03-18
unix: Remove custom file implementation to use extmod's VFS POSIX one.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-11
unix/main: Use OS-dependent path separator when searching path.
stijn
2020-02-07
lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.
Damien George
2020-02-04
unix/main: Add command-line -h option for printing help text.
David Lechner
2020-02-04
unix/main: Add #if guard around -v option usage and document -i/-m opts.
David Lechner
2020-02-04
unix/main: Add support for MICROPYINSPECT environment variable.
David Lechner
2020-02-01
unix/main: Print usage and NLR errors to stderr instead of stdout.
David Lechner
2020-01-26
unix: Release GIL during all system calls.
David Lechner
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-28
unix/main: Only accept full emit cmd-line options if native enabled.
Damien George
2019-08-15
unix: Enable sys.atexit, triggered after the main script ends.
Milan Rossa
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-01-27
unix/mpthreadport: Add thread deinit code to stop threads on exit.
Mikhail Zakharov
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
2018-06-06
unix: Support MICROPY_VFS_POSIX and enable it in coverage build.
Damien George
2017-12-11
unix: Add support for using the Python stack.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George