mbed-os/docs
Brian Daniels aeca796641 Fixing constant cleaning when compiling tests
This addresses the issue where building tests via test.py always triggered
a clean build. This is because the mbed_config.h file was being deleted from
the shared OS build to ensure that the correct config was always being
used. However, this contanstly triggered a rebuild of the OS since the
config file was not present.

Due to the shared build, having multiple app configurations that could
override the OS settings is not possible. For this reason, we now ignore
app config files unless explicitly set via the command line option
'--app-config'. Though there will now be two mbed_config.h files in the
include path of the build, it shouldn't matter since the contents will be
the same.
2016-09-22 08:30:21 -04:00
..
BUILDING.md Fix docs/BUILDING.md error command issue 2016-08-07 00:01:19 +08:00
COMMITTERS.md Further changes to reflect workspace_tools to tools rename 2016-06-09 21:40:54 +01:00
TESTING.md Remove macro for operators. Enable these as default behavior 2016-07-10 13:47:13 -05:00
config_system.md Removed custom targets from config system 2016-09-13 15:54:44 +03:00
ignoring_files_from_build.md Document the .mbedignore file 2016-07-14 13:06:10 +03:00
mbed_targets.md Further changes to reflect workspace_tools to tools rename 2016-06-09 21:40:54 +01:00
memap.md memap doc minor fixes 2016-06-29 08:28:33 +01:00
testing_mbed_OS_5.md Fixing constant cleaning when compiling tests 2016-09-22 08:30:21 -04:00