Skip to content

Commit 77e0958

Browse files
omunzRahix
authored andcommitted
Add eeprom patches to Atmega164PA
1 parent a1f9bb9 commit 77e0958

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

patch/atmega164pa.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ _include:
55
- "common/twi.yaml"
66
- "common/usart.yaml"
77
- "common/wdt.yaml"
8+
9+
EEPROM:
10+
EECR:
11+
EEPM:
12+
_replace_enum:
13+
VAL_0x00: [0, "Atomic (erase and write in one operation)"]
14+
VAL_0x01: [1, "Erase only"]
15+
VAL_0x02: [2, "Write only"]

0 commit comments

Comments
 (0)