Home
last modified time | relevance | path

Searched full:zephyr (Results 1 – 16 of 16) sorted by relevance

/hal_intel-latest/zephyr/subsys/logging/backends/
Dlog_backend_i2c.c7 #include <zephyr/device.h>
8 #include <zephyr/drivers/i2c.h>
9 #include <zephyr/logging/log_backend.h>
10 #include <zephyr/logging/log_core.h>
11 #include <zephyr/logging/log_ctrl.h>
12 #include <zephyr/logging/log_msg.h>
13 #include <zephyr/logging/log_output.h>
14 #include <zephyr/logging/log_backend_std.h>
15 #include <zephyr/sys/__assert.h>
/hal_intel-latest/.github/workflows/
Diut_zephyr_build.yml17 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
28 - name: Checkout Zephyr
39 west build -b intel_ish_5_4_1 modules/hal/intel/zephyr/iut_test -d iut_build_5_4_1
43 west build -b intel_ish_5_6_0 modules/hal/intel/zephyr/iut_test -d iut_build_5_6_0
47 west build -b intel_ish_5_8_0 modules/hal/intel/zephyr/iut_test -d iut_build_5_8_0
Dcheckpatch.yml16 - name: Download Checkpatch Files from Zephyr RTOS
19 …wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/checkpatch.pl -O ./checkpatch.pl
21 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/.checkpatch.conf -O ./.checkpatch.conf
22 … wget https://github.com/zephyrproject-rtos/zephyr/raw/main/scripts/spelling.txt -O ./spelling.txt
/hal_intel-latest/zephyr/iut_test/test_zephyr/dma/
Dtest_dma_m2m.c8 #include <zephyr/kernel.h>
9 #include <zephyr/device.h>
10 #include <zephyr/drivers/dma.h>
13 #include <zephyr/cache.h>
/hal_intel-latest/zephyr/
Dmodule.yml3 cmake: zephyr
4 kconfig: zephyr/Kconfig
DKconfig1 # Kconfig - Intel HAL Zephyr configuration options
8 menu "Intel HAL Zephyr Configuration"
/hal_intel-latest/zephyr/iut_test/src/
Dshell_iut.c7 #include <zephyr/kernel.h>
8 #include <zephyr/shell/shell.h>
10 #include <zephyr/shell/shell_uart.h>
Dmain.c8 #include <zephyr/kernel.h>
10 #include <zephyr/sys/__assert.h>
/hal_intel-latest/zephyr/iut_test/test_zephyr/timer/
Dtest_sys_clock.c10 #include <zephyr/sys/time_units.h>
11 #include <zephyr/kernel.h>
/hal_intel-latest/zephyr/iut_test/test_zephyr/gpio/
Dtest_gpio.c9 #include <zephyr/drivers/gpio.h>
10 #include <zephyr/kernel.h>
/hal_intel-latest/zephyr/iut_test/
Dapp.overlay3 zephyr.log-i2c=&i2c0;
DCMakeLists.txt8 find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c13 #include <zephyr/sys/printk.h>
14 #include <zephyr/irq.h>
15 #include <zephyr/drivers/interrupt_controller/ioapic.h>
16 #include <zephyr/arch/x86/ia32/segmentation.h>
/hal_intel-latest/zephyr/iut_test/include/
Diut.h42 #include <zephyr/sys/printk.h>
/hal_intel-latest/zephyr/iut_test/test_zephyr/i2c/
Dtest_i2c_log.c10 #include <zephyr/drivers/i2c.h>
/hal_intel-latest/bsp_sedi/include/driver/
Dsedi_driver_uart.h479 /* Additional functions defined for UART Zephyr only. */