Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ff358a

Browse files
Add tutorial 18
1 parent cc09970 commit 8ff358a

File tree

100 files changed

+10669
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+10669
-0
lines changed

‎18_backtrace/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.'cfg(target_os = "none")']
2+
runner = "target/kernel_test_runner.sh"

‎18_backtrace/.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.rulers": [100],
4+
"rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
5+
"rust-analyzer.cargo.features": ["bsp_rpi3"],
6+
"rust-analyzer.checkOnSave.allTargets": false,
7+
"rust-analyzer.checkOnSave.extraArgs": ["--lib", "--bins"],
8+
"rust-analyzer.lens.debug": false,
9+
"rust-analyzer.lens.run": false
10+
}

‎18_backtrace/Cargo.lock

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎18_backtrace/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[workspace]
2+
3+
members = [
4+
"libraries/*",
5+
"kernel",
6+
"kernel_symbols"
7+
]
8+
9+
[profile.release]
10+
lto = true
11+
debug = true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /