diff options
| author | hathach <[email protected]> | 2013-02-01 10:33:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-01 10:33:43 +0700 |
| commit | 9e3785e7e1bd5bac3c8e24477edbde12cc09dd4b (patch) | |
| tree | c2233323659aeda002dbbcb6e910b669f1147aac /tests/project.yml | |
| parent | 1b963f6a7117d754c47e860159ac0aa90d1db6dc (diff) | |
add std=gnu99 for test build
add hcd_init to usbh_init and update test code
add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE
change osal_semaphore_wait and osal_queue_receive API to have timeout effectively
Diffstat (limited to 'tests/project.yml')
| -rw-r--r-- | tests/project.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/project.yml b/tests/project.yml index 039d04579..feedb7b65 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -44,14 +44,14 @@ :commmon: &common_defines [] :test: - *common_defines - - _TEST_ + - _TEST_ -std=gnu99 - MCU=MCU_LPC43XX - CORE_M4 - __CODE_RED - _TINY_USB_SOURCE_FILE_ :test_preprocess: - *common_defines - - _TEST_ + - _TEST_ -std=gnu99 - MCU=MCU_LPC43XX - CORE_M4 - __CODE_RED |
