Skip to content

Commit

Permalink
Add SAMD20J 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 86a9e68 commit decce23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@
"target": "thumbv6m-none-eabi"
},

"samd20j": {
"features": ["samd20j", "unproven"],
"target": "thumbv6m-none-eabi"
},

"samd21g": {
"features": ["samd21g", "unproven", "usb"],
"target": "thumbv6m-none-eabi"
Expand Down

0 comments on commit decce23

Please sign in to comment.