This release contains a small fix for some atsamd21-based boards to make
them usable on macOS: it now allows to specify the serial port using the
-port flag.
Этот коммит содержится в:
Ayke van Laethem 2019-07-27 09:32:44 -07:00 коммит произвёл Ayke
родитель 8eb6039052
коммит 7d5542dda7
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
0.7.1
---
* **targets**
- `atsamd21`: add support for the `-port` flag in the flash subcommand
0.7.0
---
* **command line**

Просмотреть файл

@ -2,4 +2,4 @@ package main
// version of this package.
// Update this value before release of new version of software.
const version = "0.7.0"
const version = "0.7.1"