Skip to content

Commit 0b4e7ef

Browse files
committed
bump to 2.9.0 and update changelog
1 parent 9dd91b3 commit 0b4e7ef

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

4+
Version 2.9.0
5+
-------------
6+
7+
+ Open nodes
8+
- New nucleo-f070rb open node
9+
- New samd21 open node
10+
- New st-cell02 open node
11+
- Refactor IoT-LAB ON openocd configuration
12+
- st-lrwan1 enable dual bank support in openocd configuration
13+
14+
+ Utils
15+
- Enable remote debugging on boards using JLink
16+
- Drop support for openocd 0.9
17+
- Add option for flashing binary firmware instead of only elf
18+
419
Version 2.8.0
520
-------------
621

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.8.0'
23+
__version__ = '2.9.0'

0 commit comments

Comments
 (0)