summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-11 08:23:21 +0700
committerhathach <[email protected]>2023-03-11 08:23:21 +0700
commit7428a16d2d5891b5ceadcd0530798c8933d02f6f (patch)
treeccefc86895752b70d8f64fc8367be77aa6932ccc
parentfe77976765ed1b73470d6f42f77a0c85f8760e7b (diff)
remove ra submodules
-rw-r--r--.gitmodules3
-rw-r--r--hw/bsp/ra/family.mk2
m---------hw/mcu/renesas/fsp0
-rw-r--r--tools/get_deps.py1
4 files changed, 2 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 320a5f7f6..469192026 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,6 +7,3 @@
[submodule "lib/FreeRTOS-Kernel"]
path = lib/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
-[submodule "hw/mcu/renesas/fsp"]
- path = hw/mcu/renesas/fsp
- url = https://github.com/renesas/fsp
diff --git a/hw/bsp/ra/family.mk b/hw/bsp/ra/family.mk
index 6b7f43345..e75e74104 100644
--- a/hw/bsp/ra/family.mk
+++ b/hw/bsp/ra/family.mk
@@ -40,7 +40,7 @@ SRC_C += \
$(FSP_BOARD_DIR)/board_leds.c
INC += \
- $(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
+ $(TOP)/lib/CMSIS_5/CMSIS/Core/Include \
$(TOP)/hw/mcu/renesas/fsp/ra/fsp/src/bsp/cmsis/Device/RENESAS/Include \
$(TOP)/$(BOARD_PATH) \
$(TOP)/$(BOARD_PATH)/fsp_cfg \
diff --git a/hw/mcu/renesas/fsp b/hw/mcu/renesas/fsp
deleted file mode 160000
-Subproject 8dc14709f2a6518b43f71efad70d900b7718d9f
diff --git a/tools/get_deps.py b/tools/get_deps.py
index 6e7093816..df606bfab 100644
--- a/tools/get_deps.py
+++ b/tools/get_deps.py
@@ -18,6 +18,7 @@ deps_list = {
'hw/mcu/nxp/mcux-sdk' : [ 'https://github.com/NXPmicro/mcux-sdk.git', 'ae2ab01d9d70ad00cd0e935c2552bd5f0e5c0294'],
'hw/mcu/nxp/nxp_sdk' : [ 'https://github.com/hathach/nxp_sdk.git', '845c8fc49b6fb660f06a5c45225494eacb06f00c'],
'hw/mcu/raspberry_pi/Pico-PIO-USB' : [ 'https://github.com/sekigon-gonnoc/Pico-PIO-USB.git', '9ff3f52fd3c1f81532bce8dd311aa8fc8d9b2665'],
+ 'hw/mcu/renesas/fsp' : [ 'https://github.com/renesas/fsp.git', '8dc14709f2a6518b43f71efad70d900b7718d9f1'],
'hw/mcu/renesas/rx' : [ 'https://github.com/kkitayam/rx_device.git', '706b4e0cf485605c32351e2f90f5698267996023'],
'hw/mcu/silabs/cmsis-dfp-efm32gg12b' : [ 'https://github.com/cmsis-packs/cmsis-dfp-efm32gg12b.git', 'f1c31b7887669cb230b3ea63f9b56769078960bc'],
'hw/mcu/sony/cxd56/spresense-exported-sdk' : [ 'https://github.com/sonydevworld/spresense-exported-sdk.git', '2ec2a1538362696118dc3fdf56f33dacaf8f4067'],