pico-sdk/src/rp2_common/pico_stdio_semihosting
Brian Starkey a119b5bd9f
Fix semihosting_putc (#530)
Per the Arm semihosting protocol documentation[1], the SYS_WRITEC command
expects *a pointer to* the character to be printed in r1, not the
character itself.

[1] https://developer.arm.com/documentation/dui0471/g/Semihosting/SYS-WRITEC--0x03-?lang=en
2021-10-04 13:24:50 -05:00
..
include/pico Add missing extern "C" to header files (closes #104) 2021-03-04 21:22:47 -06:00
CMakeLists.txt make all non hardware_ libraries foo add C preprocessor definition LIB_FOO=1, and remove bespoke definitions which were all undocumented anyway (#374) 2021-05-04 08:00:17 -05:00
stdio_semihosting.c Fix semihosting_putc (#530) 2021-10-04 13:24:50 -05:00