-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
066a428
commit a23bdab
Showing
12 changed files
with
5,018 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
_svd: ../svd/atmega3208.svd | ||
|
||
_include: | ||
- "common/mega0/port.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
_svd: ../svd/atmega3209.svd | ||
|
||
_include: | ||
- "common/mega0/port.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
_svd: ../svd/atmega4808.svd | ||
|
||
_include: | ||
- "common/mega0/port.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
_svd: ../svd/atmega4809.svd | ||
|
||
_include: | ||
- "common/mega0/port.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
PORTC: | ||
_delete: | ||
OUTSET: | ||
_add: | ||
OUTSET: | ||
description: Output Value Set | ||
addressOffset: 0x5 | ||
size: 0x8 | ||
access: read-write | ||
fields: | ||
PC0: | ||
description: Pin C0 | ||
bitRange: "[0:0]" | ||
access: read-write | ||
PC1: | ||
description: Pin C1 | ||
bitRange: "[1:1]" | ||
access: read-write | ||
PC2: | ||
description: Pin C2 | ||
bitRange: "[2:2]" | ||
access: read-write | ||
PC3: | ||
description: Pin C3 | ||
bitRange: "[3:3]" | ||
access: read-write | ||
PORTD: | ||
_delete: | ||
OUTSET: | ||
_add: | ||
OUTSET: | ||
description: Output Value Set | ||
addressOffset: 0x5 | ||
size: 0x8 | ||
access: read-write | ||
fields: | ||
PD0: | ||
description: Pin D0 | ||
bitRange: "[0:0]" | ||
access: read-write | ||
PD1: | ||
description: Pin D1 | ||
bitRange: "[1:1]" | ||
access: read-write | ||
PD2: | ||
description: Pin D2 | ||
bitRange: "[2:2]" | ||
access: read-write | ||
PD3: | ||
description: Pin D3 | ||
bitRange: "[3:3]" | ||
access: read-write | ||
PD4: | ||
description: Pin D4 | ||
bitRange: "[4:4]" | ||
access: read-write | ||
PD5: | ||
description: Pin D5 | ||
bitRange: "[5:5]" | ||
access: read-write | ||
PD6: | ||
description: Pin D6 | ||
bitRange: "[6:6]" | ||
access: read-write | ||
PD7: | ||
description: Pin D7 | ||
bitRange: "[7:7]" | ||
access: read-write | ||
|
||
PORTF: | ||
_delete: | ||
OUTSET: | ||
_add: | ||
OUTSET: | ||
description: Output Value Set | ||
addressOffset: 0x5 | ||
size: 0x8 | ||
access: read-write | ||
fields: | ||
PF0: | ||
description: Pin F0 | ||
bitRange: "[0:0]" | ||
access: read-write | ||
PF1: | ||
description: Pin F1 | ||
bitRange: "[1:1]" | ||
access: read-write | ||
PF2: | ||
description: Pin F2 | ||
bitRange: "[2:2]" | ||
access: read-write | ||
PF3: | ||
description: Pin F3 | ||
bitRange: "[3:3]" | ||
access: read-write | ||
PF4: | ||
description: Pin F4 | ||
bitRange: "[4:4]" | ||
access: read-write | ||
PF5: | ||
description: Pin F5 | ||
bitRange: "[5:5]" | ||
access: read-write | ||
PF6: | ||
description: Pin F6 | ||
bitRange: "[6:6]" | ||
access: read-write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.