Skip to content

Commit

Permalink
Remove async example from feather_m4. Fill this in later.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Mar 6, 2024
1 parent b48edef commit a98fd1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
7 changes: 1 addition & 6 deletions boards/feather_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ usb = ["atsamd-hal/usb", "usb-device"]
dma = ["atsamd-hal/dma", "unproven"]
max-channels = ["dma", "atsamd-hal/dma"]


[profile.dev]
incremental = false
codegen-units = 1
Expand Down Expand Up @@ -93,8 +92,4 @@ required-features = ["unproven", "usb"]

[[example]]
name = "i2c"
required-features = ["atsamd-hal/dma"]

[[example]]
name = "async_timer"
required-features = ["atsamd-hal/async", "atsamd-hal/nightly"]
required-features = ["atsamd-hal/dma"]
47 changes: 0 additions & 47 deletions boards/feather_m4/examples/async_timer.rs

This file was deleted.

0 comments on commit a98fd1b

Please sign in to comment.