Home
last modified time | relevance | path

Searched full:shields (Results 1 – 25 of 199) sorted by relevance

12345678

/Zephyr-latest/scripts/
Dlist_shields.py12 # This is shared code between the build system's 'shields' target
13 # and the 'west shields' extension command. If you change it, make
17 # 'ninja shields' in a build directory without west installed.)
32 for shields in find_shields_in(root):
33 ret.append(shields)
38 shields = root / 'boards' / 'shields'
41 for maybe_shield in (shields).iterdir():
66 def dump_shields(shields): argument
67 for shield in shields:
Dwest-commands.yml13 - file: scripts/west_commands/shields.py
15 - name: shields
16 class: Shields
17 help: display list of supported shields
/Zephyr-latest/cmake/modules/
Dshields.cmake5 # Validate shields and setup shields target.
9 # If a shield implementation is not found for one of the specified shields, an
10 # error will be raised and a list of valid shields will be printed.
16 # - SHIELD_AS_LIST : A CMake list of shields created from the SHIELD variable.
20 # - shields: when invoked, a list of valid shields will be printed
45 # SHIELD-NOTFOUND is a real CMake list, from which valid shields can be popped.
46 # After processing all shields, only invalid shields will be left in this list.
50 set(shield_dir ${root}/boards/shields)
52 # finding shields, e.g. x_nucleo_iks01a1/Kconfig.shield
75 # Process shields in-order
[all …]
/Zephyr-latest/boards/
Dindex.rst3 Supported Boards and Shields
12 Shields are hardware add-ons that can be stacked on top of a board to add extra
14 this page <boards-shields>`.
40 .. _boards-shields:
42 Shields chapter
49 shields/**/*
/Zephyr-latest/samples/shields/
Dshields.rst1 .. zephyr:code-sample-category:: shields
2 :name: Shields
6 Samples that demonstrate the use of shields in Zephyr.
/Zephyr-latest/boards/shields/arduino_uno_click/doc/
Dindex.rst11 host sockets that allow you to connect many other click shields to your
14 shields using the mikroBUS interface.
33 SPI and I2C interfaces (see :ref:`shields` for more details).
35 Connecting shields should use the first socket (``mikrobus_header_1``). This
42 other mikroBUS shields. For example:
/Zephyr-latest/doc/hardware/porting/
Dshields.rst3 Shields chapter
6 Shields, also known as "add-on" or "daughter boards", attach to a board
15 under :zephyr_file:`boards/shields`:
19 boards/shields/<shield>
41 board level, it is advised, specifically for shields devicetree descriptions,
54 It is possible to add source code to shields, as a way to meet configuration
61 Source code in shields shall not be used for purposes other than the
63 shields (and/or targets) shall not be captured here.
98 boards/shields/<shield>
110 Activate support for one or more shields by adding the matching ``--shield`` arguments
[all …]
Dindex.rst14 shields.rst
/Zephyr-latest/scripts/west_commands/
Dshields.py21 class Shields(WestCommand): class
25 'shields',
28 'Display supported shields',
42 Shields are listed using a Python 3 format string. Arguments
61 help='''a regular expression; only shields whose
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst10 shields
44 :zephyr-app: samples/shields/x_nucleo_iks02a1/microphone/
55 :zephyr_file:`boards/shields/x_nucleo_iks02a1/boards/nucleo_f411re.overlay`
78 See PCM and PDM configuration in file :zephyr_file:`samples/shields/x_nucleo_iks02a1/microphone/src…
85 :zephyr_file:`samples/shields/x_nucleo_iks02a1/microphone/src/main.c`.
Dsample.yaml4 sample.shields.x_nucleo_iks02a1.microphone:
/Zephyr-latest/boards/shields/lmp90100_evb/doc/
Dindex.rst23 SPI interface (see :ref:`shields` for more details).
47 :zephyr-app: samples/shields/lmp90100_evb/rtd
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/
Dsample.yaml5 sample.shields.lmp90100_evb.rtd:
/Zephyr-latest/samples/shields/x_nucleo_iks01a1/
Dsample.yaml4 sample.shields.x_nucleo_iks01a1:
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/sensorhub/
Dsample.yaml4 sample.shields.x_nucleo_iks01a3.sensorhub:
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/sensorhub/
Dsample.yaml4 sample.shields.x_nucleo_iks01a2.sensorhub:
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/
Dsample.yaml4 sample.shields.x_nucleo_iks01a2.standard:
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub1/
Dsample.yaml4 sample.shields.x_nucleo_iks4a1.sensorhub1:
/Zephyr-latest/samples/shields/npm6001_ek/
Dsample.yaml7 sample.shields.npm6001_ek:
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
Dsample.yaml4 sample.shields.x_nucleo_53l0a1:
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub2/
Dsample.yaml4 sample.shields.x_nucleo_iks4a1.sensorhub2:
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/
Dsample.yaml4 sample.shields.x_nucleo_iks02a1.sensorhub:
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/
Dsample.yaml6 sample.shields.x_nucleo_iks01a3.standard:
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/standard/
Dsample.yaml6 sample.shields.x_nucleo_iks02a1.standard:
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/
Dsample.yaml6 sample.shields.x_nucleo_iks4a1.standard:

12345678