Skip to content

Commit 1f8bddc

Browse files
authored
Merge pull request #59 from bxparks/develop
merge v1.7.1 into master
2 parents 7dba9cc + 969acf3 commit 1f8bddc

File tree

394 files changed

+1630
-1652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+1630
-1652
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33
* Unreleased
4+
* 1.7.1 (2021-04-02)
5+
* Simplify calculation of `SystemClock::getSecondsSinceSyncAttempt()`
6+
and `SystemClock::getSecondsToSyncAttempt()`, which substantially
7+
simplifies the implementation of `SystemClockLoop` and
8+
`SystemClockCoroutine`.
9+
* Update `tests/auniter.ini` to be consistent with my other libraries. Add
10+
entries for `env:teensy32` (which had been supported for a while) and
11+
`env:mkr1000` (which I just received).
412
* 1.7 (2021-03-24, TZ DB version 2021a)
513
* AceTime now has a
614
[GitHub Discussion](https://github.com/bxparks/AceTime/discussions).

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This library can be an alternative to the Arduino Time
4040
(https://github.com/PaulStoffregen/Time) and Arduino Timezone
4141
(https://github.com/JChristensen/Timezone) libraries.
4242

43-
**Version**: 1.7 (2021-03-24, TZ DB version 2021a)
43+
**Version**: 1.7.1 (2021-04-02, TZ DB version 2021a)
4444

4545
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
4646

@@ -75,7 +75,7 @@ installation instructions.
7575
* [Tool Chain](#ToolChain)
7676
* [Operating System](#OperatingSystem)
7777
* [License](#License)
78-
* [Feedback and Support](#Feedback)
78+
* [Feedback and Support](#FeedbackSupport)
7979
* [Authors](#Authors)
8080

8181
<a name="Overview"></a>
@@ -655,23 +655,25 @@ them.
655655

656656
[MIT License](https://opensource.org/licenses/MIT)
657657

658-
<a name="Feedback"></a>
658+
<a name="FeedbackSupport"></a>
659659
## Feedback and Support
660660

661661
If you find this library useful, consider starring this project on GitHub. The
662662
stars will let me prioritize the more popular libraries over the less popular
663663
ones.
664664

665-
If you have any questions, comments and other support requestions about how to
665+
If you have any questions, comments and other support questions about how to
666666
use this library, please use the
667667
[GitHub Discussions](https://github.com/bxparks/AceTime/discussions)
668668
for this project. If you have bug reports or feature requests, please file a
669-
ticket in [GitHub Issues](https://github.com/bxparks/AceTime/issues). Please
670-
refrain from emailing me directly unless the content is sensitive. (The problem
671-
with email is that I cannot reference the email conversation when other people
672-
ask similar questions later.) I'd love to hear about how this software and its
673-
documentation can be improved. I can't promise that I will incorporate
674-
everything, but I will give your ideas serious consideration.
669+
ticket in [GitHub Issues](https://github.com/bxparks/AceTime/issues).
670+
I'd love to hear about how this software and its documentation can be improved.
671+
I can't promise that I will incorporate everything, but I will give your ideas
672+
serious consideration.
673+
674+
Please refrain from emailing me directly unless the content is sensitive. The
675+
problem with email is that I cannot reference the email conversation when other
676+
people ask similar questions later.
675677

676678
<a name="Authors"></a>
677679
## Authors

docs/clock_system_clock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sense for these classes to be in a separate library because the other parts of
1212
AceTime library are not dependent of the Clock classes. But for now, these
1313
classes live within the AceTime library.
1414

15-
**Version**: 1.7 (2021-03-24, TZ DB version 2021a)
15+
**Version**: 1.7.1 (2021-04-02, TZ DB version 2021a)
1616

1717
## Table of Contents
1818

docs/date_time_timezone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ following namespaces:
1212
`ExtendedZoneManager`
1313
* `ace_time::internal`: not normally needed by app developers
1414

15-
**Version**: 1.7 (2021-03-24, TZ DB version 2021a)
15+
**Version**: 1.7.1 (2021-04-02, TZ DB version 2021a)
1616

1717
## Table of Contents
1818

docs/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "AceTime"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.7
41+
PROJECT_NUMBER = 1.7.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/html/AceTime_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceTime
25-
&#160;<span id="projectnumber">1.7</span>
25+
&#160;<span id="projectnumber">1.7.1</span>
2626
</div>
2727
<div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</div>
2828
</td>
@@ -137,8 +137,8 @@
137137
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; </div>
138138
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; </div>
139139
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="comment">// Version format: xxyyzz == &quot;xx.yy.zz&quot;</span></div>
140-
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION 10700</span></div>
141-
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION_STRING &quot;1.7&quot;</span></div>
140+
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION 10701</span></div>
141+
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="preprocessor">#define ACE_TIME_VERSION_STRING &quot;1.7.1&quot;</span></div>
142142
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; </div>
143143
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#endif</span></div>
144144
</div><!-- fragment --></div><!-- contents -->

docs/html/BasicBrokers_8cpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceTime
25-
&#160;<span id="projectnumber">1.7</span>
25+
&#160;<span id="projectnumber">1.7.1</span>
2626
</div>
2727
<div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</div>
2828
</td>

docs/html/BasicBrokers_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceTime
25-
&#160;<span id="projectnumber">1.7</span>
25+
&#160;<span id="projectnumber">1.7.1</span>
2626
</div>
2727
<div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</div>
2828
</td>

docs/html/BasicBrokers_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceTime
25-
&#160;<span id="projectnumber">1.7</span>
25+
&#160;<span id="projectnumber">1.7.1</span>
2626
</div>
2727
<div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</div>
2828
</td>

docs/html/BasicZoneProcessor_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tr style="height: 56px;">
2323
<td id="projectalign" style="padding-left: 0.5em;">
2424
<div id="projectname">AceTime
25-
&#160;<span id="projectnumber">1.7</span>
25+
&#160;<span id="projectnumber">1.7.1</span>
2626
</div>
2727
<div id="projectbrief">Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.</div>
2828
</td>

0 commit comments

Comments
 (0)