aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-02-04 20:22:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-02-04 20:22:23 +0000
commit65ee20cd8c369fc3b82151cde6ab514465abb414 (patch)
tree24de71ad9683f40ceafa1b01c85b55916a8d0a80 /test
parent5fce4c704a617f329f214576f7d8836f9e1fc0c3 (diff)
downloadChibiOS-65ee20cd8c369fc3b82151cde6ab514465abb414.tar.gz
ChibiOS-65ee20cd8c369fc3b82151cde6ab514465abb414.tar.bz2
ChibiOS-65ee20cd8c369fc3b82151cde6ab514465abb414.zip
Update test suites.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11433 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r--test/mfs/configuration.xml2
-rw-r--r--test/nil/configuration.xml2
-rw-r--r--test/rt/configuration.xml8
-rw-r--r--test/rt/source/test/rt_test_root.h6
4 files changed, 9 insertions, 9 deletions
diff --git a/test/mfs/configuration.xml b/test/mfs/configuration.xml
index bb2533c80..04997992a 100644
--- a/test/mfs/configuration.xml
+++ b/test/mfs/configuration.xml
@@ -14,7 +14,7 @@
</brief>
<copyright>
<value><![CDATA[/*
- ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/test/nil/configuration.xml b/test/nil/configuration.xml
index 45d5a9841..9b98f3e72 100644
--- a/test/nil/configuration.xml
+++ b/test/nil/configuration.xml
@@ -14,7 +14,7 @@
</brief>
<copyright>
<value><![CDATA[/*
- ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml
index 2b789cc14..274d85811 100644
--- a/test/rt/configuration.xml
+++ b/test/rt/configuration.xml
@@ -14,7 +14,7 @@
</brief>
<copyright>
<value><![CDATA[/*
- ChibiOS - Copyright (C) 2006..2017 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -51,11 +51,11 @@
/*
* Stack size of test threads.
*/
-#if defined(CH_ARCHITECTURE_AVR) || defined(CH_ARCHITECTURE_MSP430)
+#if defined(PORT_ARCHITECTURE_AVR) || defined(PORT__ARCHITECTURE_MSP430)
#define THREADS_STACK_SIZE 48
-#elif defined(CH_ARCHITECTURE_STM8)
+#elif defined(PORT__ARCHITECTURE_STM8)
#define THREADS_STACK_SIZE 64
-#elif defined(CH_ARCHITECTURE_SIMIA32)
+#elif defined(PORT__ARCHITECTURE_SIMIA32)
#define THREADS_STACK_SIZE 512
#else
#define THREADS_STACK_SIZE 128
diff --git a/test/rt/source/test/rt_test_root.h b/test/rt/source/test/rt_test_root.h
index 99ac4cc1c..6da777b22 100644
--- a/test/rt/source/test/rt_test_root.h
+++ b/test/rt/source/test/rt_test_root.h
@@ -67,11 +67,11 @@ extern "C" {
/*
* Stack size of test threads.
*/
-#if defined(CH_ARCHITECTURE_AVR) || defined(CH_ARCHITECTURE_MSP430)
+#if defined(PORT_ARCHITECTURE_AVR) || defined(PORT__ARCHITECTURE_MSP430)
#define THREADS_STACK_SIZE 48
-#elif defined(CH_ARCHITECTURE_STM8)
+#elif defined(PORT__ARCHITECTURE_STM8)
#define THREADS_STACK_SIZE 64
-#elif defined(CH_ARCHITECTURE_SIMIA32)
+#elif defined(PORT__ARCHITECTURE_SIMIA32)
#define THREADS_STACK_SIZE 512
#else
#define THREADS_STACK_SIZE 128