/Zephyr-latest/scripts/west_commands/ |
D | boards.py | 95 for board in list_boards.find_boards(args): 96 if name_re is not None and not name_re.search(board.name): 99 if board.revisions: 100 revisions_list = ' '.join([rev.name for rev in board.revisions]) 104 self.inf(args.format.format(name=board.name, arch=board.arch, 105 revision_default=board.revision_default, 107 dir=board.dir, hwm=board.hwm, qualifiers='')) 109 for board in list_boards.find_v2_boards(args).values(): 110 if name_re is not None and not name_re.search(board.name): 113 if board.revisions: [all …]
|
/Zephyr-latest/samples/sensor/mcux_acmp/ |
D | README.rst | 11 sample supports the :zephyr:board:`twr_ke18f`, :zephyr:board:`mimxrt1170_evk`, :zephyr:board:`frdm_… 12 , :zephyr:board:`frdm_ke17z512` and :zephyr:board:`mimxrt1180_evk`. 16 the positive input can be adjusted by turning the on-board potentiometer for 17 :zephyr:board:`twr_ke18f` board, for :zephyr:board:`mimxrt1170_evk` the voltage signal is 18 captured on J25-13, the :zephyr:board:`frdm_ke17z` and :zephyr:board:`frdm_ke17z512` boards are 19 captured in J2-3, the :zephyr:board:`mimxrt1180_evk` board are captured in J45-13, need 29 Build the application for the :zephyr:board:`twr_ke18f` board, and adjust the 30 ACMP input voltage by turning the on-board potentiometer. 34 :board: twr_ke18f 40 Build the application for the MIMXRT1170-EVK board, and adjust the [all …]
|
/Zephyr-latest/boards/seeed/xiao_ble/ |
D | board.cmake | 6 board_runner_args(uf2 "--board-id=Seeed_XIAO_nRF52840_Sense") 7 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 8 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 9 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/uf2.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
/Zephyr-latest/boards/croxel/croxel_cx1825/ |
D | board.cmake | 5 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 6 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 7 include(${ZEPHYR_BASE}/boards/common/nrfutil.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-nrf5.board.cmake)
|
/Zephyr-latest/boards/adafruit/itsybitsy/ |
D | board.cmake | 3 include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) 6 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 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-nrf5.board.cmake)
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 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 23 - Support for reusing the SoC and board Kconfig trees outside of the Zephyr 43 referred to as "hardware model v2") requires modifications to all existing board 47 with two options if they have an out-of-tree board (or SoC): 49 #. Convert the out-of-tree board to the current hardware model (recommended) 52 :ref:`zephyr module <modules>` or ``SOC_ROOT``). This will allow your board, 55 When converting your board from the previous to the current hardware model, we 58 how to port a simple board. Additionally, a `conversion script`_ is available 74 Primarily, each :term:`board` has one or more :term:`SoC`. [all …]
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | board.cmake | 13 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 14 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 15 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 18 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 19 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 20 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 21 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_evkannab1/ |
D | board.cmake | 1 # u-blox EVK-ANNA-B1 board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/rakwireless/rak5010/ |
D | board.cmake | 6 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 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-nrf5.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_bmd380eval/ |
D | board.cmake | 1 # BMD-380-EVAL board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_evkninab1/ |
D | board.cmake | 1 # u-blox EVK-NINA-B1 board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_evkninab3/ |
D | board.cmake | 1 # EVK-NINA-B3 board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_evkninab4/ |
D | board.cmake | 1 # NINA-B4 EVK board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_bmd300eval/ |
D | board.cmake | 1 # BMD-300-EVAL, BMD-301-EVAL, and BMD-350-EVAL board configuration 8 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 9 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/ |
D | board.cmake | 1 # BMD-345-EVAL board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_bmd340eval/ |
D | board.cmake | 1 # BMD-340-EVAL board configuration 9 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 11 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 12 include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 13 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/cmake/modules/ |
D | boards.cmake | 5 # Validate board and setup boards target. 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 31 # - BOARD_DIR: Board directory with the implementation for selected board 32 # - ARCH_DIR: Arch dir for extracted from selected board 34 # - BOARD_EXTENSION_DIRS: List of board extension directories (If 38 # - board: when invoked, a list of valid boards will be printed [all …]
|
/Zephyr-latest/boards/u-blox/ubx_bmd360eval/ |
D | board.cmake | 1 # BMD-360-EVAL board configuration 7 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 8 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 9 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/u-blox/ubx_bmd330eval/ |
D | board.cmake | 1 # BMD-330-EVAL board configuration 7 include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake) 8 include(${ZEPHYR_BASE}/boards/common/nrfjprog.board.cmake) 9 include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 10 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/samples/drivers/dac/ |
D | README.rst | 15 The DAC output is defined in the board's devicetree and pinmux file. 17 The board's :ref:`/zephyr,user <dt-zephyr-user>` node must have ``dac``, 24 :zephyr:board:`nucleo_l073rz` as follows: 28 :board: nucleo_l073rz 35 :zephyr:board:`nucleo_l152re` as follows: 39 :board: nucleo_l152re 46 :zephyr:board:`nucleo_f767zi` as follows: 50 :board: nucleo_f767zi 57 :zephyr:board:`stm32f3_disco` as follows: 61 :board: stm32f3_disco [all …]
|
/Zephyr-latest/boards/quicklogic/qomu/doc/ |
D | index.rst | 1 .. zephyr:board:: qomu 6 The Qomu board is a platform with an on-board QuickLogic EOS S3 Sensor Processing Platform. 12 - 16 Mbit of on-board flash memory 17 Detailed information about the board can be found in a `Qomu repository`_ and `Qomu User Guide`_. 35 :board: qomu 38 #. Remove Qomu board from USB port. 39 #. Insert Qomu board to USB port. 58 https://github.com/QuickLogic-Corp/qomu-dev-board 61 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/Qomu_UserGuide.pdf 64 https://github.com/QuickLogic-Corp/qomu-dev-board/blob/master/doc/qomu-board.pdf
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 150 def board_key(board): argument 151 return board.name 171 if args.board is not None: 172 ret[arch] |= {b for b in boards if b.name == args.board} 244 for board in board_array: 246 if len(mutual_exclusive - board.keys()) < 1: 251 if 'extend' in board: 252 board.update({'dir': board_yml.parent}) 253 board_extensions.append(board) 258 if board['name'] != board_name: [all …]
|
/Zephyr-latest/doc/templates/ |
D | board.tmpl | 1 .. zephyr:board:: board_name 3 .. To ensure the board documentation page displays correctly, it is highly 6 The picture should be named after the board (e.g., "board_name.webp") 12 [A short description about the board, its main features and availability] 21 .. zephyr:board-supported-hw:: 26 [Tables describing the board PINs and how they are configured and can be used 34 [How to use this board with Zephyr and how to flash a Zephyr binary on this 40 [ How to debug this board]
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 1 .. zephyr:board:: quick_feather 6 The QuickFeather development board is a platform with an on-board QuickLogic 16 - 16 Mbit of on-board flash memory 21 Detailed information about the board can be found in a `QuickFeather repository`_. 26 .. zephyr:board-supported-hw:: 47 OpenOCD is needed. To connect to the board run: 51 …openocd -f /path/to/swd-programmer.cfg -f tcl/board/quicklogic_quickfeather.cfg -c "init" -c "rese… 58 To connect to the QuickFeather board with JLink please follow instructions 64 To debug the QuickFeather board please connect to the target with either 74 :board: quick_feather [all …]
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | README.rst | 15 - :zephyr:board:`lpcxpresso54114`, two core processors (Cortex-M4F and Cortex-M0+) 16 - :zephyr:board:`lpcxpresso55s69`, two core processors (dual Cortex-M33) 21 - :zephyr:board:`lpcxpresso54114` board 22 - :zephyr:board:`lpcxpresso55s69` board 29 :board: lpcxpresso54114/lpc54114/m4 39 :board: lpcxpresso55s69/lpc55s69/cpu0 45 Open a serial terminal (minicom, putty, etc.) and connect the board with the 53 Reset the board and the following message will appear on the corresponding
|