Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update to get git fetch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsousi5 committed Jun 29, 2020
1 parent efd92b3 commit 71f06dd
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

# We tag submodules before creating the release notes or the release
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS-metal
2 changes: 1 addition & 1 deletion Segger_SystemView-metal
2 changes: 1 addition & 1 deletion freedom-devicetree-tools
2 changes: 1 addition & 1 deletion freedom-metal
2 changes: 1 addition & 1 deletion scripts/cmsis-svd-generator
2 changes: 1 addition & 1 deletion scripts/elf2hex
2 changes: 1 addition & 1 deletion scripts/esdk-settings-generator
2 changes: 1 addition & 1 deletion scripts/ldscript-generator
2 changes: 1 addition & 1 deletion scripts/openocdcfg-generator
18 changes: 9 additions & 9 deletions wit-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[
{
"commit": "db4ba0f4a25cee3f892e48c4fe3b58570f148290",
"commit": "d3c01bcec778727375bd4d81f7742cafc419c3a7",
"name": "freedom-devicetree-tools",
"source": "[email protected]:sifive/freedom-devicetree-tools.git"
},
{
"commit": "3abf11da1a6d638aecd648487f15adf5e99442ff",
"commit": "e4104e02156ea85d07b3317081f5bf3bc0ebee93",
"name": "freedom-metal",
"source": "[email protected]:sifive/freedom-metal.git"
},
{
"commit": "5f3ead16ab35bb5a6d39fd2881ffa81b06741bb2",
"commit": "22bef0ab3df478089bef6a5eae9c66b70ca1d884",
"name": "elf2hex",
"source": "[email protected]:sifive/elf2hex.git"
},
Expand All @@ -20,22 +20,22 @@
"source": "[email protected]:sifive/devicetree-overlay-generator.git"
},
{
"commit": "eb2aee7b32ed975a015155aa83fbf9c784e8478b",
"commit": "6749026ffc33721ed898a06266e43fa4b6ef640b",
"name": "ldscript-generator",
"source": "[email protected]:sifive/ldscript-generator.git"
},
{
"commit": "3a6205340b165b29fbc6c0bdf178c8782df2b583",
"commit": "c9936d689d673813581cde883885b8bfca2a2e82",
"name": "cmsis-svd-generator",
"source": "[email protected]:sifive/cmsis-svd-generator.git"
},
{
"commit": "8f3a212aca479f60bc47c543b7ce76395b888258",
"commit": "fecee1979c980517b57ef6794df9c84ae5062e14",
"name": "openocdcfg-generator",
"source": "[email protected]:sifive/openocdcfg-generator.git"
},
{
"commit": "e15884b71bbd8d562d1f5228e021c6b6c1201990",
"commit": "11d17b9c930e51321130999f27ecbef1dc4339a4",
"name": "esdk-settings-generator",
"source": "[email protected]:sifive/esdk-settings-generator.git"
},
Expand Down Expand Up @@ -200,12 +200,12 @@
"source": "[email protected]:sifive/benchmark-mem-latency.git"
},
{
"commit": "1eaafa44bcb5c7d6c1e1e25b84ac52eeef0b1a4f",
"commit": "8e1fc566456e13228d8e1b652cc0141a83bb09e8",
"name": "FreeRTOS-metal",
"source": "[email protected]:sifive/FreeRTOS-metal.git"
},
{
"commit": "8f6d4bd2afabe7e3e8ef6fb533fa2bb3a0547ae3",
"commit": "d64a0fab15776acae4c1cd75b9676d511e212855",
"name": "Segger_SystemView-metal",
"source": "[email protected]:sifive/Segger_SystemView-metal.git"
},
Expand Down

0 comments on commit 71f06dd

Please sign in to comment.