Skip to content

Commit

Permalink
Merge branch 'gauteh:main' into real-imu-frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
stianvikanes authored Jul 20, 2023
2 parents 0c36686 + e127182 commit bff32e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions sfy-buoy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ git = "https://github.com/gauteh/notecard-rs"
half = { version = "1.8.2", features = [ "use-intrinsics", "bytemuck", "serde" ] }

[features]
default = [ "build-bin" ]
continuous = []
20Hz = [ 'fir' ]
20Hz = ["fir"]
raw = [ "storage" ]
fir = []
storage = []
target-test = [ "storage" ]
build-bin = [ "storage", "raw", "anyhow", "argh", "serde-json-core/std", "serde_json", "chrono/std" ]
default = [ "build-bin" ]
build-bin = [ "fir", "storage", "raw", "anyhow", "argh", "serde-json-core/std", "serde_json", "chrono/std" ]


[patch.crates-io]
ism330dhcx = { git = "https://github.com/stianvikanes/ism330dhcx", branch = "CTRL10-register-trying" }
Expand Down
2 changes: 1 addition & 1 deletion sfy-buoy/sfy-artemis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git = "https://github.com/gauteh/ambiq-rs"


[features]
default = [ "deploy" ]
default = [ "deploy", "fir" ]
continuous = [ "sfy/continuous" ]
20Hz = [ "sfy/20Hz" ]
raw = [ "sfy/raw" ]
Expand Down

0 comments on commit bff32e0

Please sign in to comment.