summaryrefslogtreecommitdiff
path: root/extmod/uos_dupterm.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-08-16Fix esp and samdScott Shawcroft
2018-07-12continued WIP: almost compilingDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
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-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
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-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-10-26extmod/moduos_dupterm: Renamed to uos_dupterm.Paul Sokolovsky