aboutsummaryrefslogtreecommitdiff
path: root/embassy-cortex-m
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-31 13:56:12 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-31 14:29:40 +0200
commit046a99aba01051c93d2f6a4d2f6e54ddde4f7fd4 (patch)
treed440163f5ffa8782069cd83fbcda04a2d146e53a /embassy-cortex-m
parent98398d31f7d9bbda06fbb97804ba6844298710bc (diff)
Move doc building to new CI.
Diffstat (limited to 'embassy-cortex-m')
-rw-r--r--embassy-cortex-m/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-cortex-m/Cargo.toml b/embassy-cortex-m/Cargo.toml
index 2eb0cce2a..70adda7df 100644
--- a/embassy-cortex-m/Cargo.toml
+++ b/embassy-cortex-m/Cargo.toml
@@ -13,8 +13,6 @@ flavors = [
13 { name = "thumbv7m-none-eabi", target = "thumbv7m-none-eabi", features = [] }, 13 { name = "thumbv7m-none-eabi", target = "thumbv7m-none-eabi", features = [] },
14 { name = "thumbv7em-none-eabi", target = "thumbv7em-none-eabi", features = [] }, 14 { name = "thumbv7em-none-eabi", target = "thumbv7em-none-eabi", features = [] },
15 { name = "thumbv7em-none-eabihf", target = "thumbv7em-none-eabihf", features = [] }, 15 { name = "thumbv7em-none-eabihf", target = "thumbv7em-none-eabihf", features = [] },
16 { name = "thumbv8m.base-none-eabi", target = "thumbv8m.base-none-eabi", features = [] },
17 { name = "thumbv8m.main-none-eabi", target = "thumbv8m.main-none-eabi", features = [] },
18 { name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] }, 16 { name = "thumbv8m.main-none-eabihf", target = "thumbv8m.main-none-eabihf", features = [] },
19] 17]
20 18