初始版本

This commit is contained in:
xiaozhengsheng
2025-08-19 09:49:41 +08:00
parent 10f1ddf1c1
commit 6df0f7d96e
2974 changed files with 1712873 additions and 54 deletions

9
external/protothreads/pt-1.4/Makefile vendored Normal file
View File

@@ -0,0 +1,9 @@
CFLAGS=-O -Wuninitialized -Werror
all: example-codelock example-buffer example-small
example-codelock: example-codelock.c pt.h lc.h
example-buffer: example-buffer.c pt.h lc.h
example-small: example-small.c pt.h lc.h