Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "hal/stm32l4"]
path = hal/stm32l4
url = https://github.com/OsirisRTOS/stm32l4-hal.git
url = git@github.com:OsirisRTOS/stm32l4-hal.git
[submodule "kernel"]
path = kernel
url = https://github.com/OsirisRTOS/kernel.git
url = git@github.com:OsirisRTOS/kernel.git
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ with import <nixpkgs> { };

mkShell {
nativeBuildInputs = [
rustup
direnv
gcc-arm-embedded
cmake
Expand Down Expand Up @@ -54,5 +55,6 @@ mkShell {
cd ..
fi
export PATH=$(pwd)/qemu/build:$PATH
rustup target add thumbv7em-none-eabi
'';
}