1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/stdio_semihosting
2024-03-26 14:53:35 +01:00
..
main.c tests: move sys related applications to tests/sys/ subdirectory 2023-05-10 12:02:58 +02:00
Makefile tests: move sys related applications to tests/sys/ subdirectory 2023-05-10 12:02:58 +02:00
README.md tests: move sys related applications to tests/sys/ subdirectory 2023-05-10 12:02:58 +02:00

Semihosting STDIO test

This test aims to test ARM semihosting based STDIO on RIOT. The test is manual, starting a debugger on the CI for automated test is not supported.

Usage

  1. Flash the test on a board with an ARM-based MCU.
  2. Use make term RIOT_TERMINAL=semihosting to start a debug session with semihosting enabled.
  3. Restart the microcontroller via the debug session.

The shell prompt should be available in the GDB session.