index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
uos_dupterm.c
Commit message (
Expand
)
Author
Age
*
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
*
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
extmod: Add and reorganise compilation guards and includes.
Damien George
2022-11-11
*
extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-07-18
*
stm32/moduos: Convert module to use extmod version.
Damien George
2022-03-09
*
all: Update to point to files in new shared/ directory.
Damien George
2021-07-12
*
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
Damien George
2021-04-30
*
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.
Damien George
2019-07-01
*
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
Andrew Leech
2019-04-01
*
extmod: Fix to support compiling with object representation D.
Damien George
2018-07-08
*
extmod: Update to use new mp_get_stream helper.
Damien George
2018-06-18
*
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-06-12
*
extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.
Damien George
2017-10-19
*
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-13
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
Damien George
2017-08-30
*
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
*
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-26