Module r3_support_rp2040::stdout
source · Expand description
Standard output
Warning: It can block the calling thread by polling. It will use
[cortex_m::interrupt:free
] to enter a critical section, which can be cut
short if the destination gets stuck.