aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-02 10:18:15 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-02 10:18:15 +0000
commit7f5380a8a5f9f9e8a39b59d6896ef9c79cc7a0f9 (patch)
treec50a347ba44e4d451e654a8686b006da9832b88b /testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c
parent4c39135c94232e76011da8a055dd3eddd0031da2 (diff)
downloadChibiOS-7f5380a8a5f9f9e8a39b59d6896ef9c79cc7a0f9.tar.gz
ChibiOS-7f5380a8a5f9f9e8a39b59d6896ef9c79cc7a0f9.tar.bz2
ChibiOS-7f5380a8a5f9f9e8a39b59d6896ef9c79cc7a0f9.zip
PAL callbacks added to STM32F103
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10526 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c')
-rw-r--r--testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c51
1 files changed, 51 insertions, 0 deletions
diff --git a/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c b/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c
new file mode 100644
index 000000000..0918c108c
--- /dev/null
+++ b/testhal/STM32/multi/PAL/cfg-stm32f103_olimex/portab.c
@@ -0,0 +1,51 @@
+/*
+ ChibiOS - Copyright (C) 2006..2016 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+/**
+ * @file portab.c
+ * @brief Application portability module code.
+ *
+ * @addtogroup application_portability
+ * @{
+ */
+
+#include "portab.h"
+
+/*===========================================================================*/
+/* Module local definitions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module local types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module local functions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Module exported functions. */
+/*===========================================================================*/
+
+/** @} */