Browse Source

update bsp fh8620 zynq7000

Meco Man 4 years ago
parent
commit
45867effd8
2 changed files with 4 additions and 0 deletions
  1. 2 0
      bsp/fh8620/rtconfig.h
  2. 2 0
      bsp/zynq7000/rtconfig.h

+ 2 - 0
bsp/fh8620/rtconfig.h

@@ -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" />

+ 2 - 0
bsp/zynq7000/rtconfig.h

@@ -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>