We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cdd28 commit 157d9eeCopy full SHA for 157d9ee
CHANGELOG.md
@@ -1,6 +1,26 @@
1
Changelog
2
=========
3
4
+Version 2.10.0
5
+--------------
6
+
7
++ General
8
+ - Add Python 3 support
9
10
++ Open nodes
11
+ - New Decawave DWM1001 open node (dwm1001)
12
+ - New ST P-NUCLEO-WB55 (nucleo-wb55)
13
+ - New Microchip SAMR34 Xplained Pro (samr34)
14
+ - Use openocd-dev by default
15
+ - samd21/samr21/arduino-zero: drop edbg and use openocd instead
16
+ - Bind Openocd server to any address
17
18
++ Utils
19
+ - programmer is verbose by default
20
21
++ CI
22
+ - Use prebuilt Docker image from DockerHub instead of building it in Travis
23
24
Version 2.9.0
25
-------------
26
gateway_code/__init__.py
@@ -20,4 +20,4 @@
# knowledge of the CeCILL license and that you accept its terms.
-__version__ = '2.9.0'
+__version__ = '2.10.0'
0 commit comments