summaryrefslogtreecommitdiff
path: root/tests/project.yml
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-01 10:33:43 +0700
committerhathach <[email protected]>2013-02-01 10:33:43 +0700
commit9e3785e7e1bd5bac3c8e24477edbde12cc09dd4b (patch)
treec2233323659aeda002dbbcb6e910b669f1147aac /tests/project.yml
parent1b963f6a7117d754c47e860159ac0aa90d1db6dc (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.yml4
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