Searched full:category (Results 1 – 25 of 229) sorted by relevance
12345678910
/Zephyr-latest/doc/_extensions/zephyr/domain/ |
D | __init__.py | 15 - ``zephyr:code-sample-category::`` - Defines a category for grouping code samples. 16 - ``zephyr:code-sample-listing::`` - Shows a listing of code samples found in a given category. 24 - ``:zephyr:code-sample-category:`` - References a code sample category. 201 # move all the siblings of the category node underneath the section it contains 215 # finally, replace the category node with the section it contains 288 # find docname for tree.category["id"] 289 docname = self.env.domaindata["zephyr"]["code-samples-categories"][tree.category["id"]][ 295 *[nodes.Text(tree.category["name"])], 299 classes=["category-link"], 304 sorted_children = sorted(tree.children, key=lambda x: x.category["name"]) [all …]
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | language_extensions.ecl | 2 -config=MC3R1.R1.2,behaviors+={hide,"service(STD.tokenext)&&category(^(__asm__|__attribute__|__type… 4 -config=MC3R1.R1.2,behaviors+={hide,"service(STD.nonstdc)&&category(^GCC diagnostic (push|pop|ignor… 5 -config=MC3R1.R1.2,behaviors+={hide,"service(STD.freestlb)&&category(^(string|fcntl|time|errno|ctyp… 6 -config=MC3R1.R1.2,behaviors+={hide,"service(STD.diag)&&category(^(ext_missing_varargs_arg|ext_past…
|
/Zephyr-latest/samples/subsys/portability/ |
D | portability.rst | 1 .. zephyr:code-sample-category:: portability 8 See also :zephyr:code-sample-category:`POSIX sample applications<posix>`.
|
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_sensor_types.h | 23 * sensor category light 28 * sensor category motion 39 * sensor category other
|
/Zephyr-latest/samples/modules/compression/ |
D | compression.rst | 1 .. zephyr:code-sample-category:: compression
|
/Zephyr-latest/samples/subsys/debug/ |
D | index.rst | 1 .. zephyr:code-sample-category:: debug
|
/Zephyr-latest/samples/subsys/mgmt/ |
D | mgmt.rst | 1 .. zephyr:code-sample-category:: mgmt
|
/Zephyr-latest/samples/subsys/testsuite/ |
D | testsuite.rst | 1 .. zephyr:code-sample-category:: testsuite
|
/Zephyr-latest/samples/subsys/console/ |
D | console.rst | 1 .. zephyr:code-sample-category:: console
|
/Zephyr-latest/samples/subsys/display/ |
D | display.rst | 1 .. zephyr:code-sample-category:: display
|
/Zephyr-latest/samples/subsys/input/ |
D | input.rst | 1 .. zephyr:code-sample-category:: input
|
/Zephyr-latest/samples/subsys/logging/ |
D | logging.rst | 1 .. zephyr:code-sample-category:: logging
|
/Zephyr-latest/samples/subsys/modbus/ |
D | modbus.rst | 1 .. zephyr:code-sample-category:: modbus
|
/Zephyr-latest/samples/subsys/profiling/ |
D | profiling.rst | 1 .. zephyr:code-sample-category:: profiling
|
/Zephyr-latest/samples/subsys/sensing/ |
D | sensing.rst | 1 .. zephyr:code-sample-category:: sensing
|
/Zephyr-latest/samples/subsys/shell/ |
D | shell.rst | 1 .. zephyr:code-sample-category:: shell
|
/Zephyr-latest/samples/drivers/misc/ |
D | README.rst | 1 .. zephyr:code-sample-category:: misc_drivers
|
/Zephyr-latest/samples/basic/ |
D | basic.rst | 1 .. zephyr:code-sample-category:: basic
|
/Zephyr-latest/samples/sysbuild/ |
D | sysbuild.rst | 1 .. zephyr:code-sample-category:: sysbuild
|
/Zephyr-latest/samples/boards/phytec/ |
D | index.rst | 1 .. zephyr:code-sample-category:: phytec
|
/Zephyr-latest/samples/boards/st/bluetooth/ |
D | index.rst | 1 .. zephyr:code-sample-category:: stm32_bluetooth
|
/Zephyr-latest/samples/drivers/fpga/ |
D | index.rst | 1 .. zephyr:code-sample-category:: fpga
|
/Zephyr-latest/samples/boards/bbc/ |
D | index.rst | 1 .. zephyr:code-sample-category:: bbc
|
/Zephyr-latest/samples/boards/ |
D | boards.rst | 1 .. zephyr:code-sample-category:: boards
|
/Zephyr-latest/samples/boards/microchip/ |
D | index.rst | 1 .. zephyr:code-sample-category:: microchip
|
12345678910