You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like we already use it. It's listed among the source files and I checked an object file from the build for trinket m0:
jepler@bert:~/src/circuitpython/ports/atmel-samd$ arm-none-eabi-nm --plugin /home/jepler/.local/gcc-arm-none-eabi-10-2020-q4-major/lib/gcc/arm-none-eabi/10.2.1/liblto_plugin.so.0.0.0 build-trinket_m0/shared/runtime/stdout_helpers.o
00000000 T mp_hal_stdout_tx_str
U mp_hal_stdout_tx_strn
00000000 T mp_hal_stdout_tx_strn_cooked
See if micropython#7491 for
shared/runtime/stdout_helpers.c
is worthincorporating to reduce skew from MicroPython.
The text was updated successfully, but these errors were encountered: