]> rtime.felk.cvut.cz Git - arc.git/blobdiff - boards/ti_tms570ls/examples/tms570_hdk_led/IoHwAb.c
Added an example of LED Blinker for the TMS570LS31x HDK
[arc.git] / boards / ti_tms570ls / examples / tms570_hdk_led / IoHwAb.c
diff --git a/boards/ti_tms570ls/examples/tms570_hdk_led/IoHwAb.c b/boards/ti_tms570ls/examples/tms570_hdk_led/IoHwAb.c
new file mode 100644 (file)
index 0000000..0efde9d
--- /dev/null
@@ -0,0 +1,30 @@
+/* -------------------------------- Arctic Core ------------------------------\r
+ * Arctic Core - the open source AUTOSAR platform http://arccore.com\r
+ *\r
+ * Copyright (C) 2009  ArcCore AB <contact@arccore.com>\r
+ *\r
+ * This source code is free software; you can redistribute it and/or modify it\r
+ * under the terms of the GNU General Public License version 2 as published by the\r
+ * Free Software Foundation; See <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but\r
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\r
+ * for more details.\r
+ * -------------------------------- Arctic Core ------------------------------*/\r
+\r
+\r
+/*\r
+ * ----------------------------------------------------------------------------\r
+ * NOTE: This file is a stub only. ECU software needs to provide a generated IO\r
+ * hardware abstraction module that overrides this file.\r
+ * ----------------------------------------------------------------------------\r
+ */\r
+\r
+\r
+#include "IoHwAb.h"\r
+\r
+\r
+void IoHwAb_Init( void ) {\r
+\r
+}\r