Skip to content

Commit

Permalink
Add tutorial 18
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-richter committed May 2, 2022
1 parent cc09970 commit 8ff358a
Show file tree
Hide file tree
Showing 100 changed files with 10,669 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 18_backtrace/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.'cfg(target_os = "none")']
runner = "target/kernel_test_runner.sh"
10 changes: 10 additions & 0 deletions 18_backtrace/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.formatOnSave": true,
"editor.rulers": [100],
"rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
"rust-analyzer.cargo.features": ["bsp_rpi3"],
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.checkOnSave.extraArgs": ["--lib", "--bins"],
"rust-analyzer.lens.debug": false,
"rust-analyzer.lens.run": false
}
96 changes: 96 additions & 0 deletions 18_backtrace/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions 18_backtrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[workspace]

members = [
"libraries/*",
"kernel",
"kernel_symbols"
]

[profile.release]
lto = true
debug = true
Loading

0 comments on commit 8ff358a

Please sign in to comment.