diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-09 10:12:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-09 10:12:21 +0000 |
commit | 96922a89ddaa5c06c3ccd99273557ee1ccb5d40d (patch) | |
tree | 5bf00cd061fe1a13ed81b7056c46084ef4e87868 /test/rt/testbuild/build.txt | |
parent | 9f727e23941089b7b2667a6f7fb45ab76b0f4982 (diff) | |
download | ChibiOS-96922a89ddaa5c06c3ccd99273557ee1ccb5d40d.tar.gz ChibiOS-96922a89ddaa5c06c3ccd99273557ee1ccb5d40d.tar.bz2 ChibiOS-96922a89ddaa5c06c3ccd99273557ee1ccb5d40d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7493 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/testbuild/build.txt')
-rw-r--r-- | test/rt/testbuild/build.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/test/rt/testbuild/build.txt b/test/rt/testbuild/build.txt new file mode 100644 index 000000000..c53040436 --- /dev/null +++ b/test/rt/testbuild/build.txt @@ -0,0 +1,48 @@ +Default maximum settings + * Building...OK + * Testing...OK +CH_OPTIMIZE_SPEED=FALSE + * Building...OK + * Testing...OK +CH_USE_NESTED_LOCKS=TRUE + * Building...OK + * Testing...OK +CH_TIME_QUANTUM=0 + * Building...OK + * Testing...OK +CH_USE_REGISTRY=FALSE + * Building...OK + * Testing...OK +CH_USE_SEMAPHORES_PRIORITY=TRUE + * Building...OK + * Testing...OK +CH_USE_CONDVARS_TIMEOUT=FALSE + * Building...OK + * Testing...OK +CH_USE_EVENTS_TIMEOUT=FALSE + * Building...OK + * Testing...OK +CH_USE_MESSAGES_PRIORITY=TRUE + * Building...OK + * Testing...OK +CH_USE_DYNAMIC=FALSE + * Building...OK + * Testing...OK +CH_DBG_ENABLE_CHECKS=TRUE + * Building...OK + * Testing...OK +CH_DBG_ENABLE_ASSERTS=TRUE + * Building...OK + * Testing...OK +CH_DBG_ENABLE_TRACE=TRUE + * Building...OK + * Testing...OK +CH_DBG_ENABLE_STACK_CHECK=TRUE + * Building...OK + * Testing...OK +CH_DBG_FILL_THREADS=TRUE + * Building...OK + * Testing...OK +CH_DBG_THREADS_PROFILING=FALSE + * Building...OK + * Testing...OK |