Skip to content

Commit 58b3c53

Browse files
authored
catch up on changelog
1 parent 3f15c7d commit 58b3c53

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

docs/CHANGELOG.md

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,75 @@ This is a record of the major changes between versions of the SparkFun Arduino A
55

66
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)
77

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
922
===================
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+
====================
1038
- merge PR #70 to allow Arduino CLI to use svl linker script by default
1139
- re-release to include BLE examples
1240

13-
1.0.14
41+
1.0.14 - Oct 4 2019
1442
===================
1543
- regeneration of svl binary
1644

17-
1.0.13
18-
===================
45+
1.0.13 - Sep 30 2019
46+
====================
1947
- merged PR #61 to improve automated testing
2048
- added standard IPAddress files w/ PR #63
2149
- SoftwareSerial now inherits from Stream w/ PR #64
2250
- increased library compatibility w/ PR #66
2351
- improved error handling/reporting in the SparkFun Variable Loader w/ PR #67
2452

25-
1.0.12
26-
===================
53+
1.0.12 - Sep 26 2019
54+
====================
2755
- fixed redefinition of ADC symbols in redboard_artemis_nano
2856
- added empty pins_arduino.h for compile-compatibility iwht older libraries
2957
- added standard IPAddress library
3058
- changed SoftwareSerial to inherit from Stream instead of Print
3159

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
3371
===================
3472
- Wire library requestFrom address bug fix (previously required address to be set with 'beginTransmission')
3573
- Correct variant definition for Artemis module (Serial mis-definition)
3674
- Correct variant definition for Edge (Wire1 redefinition)
3775

38-
1.0.7 -
76+
1.0.7 - Aug 27 2019
3977
===================
4078
- Rectified error in Artemis variant pin map (pad 46 was listed as available when it is in fact not)
4179
- Fixed CPU hang on certain 'analogWrite' calls

0 commit comments

Comments
 (0)