Skip to content

Commit b2cdbbb

Browse files
committed
Turn EVSYS registers into rust slices
1 parent 0a61ba4 commit b2cdbbb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

patch/attiny817.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,11 @@ CPUINT:
9797
_replace_enum:
9898
FIXED: [0, "Priority is fixed for priority level 0 interrupt requests: The lowest interrupt vector address has the highest priority."]
9999
ROUNDROBIN: [1, "The round robin priority scheme is enabled for priority level 0 interrupt requests"]
100+
101+
EVSYS:
102+
# make ASYNCCHx, SYNCCHx, ASYNCUSERx and SYNCUSERx a rust slice
103+
_array:
104+
"ASYNCCH*": {}
105+
"SYNCCH*": {}
106+
"ASYNCUSER*": {}
107+
"SYNCUSER*": {}

0 commit comments

Comments
 (0)