added semaphore to tasks for sample/testing

This commit is contained in:
2022-08-31 08:42:35 +02:00
parent d52848f7e8
commit eadaa6fc8f
5 changed files with 43 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
.SECONDARY:
CFLAGS+= -I. -Os -DSTM32F4 -std=c99
CFLAGS+= -I. -O1 -DSTM32F4 -std=c99
#CFLAGS+= -mthumb
#CFLAGS+= -march=armv7e-m
CFLAGS+= -mfloat-abi=hard