Home
last modified time | relevance | path

Searched full:_ (Results 1 – 25 of 1404) sorted by relevance

12345678910>>...57

/Zephyr-latest/doc/security/
Dvulnerabilities.rst23 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-12>`_
26 <https://github.com/zephyrproject-rtos/zephyr/pull/6158>`_
41 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-17>`_
44 <https://github.com/zephyrproject-rtos/zephyr/pull/13260>`_
60 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-18>`_
63 <https://github.com/zephyrproject-rtos/zephyr/pull/13048>`_
78 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-20>`_
81 <https://github.com/zephyrproject-rtos/zephyr/pull/18702>`_
84 <https://github.com/zephyrproject-rtos/zephyr/pull/18659>`_
98 <https://zephyrprojectsec.atlassian.net/browse/ZEPSEC-25>`_
[all …]
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst73 …- `Dir 1.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_01_01.c>`_
75 …i.sei.cmu.edu/confluence/display/c/MSC09-C.+Character+encoding%3A+Use+subset+of+ASCII+for+safety>`_
80 …- `Dir 2.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_02_01.c>`_
87 …- `Dir 3.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_03_01.c>`_
94 …- `Dir 4.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_01.c>`_
101 …- `Dir 4.2 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_02.c>`_
108 …- `Dir 4.4 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_04.c>`_
110 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_
115 …- `Dir 4.5 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_05.c>`_
117 …CL02-C <https://wiki.sei.cmu.edu/confluence/display/c/DCL02-C.+Use+visually+distinct+identifiers>`_
[all …]
/Zephyr-latest/
DREADME.rst28 SPARC, MIPS, and a large number of `supported boards`_.
36 Welcome to Zephyr! See the `Introduction to Zephyr`_ for a high-level overview,
37 and the documentation's `Getting Started Guide`_ to start developing.
57 | �� `Zephyr Documentation`_
58 | �� `Getting Started Guide`_
59 | ���� `Tips when asking for help`_
60 | �� `Code samples`_
65 | �� `Source Code Repository`_
66 | �� `Releases`_
67 | �� `Contribution Guide`_
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q15.c48 arm_correlate_q15, a##_##b, a, b, \
49 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
105 arm_conv_q15, a##_##b, a, b, \
106 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
326 arm_conv_partial_q15, a##_##b##_##c, a, b, c, \
327 ref_conv_partial_##a##_##b##_##c, \
328 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
330 arm_conv_partial_fast_q15, a##_##b##_##c, a, b, c, \
331 ref_conv_partial_##a##_##b##_##c, \
332 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
[all …]
Dmisc_q7.c47 arm_correlate_q7, a##_##b, a, b, \
48 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
104 arm_conv_q7, a##_##b, a, b, \
105 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
231 arm_conv_partial_q7, a##_##b##_##c, a, b, c, \
232 ref_conv_partial_##a##_##b##_##c, \
233 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
235 arm_conv_partial_opt_q7, a##_##b##_##c, a, b, c, \
236 ref_conv_partial_##a##_##b##_##c, \
237 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c))
Dmisc_q31.c58 arm_correlate_q31, a##_##b, a, b, \
59 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
130 arm_conv_q31, a##_##b, a, b, \
131 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
266 arm_conv_partial_q31, a##_##b##_##c, a, b, c, \
267 ref_conv_partial_##a##_##b##_##c, \
268 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c)) \
270 arm_conv_partial_fast_q31, a##_##b##_##c, a, b, c, \
271 ref_conv_partial_##a##_##b##_##c, \
272 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c))
[all …]
Dmisc_f32.c62 arm_correlate_f32, a##_##b, a, b, \
63 ref_correlate_##a##_##b, ARRAY_SIZE(ref_correlate_##a##_##b))
137 arm_conv_f32, a##_##b, a, b, \
138 ref_conv_##a##_##b, ARRAY_SIZE(ref_conv_##a##_##b))
231 arm_conv_partial_f32, a##_##b##_##c, a, b, c, \
232 ref_conv_partial_##a##_##b##_##c, \
233 ARRAY_SIZE(ref_conv_partial_##a##_##b##_##c))
276 arm_levinson_durbin_f32, a##_##b, a, b, \
277 in_levinson_durbin_##a##_##b, \
278 ref_levinson_durbin_##a##_##b, \
[all …]
/Zephyr-latest/samples/modules/chre/
DREADME.rst10 `chre_api/chre/nanoapp.h`_:
20 #. *Audio* - a framework allowing nanoapps to get audio events. See `pal/audio.h`_ for API details.
22 `pal/gnss.h`_ for API details.
24 data/bias events. See `pal/sensor.h`_ for API details.
26 and some basic memory allocation/deallocation. See `pal/system.h`_ for API details.
27 #. *WiFi* - a framework allowing nanoapps to interact with the on board WiFi. See `pal/wifi.h`_ for
30 current capabilities and info. See `pal/wwan.h`_ for API details.
57 #. Add an implementation of the `pal/sensor.h`_ and `pal/system.h`_ to Zephyr. These will be
68 .. _`chre_api/chre/nanoapp.h`: https://cs.android.com/android/platform/superproject/+/master:system…
69 .. _`pal/audio.h`: https://cs.android.com/android/platform/superproject/+/master:system/chre/pal/in…
[all …]
/Zephyr-latest/include/zephyr/linker/
Diterable_sections.h16 _CONCAT(_##struct_type, _list_start) = .; \
17 KEEP(*(SORT_BY_NAME(._##struct_type.static.*))); \
18 _CONCAT(_##struct_type, _list_end) = .
21 _CONCAT(_##struct_type, _list_start) = .; \
22 KEEP(*(SORT(._##struct_type.static.*_?_*))); \
23 KEEP(*(SORT(._##struct_type.static.*_??_*))); \
24 _CONCAT(_##struct_type, _list_end) = .
31 _CONCAT(_##struct_type, _list_start) = .; \
32 *(SORT_BY_NAME(._##struct_type.static.*)); \
33 _CONCAT(_##struct_type, _list_end) = .
[all …]
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/test_scripts/
Drun_tests.sh9 test_exe="bs_${BOARD_TS}_$(guess_test_long_name)_prj_conf"
16 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=0 -testid=central \
20 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=1 -testid=peripheral \
23 Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s="${simulation_id}_${data_set}" \
31 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=0 -testid=central \
35 -v=${verbosity_level} -s="${simulation_id}_${data_set}" -d=1 -testid=peripheral \
38 Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s="${simulation_id}_${data_set}" \
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/
Dpinctrl_cypress_psoc6.h54 * NODE = p<port>_<pin>_<inst>_<signal>
94 p##port##_##pin##_##inst##_##signal: \
95 p##port##_##pin##_##inst##_##signal { \
/Zephyr-latest/boards/shields/mikroe_weather_click/doc/
Dindex.rst9 The MikroElektronika `Weather Click`_ features the `BME280`_ integrated
10 environmental sensor in a `mikroBUS`_ |trade| form factor. The sensor can
31 the `Weather Click Schematic`_ for further details.
36 - `Weather Click`_
37 - `Weather Click Schematic`_
38 - `BME280`_
39 - `BME280 Datasheet`_
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst43 | |_ _|/ __|| | ___ |_ _|| _ \ |
44 | _||_ \__ \| || | ___ || | ___/ |
45 | |____||___/|____| || |_| |
/Zephyr-latest/boards/panasonic/pan1783/doc/
Dindex.rst12 Evaluation Boards can be found on the `product website`_.
35 `pan1783_evb user guide`_ / `pan1783a_evb user guide`_ / `pan1783a_pa_evb user guide`_
36 for the Evaluation Boards in the `Panasonic Wireless Connectivity Development Hub`_.
47 available in the `download section PAN1783`_ / `download section PAN1783A`_ / `download section PAN…
48 of the `Panasonic Wireless Connectivity Development Hub`_.
/Zephyr-latest/doc/
DLICENSING.rst9 are not covered by the `Apache 2.0 License`_. In some places
22 *Licensing:* `GPLv2 License`_
27 *Licensing:* `GPLv2 License`_
32 *Licensing:* `GPLv2 License`_ with Runtime Library Exception
35 *Licensing:* `GPLv2 License`_
43 *Licensing:* `MIT License`_
51 *Licensing:* `BSD-3-clause`_
/Zephyr-latest/kernel/include/
Dgen_offset.h33 * __<structure>_<member>_OFFSET
38 * __<structure>_<name>_OFFSET
85 GEN_ABSOLUTE_SYM(__##S##_##M##_##OFFSET, offsetof(S, M))
88 GEN_ABSOLUTE_SYM(__struct_##S##_##M##_##OFFSET, offsetof(struct S, M))
91 GEN_ABSOLUTE_SYM(__##S##_##N##_##OFFSET, offsetof(S, M))
94 GEN_ABSOLUTE_SYM(__struct_##S##_##N##_##OFFSET, offsetof(struct S, M))
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/
Dindex.rst7 a `VexRiscv processor <https://github.com/SpinalHDL/VexRiscv>`_
10 <https://github.com/litex-hub/zephyr-on-litex-vexriscv>`_
11 or `LiteX SoC Builder <https://github.com/enjoy-digital/litex>`_
15 `F4PGA toolchain <https://f4pga.org/>`_.
20 <https://store.digilentinc.com/arty-a7-artix-7-fpga-development-board-for-makers-and-hobbyists>`_
21 or `SDI-MIPI Video Converter <https://github.com/antmicro/sdi-mipi-video-converter>`_.
28 `Migen <https://m-labs.hk/gateware/migen/>`_/`MiSoC SoC builder <https://github.com/m-labs/misoc>`_
34 `LiteX's website <https://github.com/enjoy-digital/litex>`_.
37 written in the `SpinalHDL <https://spinalhdl.github.io/SpinalDoc-RTD/>`_.
44 `VexRiscv's website <https://github.com/SpinalHDL/VexRiscv>`_.
[all …]
/Zephyr-latest/samples/subsys/lorawan/fuota/
DREADME.rst14 - Application Layer Clock Synchronization (`TS003-2.0.0`_)
15 - Remote Multicast Setup (`TS005-1.0.0`_)
16 - Fragmented Data Block Transport (`TS004-1.0.0`_)
24 .. _`TS003-2.0.0`: https://resources.lora-alliance.org/technical-specifications/ts003-2-0-0-applica…
25 .. _`TS005-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-remote-mult…
26 .. _`TS004-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-fragmented-…
/Zephyr-latest/tests/bsim/bluetooth/audio_samples/cap/
Dcompile.sh18 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
24 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
29 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
34 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
41 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
47 exe_name=bs_${BOARD_TS}_${app}_broadcast_prj_conf sysbuild=1 compile
52 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
57 exe_name=bs_${BOARD_TS}_${app}_unicast_prj_conf sysbuild=1 compile
/Zephyr-latest/samples/drivers/led/led_strip/
DREADME.rst17 - WS2812, such as the `NeoPixel(WS2812 compatible) LED Strip from AdaFruit`_.
18 - APA102, such as the `Dotstar(APA102 compatible) LED Strip from AdaFruit`_.
19 - LPD8806, such as the `LPD8806 LED Strip from AdaFruit`_.
25 `74AHCT125 datasheet`_.
88 - `WS2812 datasheet`_
89 - `LPD8806 datasheet`_
90 - `APA102C datasheet`_
91 - `74AHCT125 datasheet`_
92 - `RGB LED strips: an overview`_
93 - An excellent `blog post on WS2812 timing`_.
/Zephyr-latest/boards/shields/pmod_acl/doc/
Dindex.rst33 - `Pmod ACL product page`_
34 - `Pmod ACL reference manual`_
35 - `Pmod ACL schematic`_
36 - `ADXL345 product page`_
37 - `ADXL345 data sheet`_
/Zephyr-latest/doc/connectivity/lora_lorawan/
Dindex.rst11 communication protocol developed by the `Semtech Corporation`_.
23 The Zephyr implementation is based on Semtech's `LoRaMac-node library`_, which
26 The LoRaWAN specification is published by the `LoRa Alliance`_.
28 .. _`Semtech Corporation`: https://www.semtech.com/
30 .. _`LoRaMac-node library`: https://github.com/Lora-net/LoRaMac-node
32 .. _`LoRa Alliance`: https://lora-alliance.org/
/Zephyr-latest/doc/develop/tools/
Dvscode.rst6 `Visual Studio Code`_ (VS Code for short) is a popular cross-platform IDE that supports C projects
18 `Download VS Code`_ and install it.
21 Search for the `C/C++ Extension Pack`_ and install it.
79 - `Checkpatch Extension`_
80 - `EditorConfig Extension`_
85 - `reStructuredText Extension Pack`_
90 - `CMake Extension documentation`_
91 - `nRF Kconfig Extension`_
92 - `nRF DeviceTree Extension`_
93 - `GNU Linker Map files Extension`_
[all …]
/Zephyr-latest/boards/shields/mikroe_accel13_click/doc/
Dindex.rst9 The MikroElektronika ACCEL 13 Click carries the `IIS2DLPC`_ ultra-low
10 power triaxial accelerometer sensor in a `mikroBUS`_ |trade| form factor.
12 The `IIS2DLPC`_ sensor supports both SPI and I2C bus protocols. Currently
31 - `IIS2DLPC Datasheet`_
32 - `ACCEL 13 Click`_
/Zephyr-latest/boards/panasonic/pan1770_evb/doc/
Dindex.rst14 evaluation board on the `product website`_.
26 You can find the `user guide`_ for the PAN1770 Evaluation Board in the
27 `Panasonic Wireless Connectivity Development Hub`_.
40 `download section`_ of the `Panasonic Wireless Connectivity Development Hub`_.

12345678910>>...57