/Zephyr-latest/scripts/ |
D | list_shields.py | 12 # 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:
|
D | west-commands.yml | 13 - file: scripts/west_commands/shields.py 15 - name: shields 16 class: Shields 17 help: display list of supported shields
|
/Zephyr-latest/cmake/modules/ |
D | shields.cmake | 5 # 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/ |
D | index.rst | 3 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/ |
D | shields.rst | 1 .. 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/ |
D | index.rst | 11 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/ |
D | shields.rst | 3 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 …]
|
D | index.rst | 14 shields.rst
|
/Zephyr-latest/scripts/west_commands/ |
D | shields.py | 21 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/ |
D | README.rst | 10 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`.
|
D | sample.yaml | 4 sample.shields.x_nucleo_iks02a1.microphone:
|
/Zephyr-latest/boards/shields/lmp90100_evb/doc/ |
D | index.rst | 23 SPI interface (see :ref:`shields` for more details). 47 :zephyr-app: samples/shields/lmp90100_evb/rtd
|
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/ |
D | sample.yaml | 5 sample.shields.lmp90100_evb.rtd:
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a1/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks01a1:
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/sensorhub/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks01a3.sensorhub:
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/sensorhub/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks01a2.sensorhub:
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks01a2.standard:
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub1/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks4a1.sensorhub1:
|
/Zephyr-latest/samples/shields/npm6001_ek/ |
D | sample.yaml | 7 sample.shields.npm6001_ek:
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/ |
D | sample.yaml | 4 sample.shields.x_nucleo_53l0a1:
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub2/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks4a1.sensorhub2:
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/ |
D | sample.yaml | 4 sample.shields.x_nucleo_iks02a1.sensorhub:
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/ |
D | sample.yaml | 6 sample.shields.x_nucleo_iks01a3.standard:
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/standard/ |
D | sample.yaml | 6 sample.shields.x_nucleo_iks02a1.standard:
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/ |
D | sample.yaml | 6 sample.shields.x_nucleo_iks4a1.standard:
|