mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
When depending on one or more shell commands, the shell is pulled in as dependency anyway.
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
- Flash the test on a board with an ARM-based MCU.
- Use
make term RIOT_TERMINAL=semihostingto start a debug session with semihosting enabled. - Restart the microcontroller via the debug session.
The shell prompt should be available in the GDB session.