Skip to content

Commit

Permalink
Cargo: Update dialects
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Apr 1, 2023
1 parent 19245dd commit 0254791
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,25 @@ nb = { version = "1.0", optional = true }
heapless = "0.7"

[features]
"all" = [
"ardupilotmega",
"asluav",
"common",
"development",
"icarous",
"minimal",
"python_array_test",
"standard",
"test",
"ualberta",
"uavionix",
"avssuas",
"cubepilot",
]
"ardupilotmega" = ["common", "icarous", "uavionix"]
"asluav" = ["common"]
"autoquad" = ["common"]
"avssuas" = ["common"]
"development" = ["common"]
"matrixpilot" = ["common"]
"minimal" = []
"paparazzi" = ["common"]
Expand All @@ -50,11 +66,13 @@ heapless = "0.7"
"uavionix" = ["common"]
"icarous" = []
"common" = []
"cubepilot" = ["common"]

"all-dialects" = [
"ardupilotmega",
"asluav",
"autoquad",
"avssuas",
"development",
"matrixpilot",
"minimal",
"paparazzi",
Expand All @@ -66,6 +84,7 @@ heapless = "0.7"
"uavionix",
"icarous",
"common",
"cubepilot",
]

"format-generated-code" = []
Expand Down

0 comments on commit 0254791

Please sign in to comment.