aboutsummaryrefslogtreecommitdiff
path: root/extmod/uos_dupterm.c
AgeCommit message (Expand)Author
2022-03-09stm32/moduos: Convert module to use extmod version.Damien George
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-04-30all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-07-01extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.Damien George
2019-04-01stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech
2018-07-08extmod: Fix to support compiling with object representation D.Damien George
2018-06-18extmod: Update to use new mp_get_stream helper.Damien George
2018-06-12extmod/uos_dupterm: Use native C stream methods on dupterm object.Damien George
2017-10-19extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-08-30all: Convert remaining "mp_uint_t n_args" to "size_t n_args".Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2016-10-26extmod/moduos_dupterm: Renamed to uos_dupterm.Paul Sokolovsky