From 5ac4d3949cd7430e0d4c994bbc528e8e4fa91337 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 22 May 2023 15:23:51 +1000 Subject: Generalise worker tasks, and centralise task priorities + stacks Includes making the display driver use a worker task for flushes, so that our double buffering actually does something useful /facepalm --- src/tasks/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tasks/CMakeLists.txt') diff --git a/src/tasks/CMakeLists.txt b/src/tasks/CMakeLists.txt index 0503d293..f7d7244f 100644 --- a/src/tasks/CMakeLists.txt +++ b/src/tasks/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "tasks.cpp" INCLUDE_DIRS ".") +idf_component_register(SRCS "tasks.cpp" INCLUDE_DIRS "." REQUIRES "span") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) -- cgit v1.2.3