Searched full:board (Results 1 – 25 of 3722) sorted by relevance
12345678910>>...149
/Zephyr-Core-3.6.0/cmake/modules/ |
D | boards.cmake | 5 # Validate board and setup boards target. 7 # This CMake module will validate the BOARD argument as well as splitting the 8 # BOARD argument into <BOARD> and <BOARD_REVISION>. When BOARD_EXTENSIONS option 9 # is enabled (default) this module will also take care of finding board 12 # If a board implementation is not found for the specified board an error will 15 # If user provided board is a board alias, the board will be adjusted to real 16 # board name. 18 # If board name is deprecated, then board will be adjusted to new board name and 24 # - BOARD: Board, without revision field. 25 # - BOARD_REVISION: Board revision [all …]
|
/Zephyr-Core-3.6.0/doc/hardware/porting/ |
D | board_porting.rst | 3 Board Porting Guide 6 To add Zephyr support for a new :term:`board`, you at least need a *board 7 directory* with various files in it. Files in the board directory inherit 17 - Board: a particular CPU instance and its peripherals in a concrete hardware 19 - SoC: the exact system on a chip the board's CPU is part of 27 .. figure:: board/hierarchy.png 40 * - Board 75 :ref:`create-your-board-directory`. If you don't know, try: 78 board documentation to find out for sure. 113 .. _create-your-board-directory: [all …]
|
/Zephyr-Core-3.6.0/samples/subsys/ipc/rpmsg_service/ |
D | Kconfig.sysbuild | 9 default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp" 10 default "bl5340_dvk_cpunet" if $(BOARD) = "bl5340_dvk_cpuapp" 11 default "lpcxpresso54114_m0" if $(BOARD) = "lpcxpresso54114_m4" 12 default "mps2_an521_remote" if $(BOARD) = "mps2_an521" 13 default "v2m_musca_b1_ns" if $(BOARD) = "v2m_musca_b1" 14 default "esp32_devkitc_wroom_appcpu" if $(BOARD) = "esp32_devkitc_wroom" 15 default "esp32_devkitc_wrover_appcpu" if $(BOARD) = "esp32_devkitc_wrover" 16 default "esp32s3_devkitm_appcpu" if $(BOARD) = "esp32s3_devkitm"
|
/Zephyr-Core-3.6.0/samples/drivers/mbox/remote/ |
D | CMakeLists.txt | 12 if(("${BOARD}" STREQUAL "nrf5340dk_nrf5340_cpunet") OR 13 ("${BOARD}" STREQUAL "nrf5340bsim_nrf5340_cpunet") OR 14 ("${BOARD}" STREQUAL "mimxrt1170_evkb_cm4") OR 15 ("${BOARD}" STREQUAL "mimxrt1170_evk_cm4") OR 16 ("${BOARD}" STREQUAL "mimxrt1160_evk_cm4") OR 17 ("${BOARD}" STREQUAL "lpcxpresso55s69_cpu1") OR 18 ("${BOARD}" STREQUAL "adp_xc7k_ae350")) 19 message(STATUS "${BOARD} compile as remote in this sample") 21 message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
/Zephyr-Core-3.6.0/samples/drivers/mbox/ |
D | Kconfig.sysbuild | 10 default "nrf5340dk_nrf5340_cpunet" if $(BOARD) = "nrf5340dk_nrf5340_cpuapp" 11 default "nrf5340bsim_nrf5340_cpunet" if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp" 12 default "adp_xc7k_ae350" if $(BOARD) = "adp_xc7k_ae350" 13 default "mimxrt1170_evkb_cm4" if $(BOARD) = "mimxrt1170_evkb_cm7" 14 default "mimxrt1170_evk_cm4" if $(BOARD) = "mimxrt1170_evk_cm7" 15 default "mimxrt1160_evk_cm4" if $(BOARD) = "mimxrt1160_evk_cm7" 16 default "lpcxpresso55s69_cpu1" if $(BOARD) = "lpcxpresso55s69_cpu0"
|
D | CMakeLists.txt | 14 if(("${BOARD}" STREQUAL "nrf5340dk_nrf5340_cpuapp") OR 15 ("${BOARD}" STREQUAL "nrf5340bsim_nrf5340_cpuapp") OR 16 ("${BOARD}" STREQUAL "adp_xc7k_ae350") OR 17 ("${BOARD}" STREQUAL "mimxrt1170_evkb_cm7") OR 18 ("${BOARD}" STREQUAL "mimxrt1170_evk_cm7") OR 19 ("${BOARD}" STREQUAL "mimxrt1160_evk_cm7") OR 20 ("${BOARD}" STREQUAL "lpcxpresso55s69_cpu0")) 21 message(STATUS "${BOARD} compile as Main in this sample") 23 message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
D | sysbuild.cmake | 7 "Target ${BOARD} not supported for this sample. " 8 "There is no remote board selected in Kconfig.sysbuild") 16 BOARD ${SB_CONFIG_REMOTE_BOARD} 23 if ("${BOARD}" STREQUAL "mimxrt1170_evkb_cm7" OR 24 "${BOARD}" STREQUAL "mimxrt1170_evk_cm7" OR 25 "${BOARD}" STREQUAL "mimxrt1160_evk_cm7" OR 26 "${BOARD}" STREQUAL "lpcxpresso55s69_cpu0"
|
/Zephyr-Core-3.6.0/samples/subsys/ipc/openamp/ |
D | Kconfig.sysbuild | 9 default "lpcxpresso54114_m0" if $(BOARD) = "lpcxpresso54114_m4" 10 default "lpcxpresso55s69_cpu1" if $(BOARD) = "lpcxpresso55s69_cpu0" 11 default "mps2_an521_remote" if $(BOARD) = "mps2_an521" 12 default "v2m_musca_b1_ns" if $(BOARD) = "v2m_musca_b1" 13 default "mimxrt1170_evk_cm4" if $(BOARD) = "mimxrt1170_evk_cm7" 14 default "mimxrt1160_evk_cm4" if $(BOARD) = "mimxrt1160_evk_cm7" 15 default "mimxrt1170_evkb_cm4" if $(BOARD) = "mimxrt1170_evkb_cm7"
|
/Zephyr-Core-3.6.0/boards/arm/efr32_radio/ |
D | Kconfig.board | 2 # EFR32FG1P BRD4250B / EFR32FG13P BRD4255A board 9 bool "Silicon Labs BRD4104A (Blue Gecko Radio Board)" 15 bool "Silicon Labs BRD4170A (Mighty Gecko Radio Board)" 21 bool "Silicon Labs BRD4161A (Mighty Gecko Radio Board)" 27 bool "Silicon Labs BRD4250B (Flex Gecko Radio Board)" 33 bool "Silicon Labs BRD4180A (Mighty Gecko Radio Board)" 39 bool "Silicon Labs BRD4187C (Mighty Gecko Radio Board)" 45 bool "Silicon Labs BRD4255A (Flex Gecko Radio Board)"
|
/Zephyr-Core-3.6.0/samples/drivers/led_apa102/ |
D | README.rst | 23 - Zephyr board with SPI master driver. SPI communications must use 5V 32 #. Ensure your Zephyr board, the 5V power supply, and the LED strip 34 #. Connect the MOSI pin of your board's SPI master to the data input 36 #. Connect the SCLK pin of your board's SPI master to the clock input 46 Configure For Your Board 49 Now check if your board is already supported, by looking for a file 52 If your board isn't supported yet, you'll need to configure the 55 #. Configure your board's SPI master in a configuration file under 58 To provide additional configuration for some particular board, 66 #. Configure your board's dts overlay. See ``nucleo_l432kc.overlay`` [all …]
|
/Zephyr-Core-3.6.0/boards/arm/qomu/doc/ |
D | index.rst | 9 The Qomu board is a platform with an on-board QuickLogic EOS S3 Sensor Processing Platform. 12 .. figure:: img/qomu-board.png 22 - 16 Mbit of on-board flash memory 27 Detailed information about the board can be found in a `Qomu repository`_ and `Qomu User Guide`_. 45 :board: qomu 48 #. Remove Qomu board from USB port. 49 #. Insert Qomu board to USB port. 68 https://github.com/QuickLogic-Corp/qomu-dev-board 71 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/Qomu_UserGuide.pdf 74 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/qomu-board.pdf
|
/Zephyr-Core-3.6.0/boards/arm/xiao_ble/ |
D | board.cmake | 6 board_runner_args(uf2 "--board-id=Seeed_XIAO_nRF52840_Sense") 7 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 8 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 9 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
/Zephyr-Core-3.6.0/boards/arm/efr32_radio/doc/ |
D | brd4255a.rst | 9 The EFR32FG13P Flex Gecko 2.4 GHz and 915 MHz Radio Board is delivered as a 10 `standalone Proprietary Wireless radio board`_. It contains a EFR32FG13P Wireless 15 :alt: SLWRB4255A Flex Gecko 2.4 GHz and 915 MHz Radio Board 19 The BRD4255A a.k.a. SLWRB4255A radio board plugs into the Wireless Starter Kit 33 For more information about the EFR32FG13 SoC and BRD4255A board, refer to these 45 :ref:`EFR32 Radio Board Supported Features <efr32_radio_supported_features>` 47 efr32_radio_brd4255a board. 57 board. 63 USART0 is connected to the board controller and is used for the console. 69 :ref:`Programming and Debugging EFR32 Radio Board <efr32_radio_programming>` [all …]
|
/Zephyr-Core-3.6.0/samples/drivers/misc/ft800/ |
D | README.rst | 18 * A board with SPI support 19 * Display with `FT800 EVE`_ like `VM800C board`_ 24 You will need to connect the `FT800 EVE`_ SPI interface onto a board that 30 This sample should work on any board that has SPI enabled and has an Arduino 31 shield interface. For example, it can be run on the nRF52840-DK board as 36 :board: nrf52840dk_nrf52840 40 To build the sample for `VM800C board`_ the shield must be defined as described 45 :board: nrf52840dk_nrf52840 50 .. _VM800C board: https://www.ftdichip.com/old2020/Products/Modules/VM800C.html
|
/Zephyr-Core-3.6.0/boards/ |
D | Kconfig | 3 config BOARD config 6 This option holds the name of the board and is used to locate the files 7 related to the board in the source tree (under boards/). 8 The Board is the first location where we search for a linker.ld file, 15 If the BOARD has a revision field set, this is the revision. 16 Otherwise, it is the empty string. For example, if BOARD is 17 "plank@foo", this option will be "foo". If BOARD is "plank", 23 This hidden option is set in the board configuration and indicates 24 the Zephyr release that the board configuration will be removed. 25 When set, any build for that board will generate a clearly visible [all …]
|
/Zephyr-Core-3.6.0/tests/drivers/mbox/mbox_data/remote/ |
D | CMakeLists.txt | 10 if(("${BOARD}" STREQUAL "mimxrt1170_evkb_cm4") OR 11 ("${BOARD}" STREQUAL "mimxrt1170_evk_cm4") OR 12 ("${BOARD}" STREQUAL "mimxrt1160_evk_cm4") OR 13 ("${BOARD}" STREQUAL "lpcxpresso55s69_cpu1")) 14 message(STATUS "${BOARD} compile as remote in this sample") 16 message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
/Zephyr-Core-3.6.0/samples/drivers/mbox_data/remote/ |
D | CMakeLists.txt | 10 if(("${BOARD}" STREQUAL "mimxrt1170_evkb_cm4") OR 11 ("${BOARD}" STREQUAL "mimxrt1170_evk_cm4") OR 12 ("${BOARD}" STREQUAL "mimxrt1160_evk_cm4") OR 13 ("${BOARD}" STREQUAL "lpcxpresso55s69_cpu1")) 14 message(STATUS "${BOARD} compile as remote in this sample") 16 message(FATAL_ERROR "${BOARD} is not supported for this sample")
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/cis/tests_scripts/ |
D | connected_iso.sh | 15 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 18 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 21 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 24 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 27 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 30 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 33 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 36 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 39 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \ 42 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay_conf \
|
D | connected_iso_acl_first.sh | 15 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 18 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 21 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 24 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 27 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 30 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 33 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 36 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 39 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \ 42 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-acl_first_conf \
|
D | connected_iso_legacy_adv.sh | 15 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 18 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 21 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 24 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 27 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 30 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 33 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 36 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 39 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \ 42 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_conf \
|
D | connected_iso_legacy_adv_acl_first.sh | 15 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 18 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 21 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 24 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 27 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 30 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 33 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 36 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 39 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \ 42 Execute ./bs_${BOARD}_tests_bsim_bluetooth_ll_cis_prj_conf_overlay-legacy_adv_acl_first_conf \
|
/Zephyr-Core-3.6.0/tests/drivers/mbox/mbox_data/ |
D | sysbuild.cmake | 7 "Target ${BOARD} not supported for this sample. " 8 "There is no remote board selected in Kconfig.sysbuild") 16 BOARD ${SB_CONFIG_REMOTE_BOARD} 19 if ("${BOARD}" STREQUAL "mimxrt1170_evkb_cm7" OR 20 "${BOARD}" STREQUAL "mimxrt1170_evk_cm7" OR 21 "${BOARD}" STREQUAL "mimxrt1160_evk_cm7"
|
/Zephyr-Core-3.6.0/samples/drivers/mbox_data/ |
D | sysbuild.cmake | 7 "Target ${BOARD} not supported for this sample. " 8 "There is no remote board selected in Kconfig.sysbuild") 16 BOARD ${SB_CONFIG_REMOTE_BOARD} 19 if ("${BOARD}" STREQUAL "mimxrt1170_evkb_cm7" OR 20 "${BOARD}" STREQUAL "mimxrt1170_evk_cm7" OR 21 "${BOARD}" STREQUAL "mimxrt1160_evk_cm7"
|
/Zephyr-Core-3.6.0/boards/shields/x_nucleo_53l0a1/doc/ |
D | index.rst | 3 X-NUCLEO-53L0A1 ranging and gesture detection sensor expansion board 9 The X-NUCLEO-53L0A1 expansion board features the VL53L0X ranging and gesture 11 an evaluation board that provides an introduction to the ranging and gesture 14 One VL53L0X is soldered on the expansion board itself. A set of spacers and 15 a cover glass are provided with the board, and can be fitted onto this center 19 The expansion board is compatible with the STM32 Nucleo board family, 26 More information about the board can be found at the 32 This shield can only be used with a development board that provides a 54 - `X-NUCLEO-53L0A1 ranging and gesture detection sensor expansion board User Manual`_ 74 :board: nucleo_f429zi [all …]
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/disconnect/scripts/ |
D | _compile.sh | 8 BOARD="${BOARD:-nrf52_bsim}" 9 dut_exe="bs_${BOARD}_tests_bsim_bluetooth_host_misc_disconnect_dut_prj_conf" 10 tester_exe="bs_${BOARD}_tests_bsim_bluetooth_host_misc_disconnect_tester_prj_conf" 15 west build -b ${BOARD} -d build_dut dut && \ 17 west build -b ${BOARD} -d build_tester tester && \
|
12345678910>>...149