Rajavardhan Gundi
b6ab4e8a7f
tests/cmsis_rtos_v2: Use CONFIG_SCHED_SCALABLE
...
Using multi-queue scheduler doesn't work for cmsis_rtos_v2 as it
supports a max of only 32 priority levels which is less than the
total priority levels required by cmsis_rtos_v2 (which is 56).
Hence explicitly asking the tests to use the scalable scheduler.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
50d321943e
tests/cmsis_rtos_v2: Introduce tests to make use of ThreadFlags APIs
...
Some test programs to illustrate the usage of ThreadFlags APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
7ffa3455fb
tests/cmsis_rtos_v2: Introduce tests to make use of EventFlag APIs
...
Some test programs to illustrate the usage of EventFlag APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
ff911f7fdf
tests/cmsis_rtos_v2: Introduce tests to make use of messageQ APIs
...
Some test programs to illustrate the usage of msgq APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
00ffaed189
tests/cmsis_rtos_v2: Introduce tests to make use of mempool APIs
...
Some test programs to illustrate the usage of mempool APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
c58733c302
tests/cmsis_rtos_v2: Introduce tests to make use of Semaphore APIs
...
Some test programs to illustrate the usage of Semaphore APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
a1eaa23fe3
tests/cmsis_rtos_v2: Introduce tests to make use of Mutex APIs
...
Some test programs to illustrate the usage of Mutex APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
2b22e30888
tests/cmsis_rtos_v2: Introduce tests to make use of Timer APIs
...
Some test programs to illustrate the usage of timer APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00
Rajavardhan Gundi
d6c50517d9
tests/cmsis_rtos_v2: Introduce tests to make use of Thread APIs
...
Some test programs to illustrate the usage of thread APIs.
Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2018-12-20 12:23:22 +01:00