Skip to content

Commit 83f1b35

Browse files
committed
Refactored docs and related GitHub Action workflows
1 parent bd8ef20 commit 83f1b35

18 files changed

+580
-14
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,17 @@ jobs:
119119
run: |
120120
mkdir -p $HOME/base
121121
cp docs/native-gcc.md $HOME/base/README.md
122+
mkdir -p $HOME/base64
123+
cp docs/native-gcc64.md $HOME/base64/README.md
122124
bash utils/SF_docs_deployer -t "native" -f "base"
123125
shell: bash
124126
if: success()
125127
- name: move_deploy_cross
126128
run: |
127129
mkdir -p $HOME/base
128130
cp docs/cross-gcc.md $HOME/base/README.md
131+
mkdir -p $HOME/base64
132+
cp docs/cross-gcc64.md $HOME/base64/README.md
129133
bash utils/SF_docs_deployer -t "cross" -f "base"
130134
shell: bash
131135
if: success()

docs/cross-gcc-bookworm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-stretch.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bookworm32.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc-bullseye.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bullseye32.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc-buster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-buster32.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-main32.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc64-bookworm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc64-stretch.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bookworm64.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc64-bullseye.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc64-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bullseye64.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc64-buster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc64-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-buster64.png"></h1>
2929

3030

3131
### TL'DR

docs/cross-gcc64.md

Lines changed: 280 additions & 0 deletions
Large diffs are not rendered by default.

docs/native-gcc-bookworm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc-stretch.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bookworm32.png"></h1>
2929

3030

3131
### TL'DR

docs/native-gcc-bullseye.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bullseye32.png"></h1>
2929

3030

3131

docs/native-gcc-buster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-buster32.png"></h1>
2929

3030

3131

docs/native-gcc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-main32.png"></h1>
2929

3030
### TL'DR
3131

docs/native-gcc64-bookworm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc64-stretch.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bookworm64.png"></h1>
2929

3030

3131
### TL'DR

docs/native-gcc64-bullseye.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc64-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bullseye64.png"></h1>
2929

3030

3131
### TL'DR

docs/native-gcc64-buster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525

2626
<br>
2727

28-
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc64-buster.png"></h1>
28+
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-buster64.png"></h1>
2929

3030

3131
### TL'DR

0 commit comments

Comments
 (0)