Merge branch 'main' into nehlich/ffs

This commit is contained in:
paul nehlich 2024-06-17 13:32:41 +02:00
commit d0a9ea16b9
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "contrib/lwip"] [submodule "contrib/lwip"]
path = contrib/lwip path = contrib/lwip
url = https://git.savannah.gnu.org/git/lwip.git url = https://git.savannah.gnu.org/git/lwip.git
[submodule "fsbl-compiled"]
path = fsbl-compiled
url = ../fsbl-compiled

View File

@ -1,15 +1,15 @@
## Requirements: ## Requirements:
### Known Issues ### Known Issues
Ubuntu 22.04 has some version issues with the compile toolchain, consider using a newer version or other distribution or docker. Or solve the issue and add it here. Ubuntu 22.04 has some version issues with the compile toolchain, consider using a newer version or other distribution or docker. Or solve the issue and add it here.
### Steps ### Steps
Install
1. `cmake` 1. `cmake`
2. `arm-none-eabi-gcc arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-gdb arm-none-eabi-newlib` 2. `arm-none-eabi-gcc arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-gdb arm-none-eabi-newlib`
3. `doxygen` 3. `doxygen`
4. `graphviz` 4. `graphviz`
5. `rustup` || Install using your packet manager or alternatively use the rust install script: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` 5. `rustup` || Install using your packet manager or alternatively use the rust install script: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` (confirm default toolchain | nightly | complete | modify path variable: yes)

1
fsbl-compiled Submodule

@ -0,0 +1 @@
Subproject commit e404fcf733e94adf702eb8c6d03f46ed8b61cdce