This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
ad79c20c6a
mbed-os
/
tools
/
test
/
config_test
/
test12
/
mbed_app.json
9 lines
150 B
JSON
Raw
Normal View
History
Unescape
Escape
Add tests to the config system. Add GCC flags to support uVisor
2016-06-12 18:04:41 +00:00
{
"target_overrides"
:
{
Fix K64F-based config tests PR #1974 added a new configuration parameter to K64F, which in turn made some tests break, because they found an unexpected configuration parameter. Fixed by defining a special target for the tests (test_target) that can be used independently of the actual mbed targets.
2016-06-21 16:58:03 +00:00
"test_target"
:
{
Add tests to the config system. Add GCC flags to support uVisor
2016-06-12 18:04:41 +00:00
"lib1.p1"
:
"v_p1_lib1_app"
,
"lib2.p1"
:
"v_p1_lib2_app"
}
}
}