Skip to content

Commit 7428a16

Browse files
committed
remove ra submodules
1 parent fe77976 commit 7428a16

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@
77
[submodule "lib/FreeRTOS-Kernel"]
88
path = lib/FreeRTOS-Kernel
99
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
10-
[submodule "hw/mcu/renesas/fsp"]
11-
path = hw/mcu/renesas/fsp
12-
url = https://github.com/renesas/fsp

hw/bsp/ra/family.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SRC_C += \
4040
$(FSP_BOARD_DIR)/board_leds.c
4141

4242
INC += \
43-
$(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
43+
$(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
4444
$(TOP)/hw/mcu/renesas/fsp/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include \
4545
$(TOP)/$(BOARD_PATH) \
4646
$(TOP)/$(BOARD_PATH)/fsp_cfg \

hw/mcu/renesas/fsp

Lines changed: 0 additions & 1 deletion
This file was deleted.

tools/get_deps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'hw/mcu/nxp/mcux-sdk' : [ 'https://github.com/NXPmicro/mcux-sdk.git', 'ae2ab01d9d70ad00cd0e935c2552bd5f0e5c0294'],
1919
'hw/mcu/nxp/nxp_sdk' : [ 'https://github.com/hathach/nxp_sdk.git', '845c8fc49b6fb660f06a5c45225494eacb06f00c'],
2020
'hw/mcu/raspberry_pi/Pico-PIO-USB' : [ 'https://github.com/sekigon-gonnoc/Pico-PIO-USB.git', '9ff3f52fd3c1f81532bce8dd311aa8fc8d9b2665'],
21+
'hw/mcu/renesas/fsp' : [ 'https://github.com/renesas/fsp.git', '8dc14709f2a6518b43f71efad70d900b7718d9f1'],
2122
'hw/mcu/renesas/rx' : [ 'https://github.com/kkitayam/rx_device.git', '706b4e0cf485605c32351e2f90f5698267996023'],
2223
'hw/mcu/silabs/cmsis-dfp-efm32gg12b' : [ 'https://github.com/cmsis-packs/cmsis-dfp-efm32gg12b.git', 'f1c31b7887669cb230b3ea63f9b56769078960bc'],
2324
'hw/mcu/sony/cxd56/spresense-exported-sdk' : [ 'https://github.com/sonydevworld/spresense-exported-sdk.git', '2ec2a1538362696118dc3fdf56f33dacaf8f4067'],

0 commit comments

Comments
 (0)