Skip to content

Commit

Permalink
Promote pygamer to Tier 1
Browse files Browse the repository at this point in the history
* Adds all examples to Cargo.toml per best practice.
  • Loading branch information
Dan Whitman committed Oct 26, 2024
1 parent 6fcc88f commit 133fb20
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions boards/pygamer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,33 @@ usb = ["atsamd-hal/usb", "usb-device"]
[package.metadata]
chip = "ATSAMD51J19A"

[[example]]
name = "blinky_basic"

[[example]]
name = "button_rtic"

[[example]]
name = "clock_out"

[[example]]
name = "ferris_img"

[[example]]
name = "pwm_tc4"

[[example]]
name = "pwm_tcc0"

[[example]]
name = "qspi"

[[example]]
name = "sd_card"

[[example]]
name = "timer"

[[example]]
name = "usb_poll"
required-features = ["usb"]

0 comments on commit 133fb20

Please sign in to comment.