-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog
60 lines (44 loc) · 1.28 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
= pyduin changelog
== 0.6.4
* lots of tests added
* Pinfiles are Boardfiles now and the syntax changed again.
Since everything is tested, no regressions are expected
* Boards can be identified by lighting up a builtin LED
without the need to know, which pin it corresponds to on
the given board.
* Board support for sparkfun_promicro16 added
== 0.6.3
* Add test case for pin file
* Add default_buddy configuration option
* Bring back pin alias names for analog pins
== 0.6.2
* Implement PWM functionality
* Firmware templates to support multiple devices with one firmware
* Build environment for different devices
* Firmware linting with cpplint
== 0.6.1
* Move from Arduino IDE to platformio
* Improve cli interface
* Move to python3
* Introduce logging, log-level
* Introduce utils module
* Replace setup.py with pyproject.toml
* Improve metadata (for pypi page)
* Increase pylint conformity
== 0.5.0
* Add socat usage
* Add CLI action to set pin mode
* Flake8 and Pylint tests
== 0.2.1
* Raise software level from alpha to beta
* Add CLI action for pin high, low, state
* Add colored output
== 0.2
* Add CLI wrapper
* Add flash feature
* Add lib, ide download feature
* Add CLI action for memory_usage, version,
== 0.1.dev0
* Initial version
* Working arduino,pin,mode class
* Add unittests