summaryrefslogtreecommitdiff
path: root/shared/runtime/sys_stdio_mphal.c
AgeCommit message (Expand)Author
2024-09-06shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams.timdechant
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-12-22ports: Fix sys.stdout.buffer.write() return value.Maarten van der Schrieck
2023-07-21py/stream: Add mp_stream___exit___obj that calls mp_stream_close.Jim Mussared
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared
2022-09-19all: Remove unnecessary locals_dict cast.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
2022-08-23shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs.Damien George
2021-07-12shared: Introduce new top-level dir and move 1st party lib code there.Damien George