/Zephyr-latest/soc/st/stm32/stm32f4x/ |
D | Kconfig.defconfig.stm32f427xx | 4 # SPDX-License-Identifier: Apache-2.0 9 default 91
|
D | Kconfig.defconfig.stm32f429xx | 4 # SPDX-License-Identifier: Apache-2.0 9 default 91
|
D | Kconfig.defconfig.stm32f437xx | 3 # Copyright (c) 2019, Markus Fuchs <markus.fuchs@de.sauter-bc.com> 4 # SPDX-License-Identifier: Apache-2.0 9 default 91
|
/Zephyr-latest/soc/gd/gd32/gd32f4xx/ |
D | Kconfig.defconfig.gd32f470 | 2 # SPDX-License-Identifier: Apache-2.0 7 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) 10 default 91
|
D | Kconfig.defconfig.gd32f450 | 2 # SPDX-License-Identifier: Apache-2.0 7 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) 10 default 91
|
D | Kconfig.defconfig.gd32f407 | 2 # SPDX-License-Identifier: Apache-2.0 7 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) 10 default 91
|
/Zephyr-latest/soc/st/stm32/stm32l4x/ |
D | Kconfig.defconfig.stm32l496xx | 3 # Copyright (c) 2016 Open-RnD Sp. z o.o. 6 # SPDX-License-Identifier: Apache-2.0 11 default 91
|
D | Kconfig.defconfig.stm32l4a6xx | 3 # Copyright (c) 2016 Open-RnD Sp. z o.o. 7 # SPDX-License-Identifier: Apache-2.0 12 default 91
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | Kconfig.defconfig.series | 2 # SPDX-License-Identifier: Apache-2.0 28 default 91 if VCMP_IT8XXX2_WORKQUEUE
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | esp32c6-gpio-sigmap.h | 4 * SPDX-License-Identifier: Apache-2.0 178 #define ESP_PWM0_F1_IN 91 179 #define ESP_PWM0_OUT2A 91 180 #define ESP_MODEM_DIAG14 91
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l4r9.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 9 #include <zephyr/dt-bindings/display/panel.h> 13 compatible = "st,stm32l4r9", "st,stm32l4", "simple-bus"; 15 ltdc: display-controller@40016800 { 16 compatible = "st,stm32-ltdc"; 18 interrupts = <91 0>, <92 0>; 19 interrupt-names = "ltdc", "ltdc_er";
|
/Zephyr-latest/soc/nxp/kinetis/ke1xf/ |
D | Kconfig.defconfig | 3 # Copyright (c) 2019-2021 Vestas Wind Systems A/S 5 # SPDX-License-Identifier: Apache-2.0 16 default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency) if CORTEX_M_SYSTICK 17 default $(dt_node_int_prop_int,/soc/lptmr@40040000,clock-frequency) if MCUX_LPTMR_TIMER 21 default 91 27 # 0111 1011 - Boot from Internal Flash.
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | test_qsort.c | 4 * SPDX-License-Identifier: Apache-2.0 17 return (aa > bb) - (aa < bb); in compare_ints() 33 "out-of-bounds modifications detected"); in ZTEST() 46 int actual_int[] = { 42, -42 }; in ZTEST() 47 const int expect_int[] = { -42, 42 }; in ZTEST() 55 int actual_int[] = { 42, -42, 0 }; in ZTEST() 56 const int expect_int[] = { -42, 0, 42 }; in ZTEST() 64 int actual_int[] = { 42, -42, 0, -42 }; in ZTEST() 65 const int expect_int[] = { -42, -42, 0, 42 }; in ZTEST() 74 * NUMS="$(for i in `seq 0 63`; do echo -n "$(((RANDOM - 16384) % 100)), "; done)" in ZTEST() [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/ |
D | xmc47_relax_kit.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 3 #include <zephyr/dt-bindings/dma/infineon-xmc4xxx-dma.h> 6 compatible = "infineon,xmc4xxx-uart"; 9 /delete-property/ scl-src; 10 /delete-property/ sda-src; 12 current-speed = <921600>; 13 interrupts = <90 1 91 1>; 14 interrupt-names = "tx", "rx"; 16 dma-names = "tx", "rx"; 17 pinctrl-0 = <&uart_tx_p3_15_u1c1 &uart_rx_p3_14_u1c1>; [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ambiq-header.yaml | 2 # SPDX-License-Identifier: Apache-2.0 13 VDD_MCU - VDD_MCU - GPIO22 22 GND - 14 VDD_EXT - VDD_EXT - GPIO23 23 GPIO24 24 15 nRST - GND - VDD_MCU - GND - 16 VDD_EXT - VDD_EXT - GND - GPIO64 64 17 VDD_5V - VDD_5V - GPIO61 61 GPIO65 65 18 GND - GND - GPIO63 63 GPIO66 66 19 GND - GPIO100 100 GPIO62 62 GPIO67 67 20 VDDH2 - GPIO97 97 GPIO47 47 GPIO68 68 28 GPIO15 15 GPIO102 102 GPIO91 91 GPIO73 73 [all …]
|
D | adi,sdp-120.yaml | 4 # SPDX-License-Identifier: Apache-2.0 9 120-pin SDP interface: 40 30 SPORT_TDV1 SPORT_DR0 91 72 compatible: "adi,sdp-120" 74 include: [gpio-nexus.yaml, base.yaml]
|
/Zephyr-latest/tests/bsim/ |
D | run_parallel.sh | 3 # 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 …]
|
D | sh_common.source | 2 # SPDX-License-Identifier: Apache-2.0 10 BOARD="${BOARD:-nrf52_bsim/native}" 24 [ $exit_code -eq 0 ] || exit $exit_code 30 echo "Aborted by CTRL-C" 33 kill -15 $process_id 38 if [ ! -f $1 ]; then 39 echo -e " \e[91m`pwd`/`basename $1` cannot be found (did you forget to\ 46 EXECUTE_TIMEOUT="${EXECUTE_TIMEOUT:-30}" 49 run_in_background timeout --kill-after=5 -v ${EXECUTE_TIMEOUT} $@ 53 local PA="$(cd -- "$(dirname "${BASH_SOURCE[2]}")" && pwd)" [all …]
|
/Zephyr-latest/tests/lib/cmsis_nn/src/ |
D | main.c | 5 * SPDX-License-Identifier: Apache-2.0 7 * This is not exhaustive functional testing of the CMSIS-NN library. 10 * validate the integration of CMSIS-NN and Zephyr 27 #define AVGPOOLING_2_OUT_ACTIVATION_MIN -128 40 -82, -104, 10, -28, -52, -51, -66, 52, 124, -74, -21, 4, 37, -7, -33, 41 102, 110, 24, 52, 121, 13, -55, -79, -92, -35, -103, 86, 95, 46, 32, 42 -24, -123, 120, 29, -77, -97, -69, -68, 58, 38, 3, 3, 79, -47, 112, 43 -52, -113, -46, 107, 68, 83, -70, 91, 14, 113, 74, 73, -103, -98, 25}; 46 -67, -85, 31, 48, -63, -51, -55, 33, 30, -53, 10, 16, 38, 56, 5, 47 31, 20, -6, -16, 18, 4, 47, 13, 2, 39, -38, -31, 45, -6, -27, [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/scripts/ |
D | _conn_stress.sh | 3 # SPDX-License-Identifier: Apache-2.0 15 if [ ! -f $1 ]; then 16 echo -e "ERR! \e[91m`pwd`/`basename $1` cannot be found (did you forget to\ 34 bsim_args="-RealEncryption=1 -v=2 -s=${simulation_id}" 35 test_args="-argstest notify_size=220 conn_interval=32" 43 -d=$device -rs=$rs -testid=peripheral ${test_args} 46 Execute ./bs_2G4_phy_v1 -dump -v=2 -s=${simulation_id} -D=13 -sim_length=1000e6 & 48 Execute "./${bsim_central_exe_name}" ${bsim_args} -d=0 -rs=001 -testid=central ${test_args} 54 for i in `seq -w 0 $nr_of_units`; do 55 ${BSIM_OUT_PATH}/components/ext_2G4_phy_v1/dump_post_process/csv2pcap -o \ [all …]
|
/Zephyr-latest/boards/renesas/ek_ra6m1/ |
D | ek_ra6m1.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/adc/adc.h> 13 #include "ek_ra6m1-pinctrl.dtsi" 16 model = "Renesas EK-RA6M1"; 23 zephyr,shell-uart = &uart8; 28 compatible = "gpio-leds"; 36 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/boards/renesas/ek_ra6m2/ |
D | ek_ra6m2.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/adc/adc.h> 13 #include "ek_ra6m2-pinctrl.dtsi" 16 model = "Renesas EK-RA6M2"; 23 zephyr,shell-uart = &uart7; 28 compatible = "gpio-leds"; 36 compatible = "gpio-keys"; [all …]
|
/Zephyr-latest/dts/bindings/spi/ |
D | infineon,xmc4xxx-spi.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "infineon,xmc4xxx-spi" 8 include: [spi-controller.yaml, pinctrl-device.yaml] 14 miso-src: 23 - "DX0A" 24 - "DX0B" 25 - "DX0C" 26 - "DX0D" 27 - "DX0E" 28 - "DX0F" [all …]
|
/Zephyr-latest/boards/arduino/nano_33_ble/support/ |
D | startup.cmm | 2 ; SPDX-License-Identifier: Apache-2.0 20 QUIT -1 32 ; process system-wide settings 34 IF OS.FILE("~~/system-settings.cmm") 35 DO "~~/system-settings.cmm" 49 IF OS.FILE("~~/demo/arm/kernel/zephyr/v2-x/zephyr.t32")&&OS.FILE("~~/demo/arm/kernel/zephyr/v2-x/ze… 51 TASK.CONFIG ~~/demo/arm/kernel/zephyr/v2-x/zephyr.t32 52 MENU.ReProgram ~~/demo/arm/kernel/zephyr/v2-x/zephyr.men 75 TITLE "TRACE32 PowerView front-end debugger for Nano 33 BLE (remote=&gdbRemote)" 132 WinPOS 104.88 35.286 91. 24. 0. 0. W001
|
/Zephyr-latest/boards/renesas/fpb_ra6e1/ |
D | fpb_ra6e1.dts | 3 * SPDX-License-Identifier: Apache-2.0 6 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input-event-codes.h> 11 #include <zephyr/dt-bindings/adc/adc.h> 13 #include "fpb_ra6e1-pinctrl.dtsi" 16 model = "Renesas FPB-RA6E1"; 23 zephyr,shell-uart = &uart0; 27 compatible = "gpio-leds"; 39 compatible = "gpio-keys"; [all …]
|