Searched refs:TASK_STACK_SIZE (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.5.0/components/mbedtls/test/ |
D | test_aes_sha_rsa.c | 33 #define TASK_STACK_SIZE (8*1024) macro 122 …xTaskCreatePinnedToCore(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0… 123 …xTaskCreatePinnedToCore(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[1… 124 …xTaskCreatePinnedToCore(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[2… 125 …xTaskCreatePinnedToCore(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[3… 126 …xTaskCreatePinnedToCore(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[4… 127 …xTaskCreatePinnedToCore(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[5… 129 …xTaskCreate(&aes_task, "aes_task", TASK_STACK_SIZE, &exit_sema[0], UNITY_FRE… 130 …xTaskCreate(&sha_task, "sha_task", TASK_STACK_SIZE, &exit_sema[1], UNITY_FRE… 131 …xTaskCreate(&mbedtls_sha256_task, "mbedtls_sha256_task", TASK_STACK_SIZE, &exit_sema[2], UNITY_FRE… [all …]
|
D | test_aes_sha_parallel.c | 111 #define TASK_STACK_SIZE (20*1024) macro 117 xTaskCreate(tskRunSHA256Test, "SHA256Task", TASK_STACK_SIZE, NULL, 3, NULL); 118 xTaskCreate(tskRunAES256Test, "AES256Task", TASK_STACK_SIZE, NULL, 3, NULL);
|
/hal_espressif-3.5.0/components/freertos/test/ |
D | test_freertos_scheduling_round_robin.c | 44 #define TASK_STACK_SIZE 1024 macro 113 …xTaskCreatePinnedToCore(blocker_task, "blk", TASK_STACK_SIZE, (void *)&suspend_blocker, SPIN_TASK_… 125 …xTaskCreatePinnedToCore(spin_task, "spin", TASK_STACK_SIZE, (void *)(0x00 + i), SPIN_TASK_PRIO, &c… 127 …xTaskCreatePinnedToCore(spin_task, "spin", TASK_STACK_SIZE, (void *)(0x10 + i), SPIN_TASK_PRIO, &c…
|
/hal_espressif-3.5.0/examples/peripherals/uart/uart_repl/main/ |
D | uart_repl_example_main.c | 30 #define TASK_STACK_SIZE (2048) macro 178 xTaskCreate(send_commands, "send_commands_task", TASK_STACK_SIZE, NULL, 10, NULL); in app_main()
|
/hal_espressif-3.5.0/examples/protocols/smtp_client/main/ |
D | smtp_client_example_main.c | 56 #define TASK_STACK_SIZE (8 * 1024) macro 512 xTaskCreate(&smtp_client_task, "smtp_client_task", TASK_STACK_SIZE, NULL, 5, NULL); in app_main()
|
/hal_espressif-3.5.0/examples/peripherals/uart/uart_repl/ |
D | README.md | 27 CONSOLE_UART_TX_PIN, UARTS_BAUD_RATE, TASK_STACK_SIZE, and READ_BUF_SIZE.
|