From 5560e59d206410ee7b6d5ad6e6bc388041426992 Mon Sep 17 00:00:00 2001 From: armink Date: Fri, 25 Oct 2019 15:09:15 +0800 Subject: [PATCH] [bsp/stm32] update the eclipse project config and add include file. --- bsp/stm32/stm32f103-dofly-M3S/.cproject | 307 +++++++++-------- .../stm32f103-dofly-M3S/rtconfig_preinc.h | 13 + bsp/stm32/stm32f103-yf-ufun/.cproject | 307 +++++++++-------- bsp/stm32/stm32f103-yf-ufun/rtconfig_preinc.h | 13 + bsp/stm32/stm32f401-st-nucleo/.cproject | 309 +++++++++-------- .../stm32f401-st-nucleo/rtconfig_preinc.h | 13 + bsp/stm32/stm32f407-atk-explorer/.cproject | 9 +- .../stm32f407-atk-explorer/rtconfig_preinc.h | 13 + bsp/stm32/stm32f411-st-nucleo/.cproject | 311 +++++++++--------- .../stm32f411-st-nucleo/rtconfig_preinc.h | 13 + bsp/stm32/stm32f429-atk-apollo/.cproject | 9 +- .../stm32f429-atk-apollo/rtconfig_preinc.h | 13 + bsp/stm32/stm32f429-fire-challenger/.cproject | 9 +- .../rtconfig_preinc.h | 13 + bsp/stm32/stm32f767-atk-apollo/.cproject | 9 +- .../stm32f767-atk-apollo/rtconfig_preinc.h | 13 + bsp/stm32/stm32l475-atk-pandora/.cproject | 9 +- .../stm32l475-atk-pandora/rtconfig_preinc.h | 13 + 18 files changed, 743 insertions(+), 653 deletions(-) create mode 100644 bsp/stm32/stm32f103-dofly-M3S/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f103-yf-ufun/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f401-st-nucleo/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f407-atk-explorer/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f411-st-nucleo/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f429-atk-apollo/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f429-fire-challenger/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32f767-atk-apollo/rtconfig_preinc.h create mode 100644 bsp/stm32/stm32l475-atk-pandora/rtconfig_preinc.h diff --git a/bsp/stm32/stm32f103-dofly-M3S/.cproject b/bsp/stm32/stm32f103-dofly-M3S/.cproject index 8cc410443..eaeea747e 100644 --- a/bsp/stm32/stm32f103-dofly-M3S/.cproject +++ b/bsp/stm32/stm32f103-dofly-M3S/.cproject @@ -1,158 +1,155 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bsp/stm32/stm32f103-dofly-M3S/rtconfig_preinc.h b/bsp/stm32/stm32f103-dofly-M3S/rtconfig_preinc.h new file mode 100644 index 000000000..eb33b182f --- /dev/null +++ b/bsp/stm32/stm32f103-dofly-M3S/rtconfig_preinc.h @@ -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__*/ diff --git a/bsp/stm32/stm32f103-yf-ufun/.cproject b/bsp/stm32/stm32f103-yf-ufun/.cproject index 641ac1d9d..650108564 100644 --- a/bsp/stm32/stm32f103-yf-ufun/.cproject +++ b/bsp/stm32/stm32f103-yf-ufun/.cproject @@ -1,158 +1,155 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bsp/stm32/stm32f103-yf-ufun/rtconfig_preinc.h b/bsp/stm32/stm32f103-yf-ufun/rtconfig_preinc.h new file mode 100644 index 000000000..eb33b182f --- /dev/null +++ b/bsp/stm32/stm32f103-yf-ufun/rtconfig_preinc.h @@ -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__*/ diff --git a/bsp/stm32/stm32f401-st-nucleo/.cproject b/bsp/stm32/stm32f401-st-nucleo/.cproject index 76ce3b79d..6fffea387 100644 --- a/bsp/stm32/stm32f401-st-nucleo/.cproject +++ b/bsp/stm32/stm32f401-st-nucleo/.cproject @@ -1,159 +1,156 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bsp/stm32/stm32f401-st-nucleo/rtconfig_preinc.h b/bsp/stm32/stm32f401-st-nucleo/rtconfig_preinc.h new file mode 100644 index 000000000..10fa44352 --- /dev/null +++ b/bsp/stm32/stm32f401-st-nucleo/rtconfig_preinc.h @@ -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__*/ diff --git a/bsp/stm32/stm32f407-atk-explorer/.cproject b/bsp/stm32/stm32f407-atk-explorer/.cproject index 04b0a5b7c..f162e4d0b 100644 --- a/bsp/stm32/stm32f407-atk-explorer/.cproject +++ b/bsp/stm32/stm32f407-atk-explorer/.cproject @@ -82,16 +82,13 @@ - + + - + + - + + - + + - + +