Hello everyone!
This is my first meet with this group and Riot RTOS.
I’m just starting with Riot on SiLab EFM32GG family.
I have one main question, if there is any option to switch between Riot threads, or there is only possibility to debug IDLE Thread ?
Could you describe me any other option to debug threads and Riot, If there is no option to debug it in GDB
Best regards, and thanks for help
Michal
oleg
#2
Hi Michal,
This is my first meet with this group and Riot RTOS.
welcome to the RIOT! 
I have one main question, if there is any option to switch between Riot
threads, or there is only possibility to debug IDLE Thread ?
Could you describe me any other option to debug threads and Riot, If
there is no option to debug it in GDB
There's a patched version of OpenOCD that support RIOT's threading:
https://github.com/RIOT-OS/RIOT/pull/4058 -> https://github.com/daniel-k/openocd/tree/riot_patched
I hope that helps.
Cheers
Oleg
Hi Oleg,
thanks for information , it helps a lot:)
is here someone who tried to send standard output to SWO terminal with OpenOCD ?
Rock and RIOT! 