diff options
| author | hathach <[email protected]> | 2013-04-21 00:28:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-21 00:28:25 +0700 |
| commit | 357888a5e5dbb574db44bb29b3a07499c0d531c1 (patch) | |
| tree | 7b0c90354cbecd470aa7442229c61aefab9c09ff /tests/test/test_osal_freeRTOS.c | |
| parent | a9010c17862b56fd337716253f2059fb2fcb72b7 (diff) | |
rename nxp_sof_received to nxp_int_sof
implementing freeRTOS integration
change get_period_frame_list from using lst_idx to hostid (fix bug)
adding polling interval supported for interrupt: 1ms, 2ms, 4ms, 8ms
- add interval_ms to get_period_head function
- add bInterval to qhd_init
- add support for sub-frame (less than 8 micro frames) interval
- add bunch of test for interrupt different intervals
Diffstat (limited to 'tests/test/test_osal_freeRTOS.c')
| -rw-r--r-- | tests/test/test_osal_freeRTOS.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/test_osal_freeRTOS.c b/tests/test/test_osal_freeRTOS.c index fe7ad9d77..ac9af052b 100644 --- a/tests/test/test_osal_freeRTOS.c +++ b/tests/test/test_osal_freeRTOS.c @@ -37,8 +37,8 @@ #include "unity.h" #include "errors.h" -#include "freeRTOS.h" -#include "osal_freeRTOS.h" +//#include "freeRTOS.h" +//#include "osal_freeRTOS.h" //#include "mock_task.h" //#include "queue.h" //#include "mock_portmacro.h" |
