From 314e0e9f540e331dd7033a73c8232b7291b04c5b Mon Sep 17 00:00:00 2001 From: arighi Date: Mon, 24 May 2010 12:48:39 +0000 Subject: [PATCH] lpc-p2378: remove unused board directory tree. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3805 38d2e660-2303-0410-9eaa-f027e97ec537 --- .../benchmark/context_switch/cfg/cfg_gfx.h | 67 ---------- .../benchmark/context_switch/cfg/cfg_menu.h | 67 ---------- .../benchmark/kernel_footprint/cfg/cfg_gfx.h | 67 ---------- .../benchmark/kernel_footprint/cfg/cfg_menu.h | 67 ---------- boards/ek-lpc-p2378/hw/hw_rit128x96.h | 122 ------------------ 5 files changed, 390 deletions(-) delete mode 100644 boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_gfx.h delete mode 100644 boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_menu.h delete mode 100644 boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_gfx.h delete mode 100644 boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_menu.h delete mode 100644 boards/ek-lpc-p2378/hw/hw_rit128x96.h diff --git a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_gfx.h b/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_gfx.h deleted file mode 100644 index 59dde04c..00000000 --- a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_gfx.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for GFX module. - * - * \author Daniele Basile - */ - -#ifndef CFG_GFX_H -#define CFG_GFX_H - -/** - * Enable line clipping algorithm. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_CLIPPING 1 - -/** - * Enable text rendering in bitmaps. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_TEXT 1 - -/** - * Enable virtual coordinate system. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_VCOORDS 1 - -/** - * Select bitmap pixel format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "bitmap_format" - */ -#define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB - -#endif /* CFG_GFX_H */ - diff --git a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_menu.h b/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_menu.h deleted file mode 100644 index bbfa1e76..00000000 --- a/boards/ek-lpc-p2378/benchmark/context_switch/cfg/cfg_menu.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for Menu module. - * - * \author Daniele Basile - */ - -#ifndef CFG_MENU_H -#define CFG_MENU_H - -/** - * Enable button bar behind menus - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_MENUBAR 0 - -/** - * Level Edit Timeout - * $WIZ$ type = "boolean" - */ -#define CONFIG_LEVELEDIT_TIMEOUT 0 - -/** - * Menu timeout - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_TIMEOUT 0 - -/** - * Enable smooth scrolling in menus - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_SMOOTH 1 - - -#endif /* CFG_MENU_H */ - diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_gfx.h b/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_gfx.h deleted file mode 100644 index 59dde04c..00000000 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_gfx.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for GFX module. - * - * \author Daniele Basile - */ - -#ifndef CFG_GFX_H -#define CFG_GFX_H - -/** - * Enable line clipping algorithm. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_CLIPPING 1 - -/** - * Enable text rendering in bitmaps. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_TEXT 1 - -/** - * Enable virtual coordinate system. - * $WIZ$ type = "boolean" - */ -#define CONFIG_GFX_VCOORDS 1 - -/** - * Select bitmap pixel format. - * $WIZ$ type = "enum" - * $WIZ$ value_list = "bitmap_format" - */ -#define CONFIG_BITMAP_FMT BITMAP_FMT_PLANAR_V_LSB - -#endif /* CFG_GFX_H */ - diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_menu.h b/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_menu.h deleted file mode 100644 index bbfa1e76..00000000 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_menu.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for Menu module. - * - * \author Daniele Basile - */ - -#ifndef CFG_MENU_H -#define CFG_MENU_H - -/** - * Enable button bar behind menus - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_MENUBAR 0 - -/** - * Level Edit Timeout - * $WIZ$ type = "boolean" - */ -#define CONFIG_LEVELEDIT_TIMEOUT 0 - -/** - * Menu timeout - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_TIMEOUT 0 - -/** - * Enable smooth scrolling in menus - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_SMOOTH 1 - - -#endif /* CFG_MENU_H */ - diff --git a/boards/ek-lpc-p2378/hw/hw_rit128x96.h b/boards/ek-lpc-p2378/hw/hw_rit128x96.h deleted file mode 100644 index 5a8de9fc..00000000 --- a/boards/ek-lpc-p2378/hw/hw_rit128x96.h +++ /dev/null @@ -1,122 +0,0 @@ -/** - * \file - * - * - * \brief LM3S1986: OLED-RIT-128x96 (P14201) low-level hardware macros - * - * \author Andrea Righi - */ - -#ifndef HW_RIT128x96_H -#define HW_RIT128x96_H - -#include "cfg/macros.h" /* BV() */ -#include "cfg/debug.h" - -#include -#include -#include - -#include -#include -#include - -/** - * \name LCD I/O pins/ports - * @{ - */ -/* OLED Data/Command control pin */ -#define GPIO_OLEDDC_PIN BV(2) - -/* OLED enable pin */ -#define GPIO_OLEDEN_PIN BV(3) -/*@}*/ - -/** - * \name LCD bus control macros - * @{ - */ -/* Enter command mode */ -#define LCD_SET_COMMAND() \ - lm3s_gpioPinWrite(GPIO_PORTH_BASE, GPIO_OLEDDC_PIN, 0) - -/* Enter data mode */ -#define LCD_SET_DATA() \ - lm3s_gpioPinWrite(GPIO_PORTH_BASE, GPIO_OLEDDC_PIN, GPIO_OLEDDC_PIN) - -/* Send data to the display */ -#define LCD_WRITE(x) \ - { \ - uint32_t _x; \ - while (!lm3s_ssiWriteFrameNonBlocking(SSI0_BASE, x)); \ - /* Dummy read to drain the FIFO */ \ - while (!lm3s_ssiReadFrameNonBlocking(SSI0_BASE, &_x)); \ - } -/*@}*/ - -INLINE void lcd_rit128x96_hw_bus_init(void) -{ - uint32_t dummy; - - /* Enable the peripheral clock */ - SYSCTL_RCGC1_R |= SYSCTL_RCGC1_SSI0; - SYSCTL_RCGC2_R |= SYSCTL_RCGC2_GPIOA; - SYSCTL_RCGC2_R |= SYSCTL_RCGC2_GPIOH; - lm3s_busyWait(512); - - /* Configure the SSI0CLK and SSIOTX pins for SSI operation. */ - lm3s_gpioPinConfig(GPIO_PORTA_BASE, BV(2) | BV(3) | BV(5), - GPIO_DIR_MODE_HW, GPIO_STRENGTH_8MA, GPIO_PIN_TYPE_STD_WPU); - /* - * Configure the GPIO port pin used as a D/C# signal (data/command - * control) for OLED device, and the port pin used to enable power to - * the OLED panel. - */ - lm3s_gpioPinConfig(GPIO_PORTH_BASE, GPIO_OLEDDC_PIN | GPIO_OLEDEN_PIN, - GPIO_DIR_MODE_OUT, GPIO_STRENGTH_8MA, GPIO_PIN_TYPE_STD); - lm3s_gpioPinWrite(GPIO_PORTH_BASE, GPIO_OLEDDC_PIN | GPIO_OLEDEN_PIN, - GPIO_OLEDDC_PIN | GPIO_OLEDEN_PIN); - - /* Configure the SSI0 port for master mode */ - lm3s_ssiOpen(SSI0_BASE, SSI_FRF_MOTO_MODE_2, - SSI_MODE_MASTER, CPU_FREQ / 2, 8); - /* - * Configure the GPIO port pin used as a D/Cn signal for OLED device, - * and the port pin used to enable power to the OLED panel. - */ - lm3s_gpioPinConfig(GPIO_PORTA_BASE, GPIO_OLEDEN_PIN, - GPIO_DIR_MODE_HW, GPIO_STRENGTH_8MA, GPIO_PIN_TYPE_STD_WPU); - - /* Drain the SSI RX FIFO */ - while (lm3s_ssiReadFrameNonBlocking(SSI0_BASE, &dummy)); -} - -#endif /* HW_RIT128x96_H */ -- 2.25.1