renesas-ra: Consolidate all fsp_cfg header files to one location.
The config header files with the same name have the same contents, so they don't need to be repeated for each board in the board's source directory. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
23fe170da4
commit
c2ea8b2f98
|
@ -91,6 +91,7 @@ CROSS_COMPILE ?= arm-none-eabi-
|
|||
|
||||
INC += -imacros boards/compiler_barrier.h
|
||||
INC += -I.
|
||||
INC += -Ifsp_cfg
|
||||
INC += -I$(TOP)
|
||||
INC += -I$(BUILD)
|
||||
INC += -I$(TOP)/$(CMSIS_DIR)
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_ADC_CFG_H_
|
||||
#define R_ADC_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ADC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_ADC_CFG_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_FLASH_LP_CFG_H_
|
||||
#define R_FLASH_LP_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define FLASH_LP_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define FLASH_LP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (1)
|
||||
#define FLASH_LP_CFG_DATA_FLASH_PROGRAMMING_ENABLE (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_FLASH_LP_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_IOPORT_CFG_H_
|
||||
#define R_IOPORT_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define IOPORT_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_IOPORT_CFG_H_ */
|
|
@ -1,14 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_LPM_CFG_H_
|
||||
#define R_LPM_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define LPM_CFG_STANDBY_LIMIT (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_LPM_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_ADC_CFG_H_
|
||||
#define R_ADC_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ADC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_ADC_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_IOPORT_CFG_H_
|
||||
#define R_IOPORT_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define IOPORT_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_IOPORT_CFG_H_ */
|
|
@ -1,14 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_LPM_CFG_H_
|
||||
#define R_LPM_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define LPM_CFG_STANDBY_LIMIT (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_LPM_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_ADC_CFG_H_
|
||||
#define R_ADC_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ADC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_ADC_CFG_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_FLASH_HP_CFG_H_
|
||||
#define R_FLASH_HP_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define FLASH_HP_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define FLASH_HP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (1)
|
||||
#define FLASH_HP_CFG_DATA_FLASH_PROGRAMMING_ENABLE (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_FLASH_HP_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_IOPORT_CFG_H_
|
||||
#define R_IOPORT_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define IOPORT_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_IOPORT_CFG_H_ */
|
|
@ -1,14 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_LPM_CFG_H_
|
||||
#define R_LPM_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define LPM_CFG_STANDBY_LIMIT (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_LPM_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_ADC_CFG_H_
|
||||
#define R_ADC_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ADC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_ADC_CFG_H_ */
|
|
@ -1,15 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_FLASH_LP_CFG_H_
|
||||
#define R_FLASH_LP_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define FLASH_LP_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define FLASH_LP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (1)
|
||||
#define FLASH_LP_CFG_DATA_FLASH_PROGRAMMING_ENABLE (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_FLASH_LP_CFG_H_ */
|
|
@ -1,13 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_IOPORT_CFG_H_
|
||||
#define R_IOPORT_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define IOPORT_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_IOPORT_CFG_H_ */
|
|
@ -1,14 +0,0 @@
|
|||
/* generated configuration header file - do not edit */
|
||||
#ifndef R_LPM_CFG_H_
|
||||
#define R_LPM_CFG_H_
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LPM_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
|
||||
#define LPM_CFG_STANDBY_LIMIT (0)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* R_LPM_CFG_H_ */
|
Loading…
Reference in New Issue