diff options
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: |
