Limiting uvisor example to just GCC_ARM toolchain

pull/2853/head
Brian Daniels 2016-09-28 13:09:11 -05:00
parent 53ecfdb856
commit 1448aa5770
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
{"features": ["IPV6"]},
"https://github.com/ARMmbed/mbed-os-example-client" : {"features": ["IPV6"]},
"https://github.com/ARMmbed/mbed-os-example-sockets" : {"features": ["IPV6"]},
"https://github.com/ARMmbed/mbed-os-example-uvisor" : {"targets": ["K64F"]}
"https://github.com/ARMmbed/mbed-os-example-uvisor" : {"targets": ["K64F"], "toolchains":["GCC_ARM"]}
}