import RT-Thread@9217865c without bsp, libcpu and components/net

This commit is contained in:
Zihao Yu 2023-05-20 16:23:33 +08:00
commit e2376a3709
1414 changed files with 390370 additions and 0 deletions

View file

@ -0,0 +1,55 @@
menuconfig RTT_POSIX_TESTCASE_TIME_H
bool "<time.h>"
default n
if RTT_POSIX_TESTCASE_TIME_H
config TIME_H_ASCTIME
bool "<time.h, sys/time.h> -> asctime"
default n
config TIME_H_CLOCK_GETTIME
bool "<time.h, sys/time.h> -> clock_gettime"
default n
config TIME_H_CLOCK
bool "<time.h, sys/time.h> -> clock"
default n
config TIME_H_DIFFTIME
bool "<time.h, sys/time.h> -> difftime"
default n
config TIME_H_GMTIME_R
bool "<time.h, sys/time.h> -> gmtime_r"
default n
config TIME_H_GMTIME
bool "<time.h, sys/time.h> -> gmtime"
default n
config TIME_H_LOCALTIME
bool "<time.h, sys/time.h> -> localtime"
default n
config TIME_H_MKTIME
bool "<time.h, sys/time.h> -> mktime"
default n
config TIME_H_NANOSLEEP
bool "<time.h, sys/time.h> -> nanosleep"
default n
config TIME_H_STRFTIME
bool "<time.h, sys/time.h> -> strftime"
default n
config TIME_H_TIME
bool "<time.h, sys/time.h> -> time"
default n
config TIME_H_UTIMES
bool "<time.h, sys/time.h> -> utimes"
default n
endif