[bsp/stm32] update the eclipse project config and add include file.
This commit is contained in:
parent
21e5a706e0
commit
5560e59d20
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F103xE
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F103xE
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F401xE
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F407xx
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F411xE
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F429xx
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F429xx
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32F767xx
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef RTCONFIG_PREINC_H__
|
||||
#define RTCONFIG_PREINC_H__
|
||||
|
||||
/* Automatically generated file; DO NOT EDIT. */
|
||||
/* RT-Thread pre-include file */
|
||||
|
||||
#define HAVE_CCONFIG_H
|
||||
#define RT_USING_MINILIBC
|
||||
#define STM32L475xx
|
||||
#define USE_HAL_DRIVER
|
||||
|
||||
#endif /*RTCONFIG_PREINC_H__*/
|
Loading…
Reference in New Issue