/Zephyr-latest/tests/kconfig/functions/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 14 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_ADD_10, 10); in ZTEST() 15 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_ADD_10_3, 10 + 3); in ZTEST() 16 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_ADD_10_3_2, 10 + 3 + 2); in ZTEST() 17 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_SUB_10, 10); in ZTEST() 18 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_SUB_10_3, 10 - 3); in ZTEST() 19 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_SUB_10_3_2, 10 - 3 - 2); in ZTEST() 20 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_MUL_10, 10); in ZTEST() 21 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_MUL_10_3, 10 * 3); in ZTEST() 22 zassert_equal(CONFIG_KCONFIG_ARITHMETIC_MUL_10_3_2, 10 * 3 * 2); in ZTEST() [all …]
|
/Zephyr-latest/tests/kconfig/functions/ |
D | Kconfig | 1 # SPDX-License-Identifier: Apache-2.0 6 default $(add, 10) 10 default $(add, 10, 3) 14 default $(add, 10, 3, 2) 18 default $(sub, 10) 22 default $(sub, 10, 3) 26 default $(sub, 10, 3, 2) 30 default $(mul, 10) 34 default $(mul, 10, 3) 38 default $(mul, 10, 3, 2) [all …]
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | invert.c | 4 * SPDX-License-Identifier: Apache-2.0 57 zassert_ok(cfb_invert_area(dev, 10, 10, 10, 10)); in ZTEST() 59 zassert_true(verify_color_outside_rect(10, 10, 10, 10, 0)); in ZTEST() 60 zassert_true(verify_color_inside_rect(10, 10, 10, 10, 0xFFFFFF)); in ZTEST() 65 zassert_true(verify_color_outside_rect(10, 10, 10, 10, 0xFFFFFF)); in ZTEST()
|
D | invert_area.c | 4 * SPDX-License-Identifier: Apache-2.0 71 err = cfb_invert_area(dev, -10, -10, 20, 20); in ZTEST() 79 err = cfb_invert_area(dev, 230, -10, 20, 20); in ZTEST() 87 err = cfb_invert_area(dev, -10, display_height - 10, 20, 20); in ZTEST() 93 zassert_ok(cfb_invert_area(dev, display_width - 10, display_height - 10, 20, 20)); in ZTEST() 96 zassert_true(verify_color_inside_rect(display_width - 10, display_height - 10, 10, 10, in ZTEST() 99 verify_color_outside_rect(display_width - 10, display_height - 10, 10, 10, 0x0)); in ZTEST() 104 zassert_not_ok(cfb_invert_area(dev, -10, -10, 10, 10), "out of rect"); in ZTEST()
|
D | print_rectspace1016.c | 4 * SPDX-License-Identifier: Apache-2.0 49 if (font_width == 10 && font_height == 16) { in cfb_test_before() 72 zassert_true(verify_image_and_bg(0, 0, rectspace1016, 10, 16, 0)); in ZTEST() 80 zassert_true(verify_image_and_bg(1, 1, rectspace1016, 10, 16, 0)); in ZTEST() 91 zassert_true(verify_image_and_bg(9, 15, rectspace1016, 10, 16, 0)); in ZTEST() 96 zassert_ok(cfb_print(dev, " ", 10, 16)); in ZTEST() 99 zassert_true(verify_image_and_bg(10, 16, rectspace1016, 10, 16, 0)); in ZTEST() 107 zassert_true(verify_image_and_bg(11, 17, rectspace1016, 10, 16, 0)); in ZTEST() 143 zassert_ok(cfb_print(dev, " ", 10, 16)); in ZTEST() 146 zassert_true(verify_image_and_bg(10, 16, kerning_3_2rectspace1016, 23, 16, 0)); in ZTEST() [all …]
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 31 "<table class=\"tfo-notebook-buttons\" align=\"left\">\n", 36 …o_world_model.ipynb\"><img src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" />View s… 53 "id": "5PYwRFppd-WB" 84 "outputId": "510567d6-300e-40e2-f5b8-c3520a3f3a8b", 97 …"Requirement already satisfied: tensorflow==2.4.0rc0 in /usr/local/lib/python3.6/dist-packages (2.… 98 …"Requirement already satisfied: termcolor~=1.1.0 in /usr/local/lib/python3.6/dist-packages (from t… 99 …"Requirement already satisfied: gast==0.3.3 in /usr/local/lib/python3.6/dist-packages (from tensor… 100 …"Requirement already satisfied: astunparse~=1.6.3 in /usr/local/lib/python3.6/dist-packages (from … 101 …"Requirement already satisfied: absl-py~=0.10 in /usr/local/lib/python3.6/dist-packages (from tens… 102 …"Requirement already satisfied: keras-preprocessing~=1.1.2 in /usr/local/lib/python3.6/dist-packag… [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | mdio.h | 4 * SPDX-License-Identifier: Apache-2.0 42 /** IEEE 802.3 45.3.4 post-read-increment-address operation */ 62 /** Auto-negotiation */ 104 /* Auto-negotiation Register: EEE advertisement Register */ 108 /* BASE-T1 registers */ 109 /** BASE-T1 Auto-negotiation control */ 111 /** BASE-T1 Auto-negotiation status */ 113 /** BASE-T1 Auto-negotiation advertisement register [15:0] */ 115 /** BASE-T1 Auto-negotiation advertisement register [31:16] */ 117 /** BASE-T1 Auto-negotiation advertisement register [47:32] */ [all …]
|
/Zephyr-latest/tests/drivers/gnss/gnss_parse/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 18 {.str = "10", .base = 10, .value = 10}, 19 {.str = "1", .base = 10, .value = 1}, 20 {.str = "002", .base = 10, .value = 2}, 21 {.str = "-10", .base = 10, .value = -10}, 22 {.str = "-1", .base = 10, .value = -1}, 23 {.str = "-002", .base = 10, .value = -2}, 24 {.str = "30000000", .base = 10, .value = 30000000}, 25 {.str = "-30000000", .base = 10, .value = -30000000}, 44 zassert_equal(gnss_parse_atoi("a10", 10, &value), -EINVAL, in ZTEST() [all …]
|
/Zephyr-latest/tests/arch/arm/arm_runtime_nmi/ |
D | README.txt | 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 Trigger NMI in 10s: 0 s 35 Trigger NMI in 10s: 1 s 36 Trigger NMI in 10s: 2 s 37 Trigger NMI in 10s: 3 s [all …]
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | README.rst | 1 .. zephyr:code-sample:: zbus-msg-subscriber 3 :relevant-api: zbus_apis 19 .. zephyr-app-commands:: 20 :zephyr-app: samples/subsys/zbus/msg_subscriber 21 :host-os: unix 28 .. code-block:: console 30 -- west build: running target run 33 I: ----> Publishing to acc_data_chan channel 35 I: From listener foo_lis -> Acc x=1, y=10, z=100 36 I: From msg subscriber bar_msg_sub1 -> Acc x=1, y=10, z=100 [all …]
|
D | sample.yaml | 7 - CONFIG_ZBUS_LOG_LEVEL_DBG=y 12 - "^.*?I: ----> Publishing to acc_data_chan channel" 13 - "^.*?I: AL Memory allocated \\d{1,3} bytes. Total allocated \\d{1,3} bytes$" 14 - "^.*?I: FR Memory freed \\d{1,3} bytes. Total allocated 0 bytes$" 15 - "^.*?D: 0 -> bar_sub1" 16 - "^.*?D: 1 -> bar_msg_sub1" 17 - "^.*?D: 2 -> bar_msg_sub2" 18 - "^.*?D: 3 -> bar_msg_sub3" 19 - "^.*?D: 4 -> bar_msg_sub4" 20 - "^.*?D: 5 -> bar_msg_sub5" [all …]
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | priorities.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Do not edit this file with editors other than draw.io --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 …-0.5 -0.5 888 306" content="<mxfile host="Electron" agent="Mozilla/5.0 (Windows …
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 14 * NOT guarantee that ALL standards-defined functionality is present, nor does 50 * below (the static source string is longer than the locally-defined 55 #pragma GCC diagnostic ignored "-Wstringop-truncation" 70 * @brief Test implementation-defined constants library 85 return -1; in foobar() 145 && (INT8_C(-1) == -1) \ in ZTEST() 147 && (INT16_C(-2) == -2) \ in ZTEST() 149 && (INT32_C(-4) == -4) \ in ZTEST() 151 && (INT64_C(-8) == -8) \ in ZTEST() [all …]
|
/Zephyr-latest/samples/subsys/zbus/work_queue/ |
D | sample.yaml | 7 - qemu_x86 12 - "I: Sensor msg processed by CALLBACK fh1: temp = 10, press = 1, humidity = 100" 13 - "I: Sensor msg processed by CALLBACK fh2: temp = 10, press = 1, humidity = 100" 14 - "I: Sensor msg processed by CALLBACK fh3: temp = 10, press = 1, humidity = 100" 15 - "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 10, press = 1, humidity = 100" 16 - "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 10, press = 1, humidity = 100" 17 - "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 10, press = 1, humidity = 100" 18 - "I: Sensor msg processed by THREAD handler 1: temp = 10, press = 1, humidity = 100" 19 - "I: Sensor msg processed by THREAD handler 2: temp = 10, press = 1, humidity = 100" 20 - "I: Sensor msg processed by THREAD handler 3: temp = 10, press = 1, humidity = 100" [all …]
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | sample.yaml | 7 - samples 9 - qemu_cortex_m0 10 - native_sim 12 - cmsis-dsp 17 - "Input\\[00\\]: 0 0 0 0 0 0 0 0 0 0 | Output\\[00\\]: 0.00" 18 - "Input\\[01\\]: 0 0 0 0 0 0 0 0 0 1 | Output\\[01\\]: 0.10" 19 - "Input\\[02\\]: 0 0 0 0 0 0 0 0 1 2 | Output\\[02\\]: 0.30" 20 - "Input\\[03\\]: 0 0 0 0 0 0 0 1 2 3 | Output\\[03\\]: 0.60" 21 - "Input\\[04\\]: 0 0 0 0 0 0 1 2 3 4 | Output\\[04\\]: 1.00" 22 - "Input\\[05\\]: 0 0 0 0 0 1 2 3 4 5 | Output\\[05\\]: 1.50" [all …]
|
/Zephyr-latest/doc/connectivity/networking/api/images/ |
D | lwm2m_engine_state_machine.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Do not edit this file with editors other than draw.io --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 …-0.5 -0.5 984 1471" content="<mxfile host="app.diagrams.net" modified="2024-08-0…
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | nrf9280pdk_nrf9280_cpuapp.overlay | 2 * SPDX-License-Identifier: Apache-2.0 9 io-channels = <&adc 0>, <&adc 1>, <&adc 2>; 14 #address-cells = <1>; 15 #size-cells = <0>; 21 zephyr,acquisition-time = <ADC_ACQ_TIME(ADC_ACQ_TIME_MICROSECONDS, 10)>; 22 zephyr,input-positive = <NRF_SAADC_AIN1>; 23 zephyr,resolution = <10>; 30 zephyr,acquisition-time = <ADC_ACQ_TIME(ADC_ACQ_TIME_MICROSECONDS, 10)>; 31 zephyr,input-positive = <NRF_SAADC_AIN3>; 32 zephyr,resolution = <10>; [all …]
|
D | nrf54h20dk_nrf54h20_common.dtsi | 2 * SPDX-License-Identifier: Apache-2.0 9 io-channels = <&adc 0>, <&adc 1>, <&adc 2>; 14 #address-cells = <1>; 15 #size-cells = <0>; 21 zephyr,acquisition-time = <ADC_ACQ_TIME(ADC_ACQ_TIME_MICROSECONDS, 10)>; 22 zephyr,input-positive = <NRF_SAADC_AIN1>; 23 zephyr,resolution = <10>; 30 zephyr,acquisition-time = <ADC_ACQ_TIME(ADC_ACQ_TIME_MICROSECONDS, 10)>; 31 zephyr,input-positive = <NRF_SAADC_AIN3>; 32 zephyr,resolution = <10>; [all …]
|
D | nordic,nrf-saadc-common.dtsi | 2 * SPDX-License-Identifier: Apache-2.0 9 io-channels = <&adc 0>, <&adc 2>; 14 #address-cells = <1>; 15 #size-cells = <0>; 21 zephyr,acquisition-time = <ADC_ACQ_TIME(ADC_ACQ_TIME_MICROSECONDS, 10)>; 22 zephyr,input-positive = <NRF_SAADC_AIN1>; 23 zephyr,resolution = <10>; 30 zephyr,acquisition-time = <ADC_ACQ_TIME(ADC_ACQ_TIME_MICROSECONDS, 10)>; 31 zephyr,input-positive = <NRF_SAADC_AIN2>; 32 zephyr,resolution = <10>;
|
/Zephyr-latest/dts/bindings/clock/ |
D | nuvoton,npcx-pcc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 8 High-Frequency Clock Generator (HFCG), is the source clock of Cortex-M4 core 14 clock-frequency = <DT_FREQ_M(100)>; /* OFMCLK runs at 100MHz */ 15 core-prescaler = <5>; /* CORE_CLK runs at 20MHz */ 16 apb1-prescaler = <5>; /* APB1_CLK runs at 20MHz */ 17 apb2-prescaler = <5>; /* APB2_CLK runs at 20MHz */ 18 apb3-prescaler = <5>; /* APB3_CLK runs at 20MHz */ 21 compatible: "nuvoton,npcx-pcc" 23 include: [clock-controller.yaml, base.yaml] 29 clock-frequency: [all …]
|
/Zephyr-latest/doc/develop/test/figures/ |
D | twister_test_project.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Do not edit this file with editors other than draw.io --> 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 …-0.5 -0.5 1141 1321" content="<mxfile host="Electron" modified="2024-10-19T13:53…
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr_dt_i2c_high_level.svg | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 3 …-color: rgb(255, 255, 255);" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="429px…
|
D | zephyr_dt_i2c_example.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 11 style="background-color: rgb(255, 255, 255);" 15 viewBox="-0.5 -0.5 945 708" 16 …-10-03T19:55:39.802Z" agent="Mozilla/5.0 (X11; Linux x86_64; rv:69.0) Gecko/20100101 Fir… 19 inkscape:version="0.92.4 5da689c313, 2019-01-14" 20 inkscape:export-filename="/home/mbolivar/zp/zephyr/doc/guides/dts/zephyr_dt_i2c_example.png" 21 inkscape:export-xdpi="96" 22 inkscape:export-ydpi="96"> [all …]
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_win.rst | 1 .. _win-setup-alts: 6 .. _win-wsl: 8 Windows 10 WSL (Windows Subsystem for Linux) 11 If you are running a recent version of Windows 10 you can make use of the 12 built-in functionality to natively run Ubuntu binaries directly on a standard 13 command-prompt. This allows you to use software such as the :ref:`Zephyr SDK 17 Windows 10 version 1803 has an issue that will cause CMake to not work 24 For the Zephyr SDK to function properly you will need Windows 10 25 build 15002 or greater. You can check which Windows 10 build you are 27 If you are running an older Windows 10 build you might need to install [all …]
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/silabs/ |
D | siwx91x-pinctrl.h | 3 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/pinctrl/silabs-pinctrl-siwx91x.h> 11 /* clang-format off */ 22 #define AGPIO_ULP10 SIWX91X_GPIO(0xFF, 7, 0xFF, 4, 0, 10) 29 #define AUXULP_TRIG0_ULP6 SIWX91X_GPIO(0xFF, 10, 0xFF, 4, 0, 6) 32 #define AUXULP_TRIG1_ULP7 SIWX91X_GPIO(0xFF, 10, 0xFF, 4, 0, 7) 35 #define CLK_I2SPLL_PD0 SIWX91X_GPIO(10, 0xFF, 12, 3, 0, 0) 36 #define CLK_I2SPLL_PD6 SIWX91X_GPIO(10, 0xFF, 18, 3, 6, 0) 37 #define CLK_INTFPLL_PB10 SIWX91X_GPIO(12, 0xFF, 0, 1, 10, 0) 38 #define CLK_INTFPLL_PC15 SIWX91X_GPIO(10, 0xFF, 11, 2, 15, 0) [all …]
|