Skip to content

Commit

Permalink
add test for trusted_impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjitjhala committed Oct 29, 2024
1 parent e706252 commit bddd61e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ tock-registers = { path = "../libraries/tock-register-interface" }
tock-cells = { path = "../libraries/tock-cells" }
tock-tbf = { path = "../libraries/tock-tbf" }
flux_support = { path = "../flux_support" }
# flux-rs = { git = "https://github.com/flux-rs/flux.git" }
flux-rs = { path = "../../flux/lib/flux-rs" }
flux-rs = { git = "https://github.com/flux-rs/flux.git" }

# In general, Tock discourages the use of cargo features. However for certain
# kernel crate configuration, we have not found reasonable alternatives to
Expand Down
9 changes: 7 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Licensed under the Apache License, Version 2.0 or the MIT License.
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Copyright Tock Contributors 2023.

[toolchain]
channel = "nightly-2024-08-20"
components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"]
channel = "nightly-2024-07-08"
components = ["miri", "llvm-tools", "rust-src", "rustfmt", "clippy"]
targets = ["thumbv6m-none-eabi", "thumbv7em-none-eabi", "thumbv7em-none-eabihf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf"]

0 comments on commit bddd61e

Please sign in to comment.