diff options
| author | hathach <[email protected]> | 2013-01-18 12:41:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-01-18 12:41:30 +0700 |
| commit | 7976e2fd55d33a0bf8a74a729eb246a8842d58ee (patch) | |
| tree | edd4c6056bcc5aebad97ede2ee07bb1e97070c18 /tests/project.yml | |
| parent | e438a7ca097654167c301de7f827378ed5d6dbe9 (diff) | |
prepare test project for 43xx host test
Diffstat (limited to 'tests/project.yml')
| -rw-r--r-- | tests/project.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/project.yml b/tests/project.yml index f45531096..84661367e 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -32,8 +32,8 @@ - ../tinyusb/** - -:../demos - -:../test_old - - ../../CMSISv2p10_LPC13Uxx/** - #- ../../CMSISv2p10_LPC43xx_DriverLib/inc + #- ../../CMSISv2p10_LPC13Uxx/** + - ../../CMSISv2p10_LPC43xx_DriverLib/inc :support: - test/support @@ -45,13 +45,15 @@ :test: - *common_defines - _TEST_ - - MCU=MCU_LPC13UXX + - MCU=MCU_LPC43XX - CORE_M4 + - __CODE_RED :test_preprocess: - *common_defines - _TEST_ - - MCU=MCU_LPC13UXX + - MCU=MCU_LPC43XX - CORE_M4 + - __CODE_RED #:flags: # :test: |
