From 79bd7cc8ea69d9229d229e69fd5db558ddcb1553 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 22 Mar 2016 10:55:31 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9147 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nasa_osal/configuration.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'test/nasa_osal/configuration.xml') diff --git a/test/nasa_osal/configuration.xml b/test/nasa_osal/configuration.xml index 1afc1c907..1aadc9b04 100644 --- a/test/nasa_osal/configuration.xml +++ b/test/nasa_osal/configuration.xml @@ -46,6 +46,9 @@ THD_WORKING_AREA(wa_test4, TASKS_STACK_SIZE);]]> This sequence tests the NASA OSAL over ChibiOS/RT functionalities related to threading. + + + This sequence tests the NASA OSAL over ChibiOS/RT functionalities related to queues + + + @@ -1006,6 +1012,9 @@ test_assert(err == OS_QUEUE_EMPTY, "unexpected error code");]]> This sequence tests the NASA OSAL over ChibiOS/RT functionalities related to timers + + + @@ -1446,6 +1455,9 @@ test_assert(err == OS_SUCCESS, "timer stop failed");]]> This sequence tests the NASA OSAL over ChibiOS/RT functionalities related to binary semaphores. + + + This sequence tests the NASA OSAL over ChibiOS/RT functionalities related to counter semaphores. + + + This sequence tests the NASA OSAL over ChibiOS/RT functionalities related to mutex semaphores. + + +