8000 renesas-ra: Consolidate all fsp_cfg header files to one location. · micropython/micropython@c2ea8b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2ea8b2

Browse files
committed
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>
1 parent 23fe170 commit c2ea8b2

File tree

21 files changed

+1
-205
lines changed

21 files changed

+1
-205
lines changed

ports/renesas-ra/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ CROSS_COMPILE ?= arm-none-eabi-
9191

9292
INC += -imacros boards/compiler_barrier.h
9393
INC += -I.
94+
INC += -Ifsp_cfg
9495
INC += -I$(TOP)
9596
INC += -I$(BUILD)
9697
INC += -I$(TOP)/$(CMSIS_DIR)

ports/renesas-ra/boards/EK_RA4W1/ra_cfg/fsp_cfg/r_adc_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA4W1/ra_cfg/fsp_cfg/r_flash_lp_cfg.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA4W1/ra_cfg/fsp_cfg/r_ioport_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA4W1/ra_cfg/fsp_cfg/r_lpm_cfg.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M1/ra_cfg/fsp_cfg/r_adc_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M1/ra_cfg/fsp_cfg/r_ioport_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M1/ra_cfg/fsp_cfg/r_lpm_cfg.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M2/ra_cfg/fsp_cfg/r_adc_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M2/ra_cfg/fsp_cfg/r_flash_hp_cfg.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M2/ra_cfg/fsp_cfg/r_ioport_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/EK_RA6M2/ra_cfg/fsp_cfg/r_lpm_cfg.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

ports/renesas-ra/boards/RA4M1_CLICKER/ra_cfg/fsp_cfg/r_adc_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/RA4M1_CLICKER/ra_cfg/fsp_cfg/r_flash_lp_cfg.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

ports/renesas-ra/boards/RA4M1_CLICKER/ra_cfg/fsp_cfg/r_ioport_cfg.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

ports/renesas-ra/boards/RA4M1_CLICKER/ra_cfg/fsp_cfg/r_lpm_cfg.h

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0