Skip to content

Commit 157d9ee

Browse files
committed
gateway_code: bump to 2.10.0 and update changelog
1 parent d4cdd28 commit 157d9ee

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

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+
424
Version 2.9.0
525
-------------
626

gateway_code/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# knowledge of the CeCILL license and that you accept its terms.
2121

2222

23-
__version__ = '2.9.0'
23+
__version__ = '2.10.0'

0 commit comments

Comments
 (0)