X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Frtos.c;h=cd2e271f68beea23b37c445f29a1beede3e53a64;hp=8ca1183b0234e8c1595cf3b7eaef7fc7079d25d6;hb=731dc36a678ba44a40da30d5bd614d5df85b271d;hpb=d2fb461621dc97a611e7bb44a2a64e1efe300875;ds=sidebyside diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c index 8ca1183b02..cd2e271f68 100644 --- a/src/rtos/rtos.c +++ b/src/rtos/rtos.c @@ -32,6 +32,7 @@ extern struct rtos_type ThreadX_rtos; extern struct rtos_type eCos_rtos; extern struct rtos_type Linux_os; extern struct rtos_type ChibiOS_rtos; +extern struct rtos_type chromium_ec_rtos; extern struct rtos_type embKernel_rtos; extern struct rtos_type mqx_rtos; extern struct rtos_type uCOS_III_rtos; @@ -43,6 +44,7 @@ static struct rtos_type *rtos_types[] = { &eCos_rtos, &Linux_os, &ChibiOS_rtos, + &chromium_ec_rtos, &embKernel_rtos, &mqx_rtos, &uCOS_III_rtos,