Lines Matching +full:board +full:- +full:to +full:- +full:board

1 # SPDX-License-Identifier: Apache-2.0
3 config BOARD config
5 # When using hw model v2, then the board is inherited from CMake.
6 default "$(BOARD)" if "$(HWM_SCHEME)" = "v2"
8 This option holds the name of the board and is used to locate the files
9 related to the board in the source tree (under boards/).
10 The Board is the first location where we search for a linker.ld file,
17 If the BOARD has a revision field set, this is the revision.
18 Otherwise, it is the empty string. For example, if BOARD is
19 "plank@foo", this option will be "foo". If BOARD is "plank",
24 default "$(BOARD)@$(BOARD_REVISION)$(BOARD_QUALIFIERS)" if "$(BOARD_REVISION)" != ""
25 default "$(BOARD)$(BOARD_QUALIFIERS)"
27 Contains the board target (full string including name, revision, soc, cluster and
28 variant) of the board being used.
36 This hidden option is set in the board configuration and indicates
37 the Zephyr release that the board configuration will be removed.
38 When set, any build for that board will generate a clearly visible
40 When adding this to a BOARD, remember to follow the instructions in
54 enabled to allow for easy use of SLIP or PPP
65 menu "Board Options"
88 the virtual time will jump to the next timer deadline instantly
89 whenever the virtual CPU goes to sleep mode and will not advance
94 int "QEMU ivshmem-plain shared memory size in mega-bytes"
98 This sets the size of the shared memory when using ivshmem-plain
99 device in Qemu. Note that it's in mega-bytes, so 1 means 1M for Qemu
103 bool "QEMU uses UEFI to boot up"
108 to boot up.
115 This options is passed onto QEMU as a parameter to `-gdb` option.
116 The default value is equivalent to `-s` which is a shorthand for
117 `-gdb tcp::1234`. An empty value omits the `-gdb` parameter altogether.
118 This allows the injection of `-gdb` parameter from other sources such
119 as the `QEMU_EXTRA_FLAGS` environment variable. Refer to application
127 This option is to pass onto QEMU an extra list of parameters
128 to setup devices, for example to allocate interface for Zephyr
129 GDBstub over serial with `-serial tcp:127.0.0.1:5678,server`
134 Indicates that a board has no other capabilities than to use the CDC
138 bool "Board uses USB CDC ACM UART as serial backend"
143 time to be used as a backend for logging or shell.
145 # There might not be any board options, hence the optional source
152 Should be selected if board provides custom method for retrieving