Diego Barrios Romero
a657eec8d6
Prepare 0.4.0 release
2021-05-22 23:16:44 +02:00
Diego Barrios Romero
9c6fe164b8
Fix returning error if the device state is invalid and leads to invalid date/time values
2021-05-22 23:09:10 +02:00
Diego Barrios Romero
0b17437d4c
Prepare 0.3.2 release
2021-02-22 11:02:06 +01:00
Diego Barrios Romero
7a566fd59c
Improve Readme
2021-02-22 11:01:56 +01:00
Diego Barrios Romero
082fb2d159
Update changelog after merging #5
2021-02-22 10:55:04 +01:00
James Munns
b8ab37f57a
Correct day bounds
2021-02-22 10:48:56 +01:00
Diego Barrios Romero
a28b7c76fc
Use GHA instead of Travis for CI
2021-01-30 20:22:32 +01:00
Diego Barrios Romero
2799590575
Fix imports
2020-07-10 22:42:39 +02:00
Diego Barrios Romero
5414721d1d
Add docs html root url
2020-07-10 22:32:08 +02:00
Diego Barrios Romero
75291cde4c
Bump patch version
2020-07-10 22:26:12 +02:00
Diego Barrios Romero
5ce8722fad
Add changelog entry for release
2020-07-10 22:25:41 +02:00
Diego Barrios Romero
f146d1d26e
Use Rust edition 2018
2020-07-10 22:24:29 +02:00
Diego Barrios Romero
ff632625b2
Add example of new alarm setting method
2020-07-10 21:59:54 +02:00
Diego Barrios Romero
73302b1866
Add new methods to documentation
2020-07-10 21:53:59 +02:00
Diego Barrios Romero
c5a4e3df62
Remove maintenance badges
2020-07-10 21:43:02 +02:00
Diego Barrios Romero
b62488f592
Improve documentation
2020-07-10 21:35:03 +02:00
Marc Poulhiès
044051c2d9
Support setting alarms from a NaiveTime
...
It allows for more concise user code when setting alarm from such object.
2020-07-05 09:41:59 +02:00
Marc Poulhiès
092af13298
Better detect incorrect input for alarms, refactor some test macros
...
Alarm can be triggered on a subset of input, no need to reject ignored
fields (eg. don't care about day field when matching on time only). We still
need to set these to correct values as they are still used to set alarm
registers.
Test macro have been refactored to accept variable number of arguments.
2020-07-05 09:41:59 +02:00
Diego Barrios Romero
8c5bb16030
Add changelog release entry
2020-05-02 12:59:31 +02:00
Diego Barrios Romero
08d5192367
Extract method for H24 conversion
2020-05-02 12:45:05 +02:00
Diego Barrios Romero
4a455b7828
Add test setting max year date
2020-05-02 12:37:47 +02:00
Diego Barrios Romero
9fe57bbdf6
Code formatting
2020-05-02 12:17:55 +02:00
Diego Barrios Romero
b22cba6c63
Small simplification
2020-05-02 12:17:49 +02:00
Diego Barrios Romero
1b13f482ae
Fix build for Rust 1.31.0
2020-05-02 12:11:22 +02:00
Diego Barrios Romero
3425e28959
Bump version
2020-05-02 11:55:32 +02:00
Diego Barrios Romero
17c9230e1f
Update CI
2020-05-02 11:50:43 +02:00
Diego Barrios Romero
fdc71accf3
Update changelog
2020-05-02 11:49:23 +02:00
Diego Barrios Romero
c3106c0f49
Rename methods due to Rust conventions
2020-05-02 11:48:45 +02:00
Diego Barrios Romero
3c8d378d6f
Implement Rtcc trait
2020-05-02 11:36:42 +02:00
Diego Barrios Romero
d3329b2598
Update dependencies
2020-05-01 21:15:17 +02:00
Diego Barrios Romero
ed9502842d
Seal public types
2019-05-16 19:24:25 +02:00
Diego Barrios Romero
49f72014a7
Remove unnecessary statements
2019-05-16 19:24:13 +02:00
Diego Barrios Romero
af20f0321c
Code formatting
2019-05-16 19:18:07 +02:00
Diego Barrios Romero
c74f6a86f4
Add SPI mode constants
2019-05-16 19:12:39 +02:00
Diego Barrios Romero
68c6ffd0a5
Use default ubuntu
2019-05-16 19:00:02 +02:00
Diego Barrios Romero
e8679f0b8a
Bump embedded-hal dependency
2019-05-16 18:50:54 +02:00
Diego Barrios Romero
0ef5cec642
Use embedded_hal::digital::v2::OutputPin traits
2019-05-16 18:50:11 +02:00
Diego Barrios Romero
f9a4918354
Remove leading 0 to avoid confusion
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
954ab66f3b
Small simplification
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
1be01a3b18
Add links to driver-examples repo
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
79c0b870df
Add support notice
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
4db4677ea2
Do not deny warnings
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
ab3739c7c3
Improve file inclusion pattern
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
0222a79f0d
Add MSRV to CI
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
db921768ee
Fix formatting
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
a4c1348993
Use ubuntu xenial to work around current musl problem
2019-04-17 17:38:23 +02:00
Diego Barrios Romero
cd4a91b79e
Use stable and beta channels
2019-03-16 19:12:36 +01:00
Diego Barrios Romero
9f3f8be554
Define variable as global
2018-11-20 20:34:42 +01:00
Diego Barrios Romero
25f272015a
Disable clippy for the moment
2018-11-20 19:35:26 +01:00
Diego Barrios Romero
9510730e24
Use centralized ci for coverage
2018-11-19 22:05:44 +01:00