You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+46-8Lines changed: 46 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,75 @@ This is a record of the major changes between versions of the SparkFun Arduino A
5
5
6
6
Each log entry will use the version number of the release that contains the changes listed. Newest version at the top of the file (just below this line)
7
7
8
-
1.0.15
8
+
1.0.21 - In-progress
9
+
====================
10
+
- merge PR #89 to improve SPI performance
11
+
12
+
1.0.20 - Nov 15 2019
13
+
====================
14
+
- updated bootloader executables
15
+
16
+
1.0.18 - Nov 15 2019
17
+
====================
18
+
- merge #84
19
+
- merge #88 Tensorflow Lite Micro library compatibility (changes how ADC is set up)
20
+
21
+
1.0.17 - Oct 30 2019
9
22
===================
23
+
- merge #75 EEPROM Improvements
24
+
- merge #76 IC Revision Example
25
+
- merge #77 Low Power example
26
+
- merge #81 Clean SVL
27
+
- merge #79 Pullup Resistor defaults
28
+
- adds default access to BSP files for all variants
29
+
30
+
1.0.16 - Oct 14 2019
31
+
====================
32
+
- merge #73
33
+
- merge #72
34
+
- revert to artemis_svl.exe from v1.0.12 as stop-gap fix for #74
35
+
36
+
1.0.15 - Oct 10 2019
37
+
====================
10
38
- merge PR #70 to allow Arduino CLI to use svl linker script by default
11
39
- re-release to include BLE examples
12
40
13
-
1.0.14
41
+
1.0.14 - Oct 4 2019
14
42
===================
15
43
- regeneration of svl binary
16
44
17
-
1.0.13
18
-
===================
45
+
1.0.13 - Sep 30 2019
46
+
====================
19
47
- merged PR #61 to improve automated testing
20
48
- added standard IPAddress files w/ PR #63
21
49
- SoftwareSerial now inherits from Stream w/ PR #64
22
50
- increased library compatibility w/ PR #66
23
51
- improved error handling/reporting in the SparkFun Variable Loader w/ PR #67
24
52
25
-
1.0.12
26
-
===================
53
+
1.0.12 - Sep 26 2019
54
+
====================
27
55
- fixed redefinition of ADC symbols in redboard_artemis_nano
28
56
- added empty pins_arduino.h for compile-compatibility iwht older libraries
29
57
- added standard IPAddress library
30
58
- changed SoftwareSerial to inherit from Stream instead of Print
31
59
32
-
1.0.8
60
+
1.0.10 - Sep 21 2019
61
+
====================
62
+
- rename board directories to RedBoard. Fix for variant.h not found error.
63
+
64
+
1.0.9 - Sep 19 2019
65
+
===================
66
+
- adds Artemis Thing Plus board definitions
67
+
- changes board definitions to 'Red' for LTS
68
+
- once again based on the temporary core-ble branch that contains a BLE example (mistakenly omitted from v1.0.8)
69
+
70
+
1.0.8 - Sep 12 2019
33
71
===================
34
72
- Wire library requestFrom address bug fix (previously required address to be set with 'beginTransmission')
35
73
- Correct variant definition for Artemis module (Serial mis-definition)
36
74
- Correct variant definition for Edge (Wire1 redefinition)
37
75
38
-
1.0.7 -
76
+
1.0.7 - Aug 27 2019
39
77
===================
40
78
- Rectified error in Artemis variant pin map (pad 46 was listed as available when it is in fact not)
0 commit comments