Merge pull request #114 from uofw/threadman

Threadman
This commit is contained in:
artart78 2022-05-21 18:18:14 +02:00 committed by GitHub
commit 62dd7dca1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3025 additions and 0 deletions

12
src/threadman/Makefile Normal file
View File

@ -0,0 +1,12 @@
# Copyright (C) 2016 The uOFW team
# See the file COPYING for copying permission.
TARGET = threadman
OBJS = threadman.o
#DEBUG = 1
LIBS = -lInterruptManagerForKernel -lExceptionManagerForKernel -lSysMemForKernel -lKDebugForKernel \
-lsceSuspendForKernel -lSysclibForKernel -lLoadCoreForKernel
include ../../lib/build.mak

3013
src/threadman/threadman.c Normal file

File diff suppressed because it is too large Load Diff