From c32b1efa43e31bd9a8a7eae3623664d00c34d842 Mon Sep 17 00:00:00 2001 From: Alan Cudmore Date: Sat, 23 Mar 2013 19:13:07 +0100 Subject: bsp/raspberrypi: New BSP --- .../lib/libbsp/arm/raspberrypi/startup/bspreset.c | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c (limited to 'c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c') diff --git a/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c b/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c new file mode 100644 index 0000000000..588a33ec09 --- /dev/null +++ b/c/src/lib/libbsp/arm/raspberrypi/startup/bspreset.c @@ -0,0 +1,35 @@ +/** + * @file + * + * @ingroup raspberrypi + * + * @brief Reset code. + */ + +/* + * Copyright (c) 2013 by Alan Cudmore + * Based on work by: + * Copyright (c) 2009 + * embedded brains GmbH + * Obere Lagerstr. 30 + * D-82178 Puchheim + * Germany + * + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * + * http://www.rtems.com/license/LICENSE + * + */ + +#include + +#include + +void bsp_reset( void) +{ + while (true) { + /* Do nothing */ + } +} -- cgit v1.2.3