Skip to content

Commit

Permalink
feat(atsamd-hal-macros): Add nvic peripheral (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage authored and sajattack committed Nov 25, 2024
1 parent b1b1087 commit 62e3411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions atsamd-hal-macros/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ families:
samd11c: ["pins-14", "pa28"]
samd11d: ["pins-24", "pa27", "pa28"]
peripherals:
- nvic
- serial-numbers
- dsu
- clock
Expand Down Expand Up @@ -48,6 +49,7 @@ families:
samd21el: ["pins-32l"]
samd21gl: ["pins-48l", "pa28"]
peripherals:
- nvic
- serial-numbers
- dsu
- clock
Expand Down Expand Up @@ -89,6 +91,7 @@ families:
same54n: ["pins-100"]
same54p: ["pins-128"]
peripherals:
- nvic
- serial-numbers
- cmcc
- dsu
Expand Down

0 comments on commit 62e3411

Please sign in to comment.