Skip to content

Commit 11b8dd8

Browse files
nashifgalak
authored andcommitted
boards: minnowboard: remove untested and old board
Remove minnowboard configuration which is very basic and can be brought back by just taking another X86 configuration. We have not tested this board for a while and it is not being used actively, so remove it. Signed-off-by: Anas Nashif <[email protected]>
1 parent 86209ac commit 11b8dd8

File tree

9 files changed

+0
-283
lines changed

9 files changed

+0
-283
lines changed

boards/x86/minnowboard/Kconfig.board

Lines changed: 0 additions & 5 deletions
This file was deleted.

boards/x86/minnowboard/Kconfig.defconfig

Lines changed: 0 additions & 11 deletions
This file was deleted.

boards/x86/minnowboard/doc/index.rst

Lines changed: 0 additions & 196 deletions
This file was deleted.
-36 KB
Binary file not shown.

boards/x86/minnowboard/minnowboard.dts

Lines changed: 0 additions & 42 deletions
This file was deleted.

boards/x86/minnowboard/minnowboard.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

boards/x86/minnowboard/minnowboard_defconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

doc/_scripts/redirects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
('boards/riscv/zedboard_pulpino/doc/zedboard_pulpino', 'boards/riscv/zedboard_pulpino/doc/index'),
134134
('boards/x86/arduino_101/doc/board', 'boards/x86/arduino_101/doc/index'),
135135
('boards/x86/galileo/doc/galileo', 'boards/x86/galileo/doc/index'),
136-
('boards/x86/minnowboard/doc/minnowboard', 'boards/x86/minnowboard/doc/index'),
137136
('boards/x86/qemu_x86/doc/board', 'boards/x86/qemu_x86/doc/index'),
138137
('boards/x86/tinytile/doc/board', 'boards/x86/tinytile/doc/index'),
139138
('boards/x86/up_squared/doc/up_squared', 'boards/x86/up_squared/doc/index'),

tests/benchmarks/app_kernel/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
cmake_minimum_required(VERSION 3.13.1)
4-
if(BOARD STREQUAL "minnowboard")
5-
set(CONF_FILE prj_fp.conf)
6-
endif()
7-
84
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
95
project(app_kernel)
106

0 commit comments

Comments
 (0)