File tree Expand file tree Collapse file tree 7 files changed +7
-61
lines changed
samples/boards/up_squared/gpio_counter Expand file tree Collapse file tree 7 files changed +7
-61
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,3 @@ config BOARD_UP_SQUARED
5
5
bool "UP Squared (x86_64)"
6
6
depends on SOC_APOLLO_LAKE
7
7
select X86_64
8
-
9
- config BOARD_UP_SQUARED_32
10
- bool "UP Squared (x86)"
11
- depends on SOC_APOLLO_LAKE
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
3
- if BOARD_UP_SQUARED || BOARD_UP_SQUARED_32
3
+ if BOARD_UP_SQUARED
4
4
5
5
config BOARD
6
- default "up_squared_32" if BOARD_UP_SQUARED_32
7
6
default "up_squared"
8
7
9
8
config MP_NUM_CPUS
@@ -30,4 +29,4 @@ config APIC_TIMER_TSC_N
30
29
default 249
31
30
endif
32
31
33
- endif # BOARD_UP_SQUARED || BOARD_UP_SQUARED_32
32
+ endif # BOARD_UP_SQUARED
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
name : Example of using GPIOs on UP Squared board
4
4
tests :
5
5
sample.board.up_squared.gpio_counter :
6
- platform_allow : up_squared up_squared_32
6
+ platform_allow : up_squared
7
7
tags : gpio
8
+ integration_platforms :
9
+ - up_squared
Original file line number Diff line number Diff line change 1
1
tests :
2
2
arch.x86.info :
3
3
arch_allow : x86
4
- platform_allow : qemu_x86 ehl_crb up_squared up_squared_32
4
+ platform_allow : qemu_x86 ehl_crb up_squared
5
5
harness : console
6
6
harness_config :
7
7
type : one_line
8
8
regex :
9
9
- " info: complete"
10
10
arch.x86.info.userspace :
11
11
arch_allow : x86
12
- platform_allow : qemu_x86 ehl_crb up_squared up_squared_32
12
+ platform_allow : qemu_x86 ehl_crb up_squared
13
13
extra_configs :
14
14
- CONFIG_TEST_USERSPACE=y
15
15
harness : console
You can’t perform that action at this time.
0 commit comments