wugensheng преди 4 години
родител
ревизия
a98da2731f
променени са 2 файла, в които са добавени 19 реда и са изтрити 1 реда
  1. 1 1
      project_0/.gitignore
  2. 18 0
      project_0/cconfig.h

+ 1 - 1
project_0/.gitignore

@@ -39,4 +39,4 @@ DebugConfig/
 RTE/
 settings/
 *.uvguix*
-cconfig.h
+

+ 18 - 0
project_0/cconfig.h

@@ -0,0 +1,18 @@
+#ifndef CCONFIG_H__
+#define CCONFIG_H__
+/* Automatically generated file; DO NOT EDIT. */
+/* compiler configure file for RT-Thread in GCC*/
+
+#define HAVE_NEWLIB_H 1
+#define LIBC_VERSION "newlib 2.4.0"
+
+#define HAVE_SYS_SIGNAL_H 1
+#define HAVE_SYS_SELECT_H 1
+#define HAVE_PTHREAD_H 1
+
+#define HAVE_FDSET 1
+#define HAVE_SIGACTION 1
+#define GCC_VERSION_STR "5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496]"
+#define STDC "2011"
+
+#endif