Runtime and thread_pool mostly done

This commit is contained in:
2025-06-20 23:50:54 +01:00
parent 0be61851a4
commit 2ee6960223
7 changed files with 154 additions and 27 deletions

View File

@ -1,10 +1,10 @@
CC=gcc
C_FLAGS=-Wall -Wextra -pedantic -Wno-unknown-pragmas -g -DDEBUG
C_FLAGS=-Wall -Wextra -pedantic -Wno-unknown-pragmas -g -DDEBUG -DSUS_TARGET_VERSION=10000
DIR_SRC=src
DIR_INC=include
DIR_BUILD=build
DEPS=dl pthread m atomic pigpio rt sus
DEPS=dl pthread m atomic rt sus
OUTBIN=$(DIR_BUILD)/bin/main