-
Notifications
You must be signed in to change notification settings - Fork 15
1.0 - graduate to 1.0 with TZ version 2019c #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mpleteness, DS3231Clock will ignore the field
Add DS1307 and DS3232 compatibility info
…tiunous Integeration
…e examples/Makefile
…019b; fixes broken test_zone_specifier.py
…rom possibly disconnected Wi-Fi
…t-loop completely if setup() is called with no arguments (#24)
…fy on ESP32; use SERIAL_PORT_MONITOR consistently; other minor tweaks (#24)
…s under zonedbxhd/
…b files on-demand
… on-demand; increment to TZ 2019c
…emand, instead of using the src/zonedb/ files
…ynamically, instead of using src/zonedbx
…whose version can be independent of the version in src/ace_time/zonedb[x]
… verify that zonedb files are stamped as version 2019c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
using the unit tests that run under UnitHostDuino.
examples/HelloNtpClock/
to demonstrate this. (Construct NtpClock assuming network is available #24, thanks@denis-stepanov).
FPSTR()
macro for ESP32 Coreversion >=1.0.3.
validation/*Test
integrationtests on-demand, instead of using the zonedb files checked into
src/ace_time/zonedb[x]
. This allows us to match the version of the TZDatabase used by AceTime to the version used by Java 11, pytz, and Hinnant
Date, independently of the version that is generated into
src/ace_time/zonedb[x]
.src/ace_time/zonedb[x]
files to TZ version 2019c.