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
/
extmod
/
misc.h
Age
Commit message (
Expand
)
Author
2023-12-22
extmod/os_dupterm: Let mp_os_dupterm_tx_strn() return num bytes written.
Maarten van der Schrieck
2023-06-08
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2022-03-09
stm32/moduos: Convert module to use extmod version.
Damien George
2019-07-01
extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.
Damien George
2019-04-01
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
Andrew Leech
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-05-20
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Paul Sokolovsky