Skip to content

Commit

Permalink
Add SAMD20 Xplained Pro board in crates.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaizen Wolf committed Dec 24, 2021
1 parent decce23 commit 71800b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
"tier": 1,
"build": "cargo build --release --examples --features=unproven,rt,use_semihosting"
},
"samd20_xplained_pro": {
"tier": 2,
"build": "cargo build --examples --features=unproven"
},
"samd21_mini": {
"tier": 2,
"build": "cargo build --examples --features=unproven"
Expand Down

0 comments on commit 71800b2

Please sign in to comment.