aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/ARMCAx-TZ/chcore.c
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2017-07-29 08:34:26 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2017-07-29 08:34:26 +0000
commit3ea96b878c6b959fb8c9c400e3f1404f2ceade85 (patch)
tree890a14246f54667278240a2001bd921118f62662 /os/common/ports/ARMCAx-TZ/chcore.c
parent4633e54ba996a03d63c3fa3efe7bfb222297a40e (diff)
downloadChibiOS-3ea96b878c6b959fb8c9c400e3f1404f2ceade85.tar.gz
ChibiOS-3ea96b878c6b959fb8c9c400e3f1404f2ceade85.tar.bz2
ChibiOS-3ea96b878c6b959fb8c9c400e3f1404f2ceade85.zip
Renamed ports/ARMCMAx-TZ as ports/ARMCAx-TZ
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10342 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/ARMCAx-TZ/chcore.c')
-rw-r--r--os/common/ports/ARMCAx-TZ/chcore.c54
1 files changed, 54 insertions, 0 deletions
diff --git a/os/common/ports/ARMCAx-TZ/chcore.c b/os/common/ports/ARMCAx-TZ/chcore.c
new file mode 100644
index 000000000..fc283864a
--- /dev/null
+++ b/os/common/ports/ARMCAx-TZ/chcore.c
@@ -0,0 +1,54 @@
+/*
+ ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+
+ This file is part of ChibiOS.
+
+ ChibiOS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/**
+ * @file ARMCMAx-TZ/chcore.c
+ * @brief ARMCMAx-TZ port code.
+ *
+ * @addtogroup ARMCMAx-TZ_CORE
+ * @{
+ */
+
+#include "ch.h"
+
+/*===========================================================================*/
+/* Module local definitions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module local types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module local functions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module exported functions. */
+/*===========================================================================*/
+
+/** @} */