6 releases (breaking)
0.5.0 | Jun 9, 2024 |
---|---|
0.4.0 | Oct 2, 2023 |
0.3.0 | Aug 6, 2023 |
0.2.0 | May 21, 2022 |
0.1.0-alpha.0 | Mar 28, 2022 |
#731 in Embedded development
134 downloads per month
120KB
1.5K
SLoC
w5500-sntp
SNTP client for the Wiznet W5500 SPI internet offload chip.
Limitations
- No support for message digests
Feature Flags
All features are disabled by default.
eh0
: Passthrough tow5500-hl
.eh1
: Passthrough tow5500-hl
.defmt
: Enable logging withdefmt
. Also a passthrough tow5500-hl
.log
: Enable logging withlog
.chrono
: Enable conversion tochrono::naive::NaiveDateTime
.time
: Enable conversion totime::PrimitiveDateTime
.num-rational
: Enable conversion tonum_rational::Ratio
.
Reference Documentation
lib.rs
:
SNTP client for the Wiznet W5500 SPI internet offload chip.
Limitations
- No support for message digests
Feature Flags
All features are disabled by default.
eh0
: Passthrough tow5500-hl
.eh1
: Passthrough tow5500-hl
.defmt
: Enable logging withdefmt
. Also a passthrough tow5500-hl
.log
: Enable logging withlog
.chrono
: Enable conversion tochrono::naive::NaiveDateTime
.time
: Enable conversion totime::PrimitiveDateTime
.num-rational
: Enable conversion tonum_rational::Ratio
.
Reference Documentation
Dependencies
~0.3–1MB
~15K SLoC