From 10bcb6a1de7d739f90951c865b30aca4ddc31ac1 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 13 May 2010 16:55:10 +0000 Subject: [PATCH] Update hw of all project. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3697 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/at91sam7x-ek/hw/hw_afsk.c | 41 ++++++++++++++++++++++++++++++++ boards/ek-lm3s1968/hw/hw_afsk.c | 41 ++++++++++++++++++++++++++++++++ boards/ek-lpc-p2378/hw/hw_afsk.c | 41 ++++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+) create mode 100644 boards/at91sam7x-ek/hw/hw_afsk.c create mode 100644 boards/ek-lm3s1968/hw/hw_afsk.c create mode 100644 boards/ek-lpc-p2378/hw/hw_afsk.c diff --git a/boards/at91sam7x-ek/hw/hw_afsk.c b/boards/at91sam7x-ek/hw/hw_afsk.c new file mode 100644 index 00000000..8adb432d --- /dev/null +++ b/boards/at91sam7x-ek/hw/hw_afsk.c @@ -0,0 +1,41 @@ +/** + * \file + * + * + * \brief AFSK modem hardware-specific definitions. + * + * + * \author Francesco Sacchi + */ + + +#include "hw_afsk.h" + diff --git a/boards/ek-lm3s1968/hw/hw_afsk.c b/boards/ek-lm3s1968/hw/hw_afsk.c new file mode 100644 index 00000000..8adb432d --- /dev/null +++ b/boards/ek-lm3s1968/hw/hw_afsk.c @@ -0,0 +1,41 @@ +/** + * \file + * + * + * \brief AFSK modem hardware-specific definitions. + * + * + * \author Francesco Sacchi + */ + + +#include "hw_afsk.h" + diff --git a/boards/ek-lpc-p2378/hw/hw_afsk.c b/boards/ek-lpc-p2378/hw/hw_afsk.c new file mode 100644 index 00000000..8adb432d --- /dev/null +++ b/boards/ek-lpc-p2378/hw/hw_afsk.c @@ -0,0 +1,41 @@ +/** + * \file + * + * + * \brief AFSK modem hardware-specific definitions. + * + * + * \author Francesco Sacchi + */ + + +#include "hw_afsk.h" + -- 2.25.1