Skip to content

Commit

Permalink
feat: Changes enabling S3
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Mar 20, 2024
1 parent be6a389 commit ed0f57a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hil-test/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ rustflags = [
"-C", "link-arg=-Tembedded-test.x",

]

[unstable]
build-std = ["core"]
3 changes: 3 additions & 0 deletions hil-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ incremental = false
lto = 'fat'
opt-level = 3 # <-
overflow-checks = false # <-

[patch.crates-io]
semihosting = { git = "https://github.com/taiki-e/semihosting", branch = "xtensa2" }

0 comments on commit ed0f57a

Please sign in to comment.