summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/uos_dupterm.c
Commit message (Expand)AuthorAge
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* extmod: Add and reorganise compilation guards and includes.Damien George2022-11-11
* extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER().David Lechner2022-07-18
* stm32/moduos: Convert module to use extmod version.Damien George2022-03-09
* all: Update to point to files in new shared/ directory.Damien George2021-07-12
* all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.Damien George2021-04-30
* all: Use MP_ERROR_TEXT for all error messages.Jim Mussared2020-04-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.Damien George2019-07-01
* stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech2019-04-01
* extmod: Fix to support compiling with object representation D.Damien George2018-07-08
* extmod: Update to use new mp_get_stream helper.Damien George2018-06-18
* extmod/uos_dupterm: Use native C stream methods on dupterm object.Damien George2018-06-12
* extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.Damien George2017-10-19
* extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George2017-10-13
* all: Remove inclusion of internal py header files.Damien George2017-10-04
* all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George2017-08-30
* all: Don't include system errno.h when it's not needed.Damien George2017-07-24
* extmod/moduos_dupterm: Renamed to uos_dupterm.Paul Sokolovsky2016-10-26