Home
last modified time | relevance | path

Searched +full:- +full:e (Results 1 – 25 of 1384) sorted by relevance

12345678910>>...56

/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js3 * SPDX-License-Identifier: MIT
7e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&de… function
Dtippy-bundle.umd.min.js2 * SPDX-License-Identifier: MIT
6e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("@popperjs/core")… function
7 //# sourceMappingURL=tippy-bundle.umd.min.js.map
/Zephyr-latest/tests/arch/riscv/fatal/
Dtestcase.yaml6 - kernel
7 - riscv
9 - qemu_riscv64
15 - "E: a0: 0000000000000004 t0: 0000000000000000"
16 - "E: a1: a1ff0000ff000b11 t1: d1ff0000ff000606"
17 - "E: a2: a2ff0000ff000c12 t2: d2ff0000ff000707"
18 - "E: a3: a3ff0000ff000d13 t3: d3ff0000ff001c28"
19 - "E: a4: a4ff0000ff000e14 t4: d4ff0000ff001d29"
20 - "E: a5: a5ff0000ff000f15 t5: d5ff0000ff001e30"
21 - "E: a6: a6ff0000ff001016 t6: d6ff0000ff001f31"
[all …]
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/
D_soc_inthandlers.h13 #include <xtensa/config/core-isa.h>
17 #error core-isa.h interrupt level does not match dispatcher!
20 #error core-isa.h interrupt level does not match dispatcher!
23 #error core-isa.h interrupt level does not match dispatcher!
26 #error core-isa.h interrupt level does not match dispatcher!
29 #error core-isa.h interrupt level does not match dispatcher!
32 #error core-isa.h interrupt level does not match dispatcher!
35 #error core-isa.h interrupt level does not match dispatcher!
38 #error core-isa.h interrupt level does not match dispatcher!
41 #error core-isa.h interrupt level does not match dispatcher!
[all …]
/Zephyr-latest/tests/drivers/coredump/coredump_api/
Dtestcase.yaml2 # SPDX-License-Identifier: Apache-2.0
6 - coredump
18 - "E: #CD:BEGIN#"
19 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
20 - "E: #CD:4([dD])([0-9a-fA-F]+)"
21 - "E: #CD:4([dD])([0-9a-fA-F]+)"
22 - "E: #CD:4([dD])([0-9a-fA-F]+)"
23 - "E: #CD:12121212"
24 - "E: #CD:4([dD])([0-9a-fA-F]+)"
25 - "E: #CD:34343434"
[all …]
/Zephyr-latest/subsys/shell/
Dshell_vt100.h4 * SPDX-License-Identifier: Apache-2.0
30 #define SHELL_VT100_SETNL "\e[20h\0"
32 #define SHELL_VT100_SETAPPL "\e[?1h\0"
34 #define SHELL_VT100_SETCOL_132 "\e[?3h\0"
36 #define SHELL_VT100_SETSMOOTH "\e[?4h\0"
38 #define SHELL_VT100_SETREVSCRN "\e[?5h\0"
40 #define SHELL_VT100_SETORGREL "\e[?6h\0"
41 /* Set auto-wrap mode */
42 #define SHELL_VT100_SETWRAP_ON "\e[?7h\0"
43 /* Set auto-wrap mode */
[all …]
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt5 as CPU faults. Tests supported only on Cortex-M architecture.
10 while running in handler mode (i.e. in an ISR). Only for ARM
11 Cortex-M targets.
14 - the behavior of the spurious interrupt handler, as well as the
16 - the ability of the Cortex-M fault handling mechanism to detect
30 ---------------------------------------------------------------------------
39 ---------------------------------------------------------------------------
43 Problems caused by out-dated project information can be addressed by
50 # and restore pre-defined configuration info
52 ---------------------------------------------------------------------------
[all …]
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt14 have to write self-defined k_sys_fatal_handler or post_assert_handler to deal
64 - To call a function then giving the condition to trigger the assert fail,
68 - start a thread to test triggering a null address dereferencing, then catch
70 - start a thread to test triggering an illegal instruction, then catch
72 - start a thread to test triggering a divide-by-zero error, then catch
74 - start a thread to call k_oops() then catch the (expected) fatal error.
75 - start a thread to call k_panel() then catch the (expected) fatal error.
78 - start a thread to enter ISR context by calling irq_offload(), then trigger
82 - Pass illegal address by syscall, then inside the syscall handler, the
95 ---------------------------------------------------------------------------
[all …]
/Zephyr-latest/scripts/coccinelle/
Dconst_config_info.cocci2 // SPDX-License-Identifier: Apache-2.0
6 // Drivers cast the device config_info pointer to a driver-specific
7 // structure. The object is const-qualified; make sure the cast
13 // appears as a tag in non-device aggregate types.
15 // Options: --include-headers
20 // bare: (struct T*)E
26 expression E;
30 struct T*)E->config_info
32 // bare const: (struct T* const)E
38 expression E;
[all …]
Dderef_null.cocci10 // Comments: -I ... -all_includes can give more complete results
20 expression E;
25 (E != NULL && ...) ? <+...E->f@p1...+> : ...
28 expression E;
34 (E != NULL) && ... && <+...E->f@p2...+>
36 (E == NULL) || ... || <+...E->f@p2...+>
38 sizeof(<+...E->f@p2...+>)
42 expression *E;
47 if@p1 ((E == NULL && ...) || ...) S1 else S2
52 expression subE <= ifm.E;
[all …]
Darray_size.cocci11 // Options: --no-includes --include-headers
23 //----------------------------------------------------------
25 //----------------------------------------------------------
29 T[] E;
32 * (sizeof(E)/sizeof(*E))
34 * (sizeof(E)/sizeof(E[...]))
36 * (sizeof(E)/sizeof(T))
39 //----------------------------------------------------------
41 //----------------------------------------------------------
45 T[] E;
[all …]
/Zephyr-latest/tests/subsys/debug/coredump_threads/
Dtestcase.yaml2 # SPDX-License-Identifier: Apache-2.0
6 - coredump
10 - qemu_cortex_m3
20 - "E: #CD:BEGIN#"
21 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
22 - "E: #CD:41([0-9a-fA-F]+)"
23 - "E: #CD:54([0-9a-fA-F]+)"
24 - "E: #CD:4([dD])([0-9a-fA-F]+)"
25 - "E: #CD:4([dD])([0-9a-fA-F]+)"
26 - "E: #CD:4([dD])([0-9a-fA-F]+)"
[all …]
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst48 are enabled. This core dump data can be fed into a custom-made GDB server as
71 Developers for Intel ADSP CAVS 15-25 platforms using
73 ``xtensa-intel_apl_adsp`` toolchain of the SDK.
79 .. code-block:: devicetree
84 label = "coredump-partition";
90 -------
100 Booting from ROM..*** Booting Zephyr OS build zephyr-v2.3.0-1840-g7bba91944a63 ***
102 E: Page fault at address 0x0 (error code 0x2)
103 E: Linear address not present in page tables
104 E: PDE: 0x0000000000115827 Writable, User, Execute Enabled
[all …]
/Zephyr-latest/tests/arch/common/stack_unwind/
Dtestcase.yaml10 - qemu_riscv32e
11 - qemu_riscv32
12 - qemu_riscv64
14 - CONFIG_FRAME_POINTER=y
18 - "E: call trace:"
19 - "E: 0: fp: \\w+ ra: \\w+"
20 - "E: 1: fp: \\w+ ra: \\w+"
24 - qemu_riscv32e
25 - qemu_riscv32
26 - qemu_riscv64
[all …]
/Zephyr-latest/tests/subsys/debug/coredump/
Dtestcase.yaml9 - posix
11 - qemu_x86
16 - "Coredump: (.*)"
17 - ">>> ZEPHYR FATAL ERROR "
18 - "E: #CD:BEGIN#"
19 - "E: #CD:5([aA])45([0-9a-fA-F]+)"
20 - "E: #CD:41([0-9a-fA-F]+)"
21 - "E: #CD:4([dD])([0-9a-fA-F]+)"
22 - "E: #CD:4([dD])([0-9a-fA-F]+)"
23 - "E: #CD:END#"
[all …]
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/
DREADME.txt5 This test verifies the Cortex-M HardFault escalation. Only for
6 ARM Cortex-M targets.
8 ---------------------------------------------------------------------------
17 ---------------------------------------------------------------------------
21 Problems caused by out-dated project information can be addressed by
28 # and restore pre-defined configuration info
30 ---------------------------------------------------------------------------
34 *** Booting Zephyr OS build zephyr-v2.6.0-482-g9daa69b212cd ***
37 START - test_arm_hardfault
38 E: r0/a1: 0x00000004 r1/a2: 0x00000000 r2/a3: 0x00000004
[all …]
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2e=document;let t={};try{t=localStorage}catch(e){}const i="prefers-color-scheme";const a="media";co… constant
/Zephyr-latest/samples/subsys/nvs/
Dsample.yaml10 - nrf52dk/nrf52832
15 - "Id: 1, Address: 192.168.1.1"
16 - "Id: 2, Key: ff fe fd fc fb fa f9 f8"
17 - "Id: 3, Reboot_counter: (.*)"
18 - "Id: 4, Data: DATA"
19 - "Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b \
20 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 \
21 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 \
22 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 \
23 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f"
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c2 * Copyright (c) 2016-2024 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
64 NRF_ECB->KEY.VALUE[3] = sys_get_be32(&ep->key[0]); in do_ecb()
65 NRF_ECB->KEY.VALUE[2] = sys_get_be32(&ep->key[4]); in do_ecb()
66 NRF_ECB->KEY.VALUE[1] = sys_get_be32(&ep->key[8]); in do_ecb()
67 NRF_ECB->KEY.VALUE[0] = sys_get_be32(&ep->key[12]); in do_ecb()
69 ep->in[0].ptr = ep->clear_text; in do_ecb()
70 ep->in[0].length = sizeof(ep->clear_text); in do_ecb()
71 ep->in[0].attribute = ECB_JOB_PTR_ATTRIBUTE; in do_ecb()
72 ep->in[1].ptr = NULL; in do_ecb()
[all …]
/Zephyr-latest/samples/subsys/profiling/perf/images/
Dgraph_example.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-- Flame graph stack visualization. See https://github.com/brendangregg/FlameGraph for latest vers…
5 <!-- NOTES: -->
8 <stop stop-color="#eeeeee" offset="5%" />
9 <stop stop-color="#eeeeb0" offset="95%" />
13 text { font-family:Verdana; font-size:12px; fill:rgb(0,0,0); }
16 #subtitle { text-anchor:middle; font-color:rgb(160,160,160); }
17 #title { text-anchor:middle; font-size:17px}
19 #frames > *:hover { stroke:black; stroke-width:0.5; cursor:pointer; }
45 window.addEventListener("click", function(e) {
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/
Dmchp-xec-ecia.h4 * SPDX-License-Identifier: Apache-2.0
10 * Encode peripheral interrupt information into a 32-bit unsigned.
24 #define MCHP_XEC_ECIA_GIRQ(e) ((e) & 0x1f) argument
25 #define MCHP_XEC_ECIA_GIRQ_POS(e) (((e) >> 8) & 0x1f) argument
26 #define MCHP_XEC_ECIA_NVIC_AGGR(e) (((e) >> 16) & 0xff) argument
27 #define MCHP_XEC_ECIA_NVIC_DIRECT(e) (((e) >> 24) & 0xff) argument
/Zephyr-latest/boards/shields/waveshare_epaper/
Dwaveshare_epaper_gdeh0213b1.overlay4 * SPDX-License-Identifier: Apache-2.0
15 compatible = "zephyr,mipi-dbi-spi";
16 spi-dev = <&arduino_spi>;
17 dc-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
18 reset-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
19 #address-cells = <1>;
20 #size-cells = <0>;
24 mipi-max-frequency = <4000000>;
28 busy-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>; /* D7 */
34 border-waveform = <0x71>;
[all …]
/Zephyr-latest/tests/bsim/
Drun_parallel.sh3 # SPDX-License-Identifier: Apache-2.0
8 echo "run_parallel.sh [-help] [options]"
35 if [ $# -ge 1 ]; then
36 if grep -Eiq "(\?|-\?|-h|help|-help|--help)" <<< $1 ; then
46 if [ -n "${TESTS_FILE}" ]; then
49 all_cases=`find ${search_pattern} -name "*.sh" | grep -Ev "${sh_filter}"`
50 elif [ -n "${TESTS_LIST}" ]; then
53 SEARCH_PATH="${SEARCH_PATH:-.}"
54 all_cases=`find ${SEARCH_PATH} -name "*.sh" | grep -Ev "${sh_filter}"`
58 set -u
[all …]
/Zephyr-latest/scripts/ci/
Derrno.py5 # SPDX-License-Identifier: Apache-2.0
22 r = re.compile(r'^\s*#define\s+([A-Z]+)\s+([0-9]+)')
34 newlib = Path("arm-zephyr-eabi/arm-zephyr-eabi/include/sys/errno.h")
39 except KeyError as e:
40 print(f'Environment variable missing: {e}', file=sys.stderr)
46 for e in minimal:
47 if e[0] not in [x[0] for x in newlib] or e[1] != next(
48 filter(lambda _e: _e[0] == e[0], newlib))[1]:
50 print(f'{e[0]} (with value {e[1]})', file=sys.stderr)
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c4 * SPDX-License-Identifier: Apache-2.0
26 int32_t e = -1, v, f = 0; in lwm2m_float_to_b32() local
28 int32_t val2 = (*in - (int32_t)*in) * PRECISION32; in lwm2m_float_to_b32()
32 return -EINVAL; in lwm2m_float_to_b32()
53 e++; in lwm2m_float_to_b32()
60 i = e; in lwm2m_float_to_b32()
63 if (!f && e < 0 && v < PRECISION32) { in lwm2m_float_to_b32()
64 /* handle -e */ in lwm2m_float_to_b32()
65 e--; in lwm2m_float_to_b32()
68 v -= PRECISION32; in lwm2m_float_to_b32()
[all …]

12345678910>>...56