/hal_espressif-3.5.0/components/freertos/test/ |
D | test_task_priorities.c | 33 for (int cpu = 0; cpu < portNUM_PROCESSORS; cpu++) { variable 35 …r_task, "count", 2048, (void *)&(counters[cpu][task]), UNITY_FREERTOS_PRIORITY - task, &(tasks[cpu… 40 for (int cpu = 0; cpu < portNUM_PROCESSORS; cpu++) { variable 42 TEST_ASSERT_EQUAL(UNITY_FREERTOS_PRIORITY - task, uxTaskPriorityGet(tasks[cpu][task])); 49 for (int cpu = 0; cpu < portNUM_PROCESSORS; cpu++) { variable 50 TEST_ASSERT_NOT_EQUAL(0, counters[cpu][0]); 51 TEST_ASSERT_EQUAL(0, counters[cpu][1]); 55 for (int cpu = 0; cpu < portNUM_PROCESSORS; cpu++) { variable 56 vTaskPrioritySet(tasks[cpu][0], UNITY_FREERTOS_PRIORITY - 1); 57 vTaskPrioritySet(tasks[cpu][1], UNITY_FREERTOS_PRIORITY); [all …]
|
D | test_task_suspend_resume.c | 279 static void test_scheduler_suspend1(int cpu) in test_scheduler_suspend1() argument 289 printf("Test for CPU%d\n", cpu); in test_scheduler_suspend1() 290 int other_cpu = (cpu == 0) ? 1 : 0; in test_scheduler_suspend1() 292 xTaskCreatePinnedToCore(&control_task, "control_task", 8192, NULL, 5, NULL, cpu); in test_scheduler_suspend1() 296 if (suspend_both_cpus == false && cpu == 1) { in test_scheduler_suspend1() 329 static void test_scheduler_suspend2(int cpu) in test_scheduler_suspend2() argument 336 printf("Test for CPU%d\n", cpu); in test_scheduler_suspend2() 337 xTaskCreatePinnedToCore(&control_task, "control_task", 8192, NULL, 5, NULL, cpu); in test_scheduler_suspend2() 369 static void test_scheduler_suspend3(int cpu) in test_scheduler_suspend3() argument 374 printf("Test for CPU%d\n", cpu); in test_scheduler_suspend3() [all …]
|
/hal_espressif-3.5.0/components/esp_hw_support/ |
D | intr_alloc.c | 72 unsigned int cpu: 1; member 111 if (vd->cpu > to_insert->cpu) break; in insert_vector_desc() 112 if (vd->cpu == to_insert->cpu && vd->intno >= to_insert->intno) break; in insert_vector_desc() 127 static vector_desc_t *find_desc_for_int(int intno, int cpu) in find_desc_for_int() argument 131 if (vd->cpu==cpu && vd->intno==intno) break; in find_desc_for_int() 140 static vector_desc_t *get_desc_for_int(int intno, int cpu) in get_desc_for_int() argument 142 vector_desc_t *vd=find_desc_for_int(intno, cpu); in get_desc_for_int() 148 newvd->cpu=cpu; in get_desc_for_int() 157 static vector_desc_t * find_desc_for_source(int source, int cpu) in find_desc_for_source() argument 162 if ( vd->source == source && cpu == vd->cpu ) break; in find_desc_for_source() [all …]
|
/hal_espressif-3.5.0/components/spi_flash/test/ |
D | test_cache_disabled.c | 43 for(int cpu = 0; cpu < portNUM_PROCESSORS; cpu++) { variable 47 printf("Testing cpu %d disabled %d\n", cpu, do_disable); 50 2048, (void *)do_disable, configMAX_PRIORITIES-1, NULL, cpu);
|
/hal_espressif-3.5.0/tools/test_idf_monitor/tests/ |
D | in1.txt | 40 [0;32mI (180) cpu_start: Pro cpu up.[0m 41 [0;32mI (184) cpu_start: Starting app cpu, entry point is 0x40080e54[0m 44 [0;32mI (0) cpu_start: App cpu up.[0m 54 [0;32mI (248) cpu_start: Pro cpu start user code[0m 56 D (269) intr_alloc: Connected src 46 to int 2 (cpu 0)[0m 57 D (270) intr_alloc: Connected src 57 to int 3 (cpu 0)[0m 58 D (271) intr_alloc: Connected src 24 to int 9 (cpu 0)[0m 60 D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)[0m 64 D (311) intr_alloc: Connected src 16 to int 12 (cpu 0)[0m
|
D | in1f1.txt | 39 [0;32mI (180) cpu_start: Pro cpu up.[0m 40 [0;32mI (184) cpu_start: Starting app cpu, entry point is 0x40080e54[0m 43 [0;32mI (0) cpu_start: App cpu up.[0m 53 [0;32mI (248) cpu_start: Pro cpu start user code[0m 55 D (269) intr_alloc: Connected src 46 to int 2 (cpu 0)[0m 56 D (270) intr_alloc: Connected src 57 to int 3 (cpu 0)[0m 57 D (271) intr_alloc: Connected src 24 to int 9 (cpu 0)[0m 59 D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)[0m 63 D (311) intr_alloc: Connected src 16 to int 12 (cpu 0)[0m
|
D | core1_out.txt | 3 I (196) cpu_start: Pro cpu up. 10 I (236) cpu_start: Starting app cpu, entry point is 0x40081010 11 I (0) cpu_start: App cpu up. 18 I (284) cpu_start: Pro cpu start user code
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/ |
D | README.md | 74 I (386) cpu_start: Pro cpu up. 75 I (389) cpu_start: Starting app cpu, entry point is 0x40081010 76 I (0) cpu_start: App cpu up. 83 I (438) cpu_start: Pro cpu start user code 98 I (385) cpu_start: Pro cpu up.\0x1b[0m 99 I (389) cpu_start: Starting app cpu, entry point is 0x40081010 100 I (0) cpu_start: App cpu up. 107 I (437) cpu_start: Pro cpu start user code\0x1b[0m
|
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/ |
D | trace_ll.h | 13 static inline void trace_ll_set_mem_block(int cpu, int block) in trace_ll_set_mem_block() argument 17 if (cpu == 0) { in trace_ll_set_mem_block()
|
D | interrupt_controller_ll.h | 76 static inline bool intr_cntrl_ll_has_handler(uint8_t intr, uint8_t cpu) in intr_cntrl_ll_has_handler() argument 78 return xt_int_has_handler(intr, cpu); in intr_cntrl_ll_has_handler()
|
/hal_espressif-3.5.0/components/hal/esp32/include/hal/ |
D | trace_ll.h | 19 static inline void trace_ll_mem_enable(int cpu, bool enable) in trace_ll_mem_enable() argument 22 DPORT_WRITE_PERI_REG(reg[cpu], enable); in trace_ll_mem_enable()
|
D | interrupt_controller_ll.h | 76 static inline bool intr_cntrl_ll_has_handler(uint8_t intr, uint8_t cpu) in intr_cntrl_ll_has_handler() argument 78 return xt_int_has_handler(intr, cpu); in intr_cntrl_ll_has_handler()
|
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/ |
D | interrupt_controller_ll.h | 76 static inline bool intr_cntrl_ll_has_handler(uint8_t intr, uint8_t cpu) in intr_cntrl_ll_has_handler() argument 78 return xt_int_has_handler(intr, cpu); in intr_cntrl_ll_has_handler()
|
/hal_espressif-3.5.0/components/esp_system/ |
D | task_wdt.c | 140 const char *cpu; in task_wdt_isr() local 158 cpu=xTaskGetAffinity(twdttask->task_handle)==0?DRAM_STR("CPU 0"):DRAM_STR("CPU 1"); in task_wdt_isr() 160 cpu=DRAM_STR("CPU 0/1"); in task_wdt_isr() 162 ESP_EARLY_LOGE(TAG, " - %s (%s)", pcTaskGetTaskName(twdttask->task_handle), cpu); in task_wdt_isr()
|
/hal_espressif-3.5.0/components/hal/include/hal/ |
D | interrupt_controller_hal.h | 155 static inline bool interrupt_controller_hal_has_handler(int intr, int cpu) in interrupt_controller_hal_has_handler() argument 157 return intr_cntrl_ll_has_handler(intr, cpu); in interrupt_controller_hal_has_handler()
|
/hal_espressif-3.5.0/zephyr/esp32s3/src/boot/ |
D | bootloader_init.c | 161 static void wdt_reset_info_dump(int cpu) in wdt_reset_info_dump() argument 165 const char *cpu_name = cpu ? "APP" : "PRO"; in wdt_reset_info_dump() 169 if (cpu == 0) { in wdt_reset_info_dump()
|
/hal_espressif-3.5.0/docs/en/security/ |
D | esp32s3_log.inc | 104 I (214) cpu_start: Pro cpu up. 105 I (214) cpu_start: Starting app cpu, entry point is 0x40374fa8 108 I (0) cpu_start: App cpu up. 109 I (228) cpu_start: Pro cpu start user code 110 I (228) cpu_start: cpu freq: 160000000
|
D | esp32_log.inc | 117 I (184) cpu_start: Pro cpu up. 124 I (224) cpu_start: Starting app cpu, entry point is 0x40080e4c 127 I (0) cpu_start: App cpu up. 134 I (273) cpu_start: Pro cpu start user code
|
/hal_espressif-3.5.0/components/xtensa/ |
D | xtensa_intr.c | 107 bool xt_int_has_handler(int intr, int cpu) in xt_int_has_handler() argument 109 return (_xt_interrupt_table[intr*portNUM_PROCESSORS+cpu].handler != xt_unhandled_interrupt); in xt_int_has_handler()
|
/hal_espressif-3.5.0/components/esp_hw_support/include/ |
D | esp_intr_alloc.h | 104 esp_err_t esp_intr_mark_shared(int intno, int cpu, bool is_in_iram); 118 esp_err_t esp_intr_reserve(int intno, int cpu);
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32s3/ |
D | bootloader_esp32s3.c | 247 static void wdt_reset_info_dump(int cpu) in wdt_reset_info_dump() argument 251 const char *cpu_name = cpu ? "APP" : "PRO"; in wdt_reset_info_dump() 255 if (cpu == 0) { in wdt_reset_info_dump()
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | app_trace.rst | 390 1. 将 SystemView 跟踪数据收集到文件 “pro-cpu.SVDat” 和 “pro-cpu.SVDat” 中。这些文件会被保存在 “openocd-esp32” 目录中。 394 esp sysview start file://pro-cpu.SVDat file://app-cpu.SVDat 402 esp32 sysview start file://pro-cpu.SVDat file://app-cpu.SVDat 0 -1 -1
|
/hal_espressif-3.5.0/components/bootloader_support/src/esp32/ |
D | bootloader_esp32.c | 279 static void wdt_reset_info_dump(int cpu) in wdt_reset_info_dump() argument 283 const char *cpu_name = cpu ? "APP" : "PRO"; in wdt_reset_info_dump() 285 if (cpu == 0) { in wdt_reset_info_dump()
|
/hal_espressif-3.5.0/docs/zh_CN/security/ |
D | esp32_log.inc | 117 I (184) cpu_start: Pro cpu up. 124 I (224) cpu_start: Starting app cpu, entry point is 0x40080e4c 127 I (0) cpu_start: App cpu up. 134 I (273) cpu_start: Pro cpu start user code
|
/hal_espressif-3.5.0/examples/system/himem/ |
D | README.md | 85 I (266) cpu_start: Pro cpu up. 86 I (270) cpu_start: Starting app cpu, entry point is 0x40081174 87 I (0) cpu_start: App cpu up. 95 I (767) cpu_start: Pro cpu start user code
|