Commit be61a66e authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

boards: remove panther board



This board was never released and is similar in many ways to the
quark_se_c1000_devboard.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 2c208e99
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line

config BOARD_PANTHER_SS
	bool "Panther - Sensor Sub System"
	depends on SOC_QUARK_SE_C1000_SS
+0 −7
Original line number Diff line number Diff line

if BOARD_PANTHER_SS

config BOARD
	default "panther_ss"

endif # BOARD_PANTHER_SS

boards/arc/panther_ss/board.cmake

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
set(PRE_LOAD targets 1)
board_runner_args(openocd "--cmd-pre-load=\"${PRE_LOAD}\"")
set(OPENOCD_USE_LOAD_IMAGE NO)
include($ENV{ZEPHYR_BASE}/boards/common/openocd.board.cmake)

boards/arc/panther_ss/board.h

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016 Intel Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#ifndef __INC_BOARD_H
#define __INC_BOARD_H

#include <soc.h>

/* Push button switch 0 */
#define SW0_GPIO_PIN	4
#define SW0_GPIO_NAME	CONFIG_GPIO_QMSI_1_NAME

/* Push button switch 1 */
#define SW1_GPIO_PIN	5
#define SW1_GPIO_NAME	CONFIG_GPIO_QMSI_0_NAME


/* Onboard LED */
#define LED0_GPIO_PORT  CONFIG_GPIO_QMSI_0_NAME
#define LED0_GPIO_PIN   25

#endif /* __INC_BOARD_H */
+0 −12
Original line number Diff line number Diff line
identifier: panther_ss
name: Panther Board - Sensor Subsystem
type: mcu
arch: arc
ram: 24
flash: 152
toolchain:
  - zephyr
testing:
  ignore_tags:
    - net
    - bluetooth
Loading