Skip to content

Commit 3f4cb54

Browse files
2 parents 3ff9f0a + 9c26cac commit 3f4cb54

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ PwFusion SAMD CORE 0.2.2 2022.05.25
33
* Added transmission complete interrupt to SERCOM.cpp
44
* Added writeBytesPending() function to Uart.cpp
55

6+
PwFusion SAMD CORE 0.2.1 2022.06.24
7+
8+
* Changed Wire SERCOM interrupts to weak linking to allow the user to override the callbacks
9+
610
PwFusion SAMD CORE 0.2.0 2022.05.25
711

812
* Added support for additional analog inputs and external interrupts to R3actor

package_pwfusion_samd_index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133
]
134134
},
135-
{
135+
{
136136
"name": "Playing With Fusion SAMD Boards",
137137
"architecture": "samd",
138138
"version": "0.2.0",
@@ -173,7 +173,7 @@
173173
"version": "1.2.0"
174174
}
175175
]
176-
}
176+
},
177177
{
178178
"name": "Playing With Fusion SAMD Boards",
179179
"architecture": "samd",
@@ -215,7 +215,7 @@
215215
"version": "1.2.0"
216216
}
217217
]
218-
}
218+
},
219219
{
220220
"name": "Playing With Fusion SAMD Boards",
221221
"architecture": "samd",
@@ -262,4 +262,4 @@
262262
"tools": []
263263
}
264264
]
265-
}
265+
}

0 commit comments

Comments
 (0)