-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from rust-embedded/remove-fcsr
Transition to cargo workspace
- Loading branch information
Showing
55 changed files
with
44 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,5 @@ | ||
[package] | ||
name = "riscv" | ||
version = "0.10.1" | ||
edition = "2021" | ||
rust-version = "1.59" | ||
repository = "https://github.com/rust-embedded/riscv" | ||
authors = ["The RISC-V Team <[email protected]>"] | ||
categories = ["embedded", "hardware-support", "no-std"] | ||
description = "Low level access to RISC-V processors" | ||
keywords = ["riscv", "register", "peripheral"] | ||
license = "ISC" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
default-target = "riscv64imac-unknown-none-elf" | ||
targets = [ | ||
"riscv32i-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf", | ||
"riscv64imac-unknown-none-elf", "riscv64gc-unknown-none-elf", | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"riscv", | ||
] | ||
|
||
[features] | ||
critical-section-single-hart = ["critical-section/restore-state-bool"] | ||
|
||
[dependencies] | ||
critical-section = "1.1.2" | ||
embedded-hal = "1.0.0-rc.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[package] | ||
name = "riscv" | ||
version = "0.10.1" | ||
edition = "2021" | ||
rust-version = "1.59" | ||
repository = "https://github.com/rust-embedded/riscv" | ||
authors = ["The RISC-V Team <[email protected]>"] | ||
categories = ["embedded", "hardware-support", "no-std"] | ||
description = "Low level access to RISC-V processors" | ||
keywords = ["riscv", "register", "peripheral"] | ||
license = "ISC" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
default-target = "riscv64imac-unknown-none-elf" | ||
targets = [ | ||
"riscv32i-unknown-none-elf", "riscv32imc-unknown-none-elf", "riscv32imac-unknown-none-elf", | ||
"riscv64imac-unknown-none-elf", "riscv64gc-unknown-none-elf", | ||
] | ||
|
||
[features] | ||
critical-section-single-hart = ["critical-section/restore-state-bool"] | ||
|
||
[dependencies] | ||
critical-section = "1.1.2" | ||
embedded-hal = "1.0.0-rc.1" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.