Skip to content

Commit 59805a4

Browse files
author
oclyke
committed
Merge branch 'master' into core-ble
2 parents 20c77c9 + 78e70c3 commit 59805a4

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

docs/CHANGELOG.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,50 @@ 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.24 - In progress
8+
1.0.30 - Mar 9 2020
9+
===================
10+
- Add Pin A32 to Redboard Artemis ATP variant (#129)
11+
- Power down IO Masters on end() (#133)
12+
- Reorder UART / pin initialization (#134)
13+
- Disable ADC channels while reconfiguring (#135)
14+
- Improve warning messages for SVL (#137)
15+
16+
1.0.29 - Feb 6 2020
17+
===================
18+
- Add SPI port configuration example (#117)
19+
- Fix RTC for new HAL version (#120)
20+
- Improve analogRead/Write operation (#122)
21+
- Support Arduino binary syntax B (#113)
22+
23+
1.0.28 - Jan 24 2020
924
====================
25+
- Fixes incompatibility with arm_math.h
26+
27+
1.0.27 - Jan 17 2020
28+
====================
29+
- Fixes Serial problems 🥣
30+
31+
- Uart printing is simplified (better utilization of HAL layer)
32+
- Problem printing floats/doubles is patched by reverting to 8-2018-q4-major version of gcc.
33+
34+
1.0.26 - Jan 16 2020
35+
====================
36+
- Fixes printf
37+
38+
1.0.25 - Jan 15 2020
39+
====================
40+
Support for TensorFlow Arduino Library!
41+
42+
(Disclaimer We are waiting to land a PR in the TensorFlow repo before their library will support us back 🌠)
43+
44+
- Updated underlying Ambiq HAL to Release 2.2.0
45+
- Changed expected compiler to match the version used for latest Arduino boards
46+
- Increased default stack size for all variants to 20k
47+
- Removed HM01B0 driver files from Edge variant
48+
49+
1.0.24 - Jan 9 2020
50+
===================
51+
- Simplifies HM01B0 camera driver naming scheme for Edge board. Compatible with Tensorflow AIOT2019
1052

1153
1.0.23 - Dec 23 2019
1254
====================

0 commit comments

Comments
 (0)