We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e90b5 commit eb0220eCopy full SHA for eb0220e
firmware/CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+# 0.1.4
3
+
4
+- reintroduced swd.cpp for Particle Build library import
5
6
# 0.1.3
7
8
## Bugfixes
spark.json
@@ -1,6 +1,6 @@
{
"name": "swd",
- "version": "0.1.3",
+ "version": "0.1.4",
"author": "mdma <mat dot mcgowan+particle at gmail dot com>",
"license": "LGPLv3",
"description": "Implements the SWD protocol and STM32F2xx flash operations. This allows one device to program another by connecting 2 data lines."
0 commit comments