boards: remove obsolete board basic_cortex_m3
This board is not being used or tested and does not actually run on any hardware, remove it in favor of well supported boards for this CPU. Jira: ZEP-850 Change-Id: Ied681b6059ad74f9d019054292c919a9f938e7d3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
70c68b92de
commit
572f4a1a14
|
@ -1,4 +0,0 @@
|
|||
|
||||
config BOARD_BASIC_CORTEX_M3
|
||||
bool "Basic Cortex-M3 Board"
|
||||
depends on SOC_TI_LM3S6965
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
if BOARD_BASIC_CORTEX_M3
|
||||
|
||||
config BOARD
|
||||
default basic_cortex_m3
|
||||
|
||||
endif # BOARD_BASIC_CORTEX_M3
|
|
@ -1,2 +0,0 @@
|
|||
# No C files (yet)
|
||||
obj- += dummy.o
|
|
@ -1,11 +0,0 @@
|
|||
CONFIG_ARM=y
|
||||
CONFIG_BOARD_BASIC_CORTEX_M3=y
|
||||
CONFIG_SOC_TI_LM3S6965=y
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_FLASH_SIZE=256
|
||||
CONFIG_SRAM_SIZE=64
|
||||
CONFIG_UART_STELLARIS=y
|
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2015 Intel Corporation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef __INC_BOARD_H
|
||||
#define __INC_BOARD_H
|
||||
|
||||
#include <soc.h>
|
||||
|
||||
#endif /* __INC_BOARD_H */
|
|
@ -4,7 +4,6 @@
|
|||
# board:(?!arduino_101) \
|
||||
# board:(?!arduino_101_sss) \
|
||||
# board:(?!arduino_due) \
|
||||
# board:(?!basic_cortex_m3) \
|
||||
# board:(?!basic_minuteia) \
|
||||
# board:(?!frdm_k64f) \
|
||||
# board:(?!galileo) \
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
# board:(?!arduino_101_sss) \
|
||||
# board:(?!arduino_due) \
|
||||
# board:(?!basic_minuteia) \
|
||||
# board:(?!basic_cortex_m3) \
|
||||
# board:(?!frdm_k64f) \
|
||||
# board:(?!galileo) \
|
||||
# board:(?!minnowboard) \
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
tags = bluetooth
|
||||
build_only = true
|
||||
# FIXME: minnowboard using IRQ3 for both UART console and h4
|
||||
platform_whitelist = basic_cortex_m3
|
||||
platform_whitelist = minnowboard
|
||||
kernel = micro
|
||||
|
||||
[test_nble]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
KERNEL_TYPE = nano
|
||||
BOARD ?= basic_cortex_m3
|
||||
BOARD ?= qemu_cortex_m3
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
|
|
Loading…
Reference in a new issue