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
Marian Buschsieweke 12140ffb0e
examples,tests: Drop redundant dependency
When depending on one or more shell commands, the shell is pulled in
as dependency anyway.
2023-04-19 16:58:10 +02:00
..
main.c sys/shell_commands: convert to SHELL_COMMAND() 2022-06-07 09:25:04 +02:00
Makefile examples,tests: Drop redundant dependency 2023-04-19 16:58:10 +02:00
README.md stdio_semihosting: Add shell-based test application 2020-06-09 10:15:49 +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.