micropython/shared/runtime
Damien George 7c8ec85fa3 shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs.
stdio_obj_print is private to this file so can be made static.  The __del__
method does nothing so can be removed (it's only called by the GC if it
exists, so if it doesn't exist it won't be called).  And FileIO doesn't
support a constructor in MicroPython at this stage.

Signed-off-by: Damien George <damien@micropython.org>
2022-08-23 13:02:40 +10:00
..
gchelper.h
gchelper_generic.c
gchelper_m0.s
gchelper_m3.s
gchelper_native.c
interrupt_char.c
interrupt_char.h
mpirq.c
mpirq.h
pyexec.c shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2022-07-18 13:52:01 +10:00
pyexec.h
semihosting.c
semihosting.h
softtimer.c shared/runtime/softtimer: Remove obsolete #include statement. 2022-07-19 13:46:28 +10:00
softtimer.h shared/runtime/softtimer: Move softtimer.[ch] to shared/runtime. 2022-07-19 12:28:26 +10:00
stdout_helpers.c
sys_stdio_mphal.c shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs. 2022-08-23 13:02:40 +10:00
tinyusb_helpers.c shared/runtime/tinyusb_helpers: Add TinyUSB helper functions. 2022-06-23 14:31:57 +10:00