Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #142 from bjoernQ/minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
bjoernQ authored Jan 31, 2024
2 parents bf31770 + b9d0e16 commit 26f1671
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"rust-analyzer.check.allTargets": false,
"rust-analyzer.check.allTargets": false,
}
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors = ["{{ authors }}"]
edition = "2021"
license = "MIT OR Apache-2.0"

[profile.release]
debug = true

[dependencies]
{{ mcu }}-hal = "{{ hal_version }}"
esp-backtrace = { version = "0.10.0", features = ["{{ mcu }}", "panic-handler", "exception-handler", "print-uart"] }
Expand Down
4 changes: 3 additions & 1 deletion cargo-generate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ ignore = [".vscode/launch.json", "diagram.json", "wokwi.toml"]

[conditional.'!advanced']
ignore = [
".github",
".vscode/launch.json",
".vscode/tasks.json",
".devcontainer/",
".vscode/",
"docs/",
"scripts/",
".github",
Expand Down

0 comments on commit 26f1671

Please sign in to comment.