Skip to content

Commit 78d1e57

Browse files
committed
fix patched fsp source for e2studio projects
1 parent 2f14ebc commit 78d1e57

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "extras/santiago-leven-usb-bridge"]
55
path = extras/santiago-leven-usb-bridge
66
url = [email protected]:bcmi-labs/santiago-leven-usb-bridge
7+
[submodule "extras/fsp"]
8+
path = extras/fsp
9+
url = [email protected]:bcmi-labs/fsp.git

extras/e2studioProjects/Santiago/fsp_to_arduino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
mkdir -p fsp_patched
1717
cd fsp_patched
18-
ln -s ../../../tinyusb/hw/mcu/renesas/fsp/ra/ .
18+
ln -s ../../../fsp/ra/ .
1919
cd ..
2020

2121
set +e

extras/e2studioProjects/portenta_h33_lib/fsp_to_arduino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
mkdir -p fsp_patched
1717
cd fsp_patched
18-
ln -s ../../../tinyusb/hw/mcu/renesas/fsp/ra/ .
18+
ln -s ../../../fsp/ra/ .
1919
cd ..
2020

2121
set +e

extras/fsp

Submodule fsp added at 8ec537b

0 commit comments

Comments
 (0)