mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 06:40:25 +08:00
update bsp fh8620 zynq7000
This commit is contained in:
parent
cc000b33cd
commit
45867effd8
@ -111,6 +111,8 @@
|
||||
// <section name="LIBC" description="C Runtime library setting" default="always" >
|
||||
// <bool name="RT_USING_LIBC" description="Using C library" default="true" />
|
||||
#define RT_USING_LIBC
|
||||
// <bool name="RT_USING_POSIX" description="Using POSIX library" default="true" />
|
||||
#define RT_USING_POSIX
|
||||
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
|
||||
#define RT_USING_PTHREADS
|
||||
// <bool name="RT_USING_CPLUSPLUS" description="Support C++ programming language" default="true" />
|
||||
|
@ -107,6 +107,8 @@
|
||||
// <section name="LIBC" description="C Runtime library setting" default="always" >
|
||||
// <bool name="RT_USING_LIBC" description="Using C library" default="true" />
|
||||
#define RT_USING_LIBC
|
||||
// <bool name="RT_USING_POSIX" description="Using POSIX library" default="true" />
|
||||
#define RT_USING_POSIX
|
||||
// <bool name="RT_USING_PTHREADS" description="Using POSIX threads library" default="true" />
|
||||
#define RT_USING_PTHREADS
|
||||
// </section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user