initial commit

This commit is contained in:
jhChun
2026-04-08 16:58:54 +09:00
commit 82e33d8bf9
2578 changed files with 1590432 additions and 0 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