Lines Matching +full:- +full:include
4 * SPDX-License-Identifier: Apache-2.0
7 /* Include esp-idf headers first to avoid redefining BIT() macro */
8 #include <soc.h>
9 #include <soc/rtc_cntl_reg.h>
10 #include <soc/timer_group_reg.h>
11 #include <zephyr/drivers/interrupt_controller/intc_esp32.h>
12 #include <xtensa/config/core-isa.h>
13 #include <xtensa/corebits.h>
14 #include <esp_private/spi_flash_os.h>
15 #include <esp_private/esp_mmu_map_private.h>
16 #include <esp_flash_internal.h>
18 #include "psram.h"
21 #include <zephyr/kernel_structs.h>
22 #include <string.h>
23 #include <zephyr/toolchain.h>
24 #include <zephyr/types.h>
25 #include <zephyr/linker/linker-defs.h>
26 #include <kernel_internal.h>
28 #include <esp_private/system_internal.h>
29 #include <esp32/rom/cache.h>
30 #include <esp_cpu.h>
31 #include <hal/soc_hal.h>
32 #include <hal/cpu_hal.h>
33 #include <soc/gpio_periph.h>
34 #include <esp_err.h>
35 #include <esp_timer.h>
36 #include <hal/wdt_hal.h>
37 #include <esp_app_format.h>
40 #include "esp_clk_internal.h"
43 #include <zephyr/sys/printk.h>
44 #include "esp_log.h"
80 /* ESP-IDF/MCUboot 2nd stage bootloader enables RTC WDT to check in __esp_platform_start()
121 /* Boot-time static default printk handler, possibly to be overridden later. */