File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/src/tutorials/kernel-module
examples/tutorials/risc-v-kernel/project Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The build script for our application created a `project` directory for us if it
1818exist, so we'll instantiate that directory as our project with ` ispm ` :
1919
2020``` sh
21- ispm projects project --create 1000-latest 2096-latest 8112-latest 31337-latest \
21+ ispm projects project --create 1000-latest 2096-latest 2050-latest 2053-latest 8112-latest 31337-latest \
2222 --ignore-existing-files
2323cd project
2424```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ init-tsffs
77tsffs.log-level 4
88@tsffs.start_on_harness = True
99@tsffs.stop_on_harness = True
10- @tsffs.set_timeout = 3.0
10+ @tsffs.timeout = 3.0
1111@tsffs.exceptions = [14]
1212
1313load-target "risc-v-simple/linux" namespace = riscv machine:hardware:storage:disk1:image = "test.fs.craff"
You can’t perform that action at this time.
0 commit comments