Commit Graph

  • eb5eca98fb
    Merge c395fa7f38 into fa43172087 #10 Louis 2024-07-17 14:26:39 +0300
  • c395fa7f38 Update dependencies #10 Louis Dupré Bertoni 2024-07-17 13:42:33 +0300
  • fa43172087 Prepare 0.5.1 release master v0.5.1 Diego Barrios Romero 2023-07-17 21:53:42 +0200
  • 7f318d80ea
    Merge branch 'master' into fix-set-day-format #9 Diego Barrios Romero 2023-07-17 13:48:52 +0200
  • 74009022bf Update changelog Diego Barrios Romero 2023-07-17 07:51:52 +0200
  • fd6a145825 fix set_day method kirbylife 2023-04-26 22:24:34 -0600
  • de0231b958 Raise MSRV and update CI Diego Barrios Romero 2023-07-16 13:44:50 +0200
  • a8b8428570 Update dependency Diego Barrios Romero 2023-07-16 13:44:14 +0200
  • f7d48398dc Update copyright Diego Barrios Romero 2023-07-16 13:43:59 +0200
  • fe990d7295 Avoid using deprecated methods Diego Barrios Romero 2023-07-16 13:43:46 +0200
  • e204b77494
    fix set_day method kirbylife 2023-04-26 22:24:34 -0600
  • b06eb59cd6 Add changelog link v0.5.0 Diego Barrios Romero 2022-02-21 07:11:36 +0100
  • b0ab213098 Prepare 0.5.0 release Diego Barrios Romero 2022-02-21 07:10:05 +0100
  • 6c6088f890 Raise MSRV to 1.35.0 Diego Barrios Romero 2022-02-20 10:55:37 +0100
  • b3323f1a15 Enhance support notice Diego Barrios Romero 2022-02-20 10:39:28 +0100
  • 944e661053 Update CI Diego Barrios Romero 2022-02-20 10:35:59 +0100
  • faf48c2870 Fix small clippy warnings and run it on tests as well on CI Diego Barrios Romero 2022-02-20 10:27:12 +0100
  • 92e6de6c47 Update docs Diego Barrios Romero 2022-02-20 10:19:50 +0100
  • 774b3cf527 Update to rtcc 0.3 Diego Barrios Romero 2022-02-20 10:17:55 +0100
  • fd66a531e2 Document MSRV in readme Diego Barrios Romero 2022-02-20 10:08:15 +0100
  • e4f15715ed Bump linux-embedded-hal to 0.3.2 Rafael Bachmann 2021-10-25 22:14:59 +0200
  • 7329fe7c50 Upgrade dependencies Rafael Bachmann 2021-10-22 15:37:24 +0200
  • 1930de500d Fix clippy warnings Rafael Bachmann 2021-10-22 15:36:00 +0200
  • 23c5a3ef23 Bump linux-embedded-hal to 0.3.2 #8 Rafael Bachmann 2021-10-25 22:14:59 +0200
  • 4c21adaa5e Upgrade dependencies Rafael Bachmann 2021-10-22 15:37:24 +0200
  • a6a83b2f0d Fix clippy warnings Rafael Bachmann 2021-10-22 15:36:00 +0200
  • a657eec8d6 Prepare 0.4.0 release v0.4.0 Diego Barrios Romero 2021-05-22 23:16:44 +0200
  • 9c6fe164b8 Fix returning error if the device state is invalid and leads to invalid date/time values Diego Barrios Romero 2021-05-22 23:09:10 +0200
  • 0b17437d4c Prepare 0.3.2 release v0.3.2 Diego Barrios Romero 2021-02-22 11:02:06 +0100
  • 7a566fd59c Improve Readme Diego Barrios Romero 2021-02-22 11:01:56 +0100
  • 082fb2d159 Update changelog after merging #5 Diego Barrios Romero 2021-02-22 10:55:04 +0100
  • b8ab37f57a Correct day bounds James Munns 2021-02-21 22:47:59 +0100
  • e8a1448c52 Correct day bounds #5 James Munns 2021-02-21 22:47:59 +0100
  • a28b7c76fc Use GHA instead of Travis for CI Diego Barrios Romero 2021-01-30 20:22:32 +0100
  • 838f71447c Expose function to interact with inner device embedded-time-no-error-trait Diego Barrios Romero 2020-07-19 23:24:12 +0200
  • 9e9b1a79de Increase MSRV Diego Barrios Romero 2020-07-18 22:38:17 +0200
  • e4fdd1a882 Support embedded-time without Error trait Diego Barrios Romero 2020-07-17 22:38:11 +0200
  • 2799590575 Fix imports v0.3.1 Diego Barrios Romero 2020-07-10 22:42:39 +0200
  • 5414721d1d Add docs html root url Diego Barrios Romero 2020-07-10 22:32:08 +0200
  • 75291cde4c Bump patch version Diego Barrios Romero 2020-07-10 22:26:12 +0200
  • 5ce8722fad Add changelog entry for release Diego Barrios Romero 2020-07-10 22:25:41 +0200
  • f146d1d26e Use Rust edition 2018 Diego Barrios Romero 2020-07-10 22:24:29 +0200
  • ff632625b2 Add example of new alarm setting method Diego Barrios Romero 2020-07-10 21:59:54 +0200
  • 73302b1866 Add new methods to documentation Diego Barrios Romero 2020-07-10 21:53:59 +0200
  • c5a4e3df62 Remove maintenance badges Diego Barrios Romero 2020-07-10 21:43:02 +0200
  • b62488f592 Improve documentation Diego Barrios Romero 2020-07-10 21:35:03 +0200
  • 044051c2d9 Support setting alarms from a NaiveTime Marc Poulhiès 2020-06-17 14:27:56 +0200
  • 092af13298 Better detect incorrect input for alarms, refactor some test macros Marc Poulhiès 2020-06-17 16:05:34 +0200
  • e84b1c17c3 Support setting alarms from a NaiveTime #4 Marc Poulhiès 2020-06-17 14:27:56 +0200
  • d694350eca Better detect incorrect input for alarms, refactor some test macros Marc Poulhiès 2020-06-17 16:05:34 +0200
  • 8c5bb16030 Add changelog release entry Diego Barrios Romero 2020-05-02 12:59:31 +0200
  • 08d5192367 Extract method for H24 conversion v0.3.0 Diego Barrios Romero 2020-05-02 12:45:05 +0200
  • 4a455b7828 Add test setting max year date Diego Barrios Romero 2020-05-02 12:37:47 +0200
  • 9fe57bbdf6 Code formatting Diego Barrios Romero 2020-05-02 12:17:55 +0200
  • b22cba6c63 Small simplification Diego Barrios Romero 2020-05-02 12:17:49 +0200
  • 1b13f482ae Fix build for Rust 1.31.0 Diego Barrios Romero 2020-05-02 12:11:22 +0200
  • 3425e28959 Bump version Diego Barrios Romero 2020-05-02 11:55:32 +0200
  • 17c9230e1f Update CI Diego Barrios Romero 2020-05-02 11:50:43 +0200
  • fdc71accf3 Update changelog Diego Barrios Romero 2020-05-02 11:49:23 +0200
  • c3106c0f49 Rename methods due to Rust conventions Diego Barrios Romero 2020-05-02 11:48:45 +0200
  • 3c8d378d6f Implement Rtcc trait Diego Barrios Romero 2020-05-02 11:36:42 +0200
  • d3329b2598 Update dependencies Diego Barrios Romero 2020-05-01 21:15:17 +0200
  • ed9502842d Seal public types Diego Barrios Romero 2019-05-16 19:24:25 +0200
  • 49f72014a7 Remove unnecessary statements Diego Barrios Romero 2019-05-16 19:24:13 +0200
  • af20f0321c Code formatting Diego Barrios Romero 2019-05-16 19:18:07 +0200
  • c74f6a86f4 Add SPI mode constants Diego Barrios Romero 2019-05-16 19:12:39 +0200
  • 68c6ffd0a5 Use default ubuntu Diego Barrios Romero 2019-05-16 19:00:02 +0200
  • e8679f0b8a Bump embedded-hal dependency Diego Barrios Romero 2019-05-16 18:50:54 +0200
  • 0ef5cec642 Use embedded_hal::digital::v2::OutputPin traits Diego Barrios Romero 2019-05-16 18:50:11 +0200
  • f9a4918354 Remove leading 0 to avoid confusion Diego Barrios Romero 2019-04-08 19:19:06 +0200
  • 954ab66f3b Small simplification Diego Barrios Romero 2019-04-08 19:18:14 +0200
  • 1be01a3b18 Add links to driver-examples repo Diego Barrios Romero 2019-04-08 19:07:45 +0200
  • 79c0b870df Add support notice Diego Barrios Romero 2019-04-08 19:05:13 +0200
  • 4db4677ea2 Do not deny warnings Diego Barrios Romero 2019-04-08 19:04:15 +0200
  • ab3739c7c3 Improve file inclusion pattern Diego Barrios Romero 2019-04-08 19:03:28 +0200
  • 0222a79f0d Add MSRV to CI Diego Barrios Romero 2019-04-08 19:01:48 +0200
  • db921768ee Fix formatting Diego Barrios Romero 2019-04-08 18:59:41 +0200
  • a4c1348993 Use ubuntu xenial to work around current musl problem Diego Barrios Romero 2019-04-08 18:58:41 +0200
  • cd4a91b79e Use stable and beta channels Diego Barrios Romero 2019-03-16 19:12:36 +0100
  • 9f3f8be554 Define variable as global Diego Barrios Romero 2018-11-20 20:34:42 +0100
  • 25f272015a Disable clippy for the moment Diego Barrios Romero 2018-11-20 19:35:26 +0100
  • 9510730e24 Use centralized ci for coverage Diego Barrios Romero 2018-11-19 22:05:44 +0100
  • 37ae7aba43 Combine and extract before_install Diego Barrios Romero 2018-11-18 17:52:16 +0100
  • fd5f3cc981 Use before install phase for ci scripts Diego Barrios Romero 2018-11-18 17:42:35 +0100
  • 7491105873 Clone ci scripts into folder Diego Barrios Romero 2018-11-18 17:37:57 +0100
  • e378737f4d Use full urls Diego Barrios Romero 2018-11-18 17:30:10 +0100
  • dfe90b9000 Put paths in quotes Diego Barrios Romero 2018-11-18 17:27:39 +0100
  • 7891a53705 Use CI scripts from separate repository Diego Barrios Romero 2018-11-18 17:23:38 +0100
  • 0451dbb239 Remove duplicated examples v0.2.0 Diego Barrios Romero 2018-11-16 20:22:40 +0100
  • 903e2496f2 Run tests in rust stable Diego Barrios Romero 2018-11-16 20:22:29 +0100
  • dc05ca6bee Run coverage in rust stable Diego Barrios Romero 2018-11-16 20:22:12 +0100
  • b4cfbbb2d9 Run coverage in rust nightly Diego Barrios Romero 2018-11-16 20:03:23 +0100
  • f53554b404 Add alarm 1 and 2 examples Diego Barrios Romero 2018-11-16 19:48:56 +0100
  • d0bcb715ce destroy device at the end Diego Barrios Romero 2018-11-16 19:42:47 +0100
  • e5ee15439f Remove redundant statement Diego Barrios Romero 2018-11-16 19:34:43 +0100
  • 55bbf9098a Put construction tests together Diego Barrios Romero 2018-11-16 19:32:33 +0100
  • dee3deb073 allow unused constant Diego Barrios Romero 2018-11-16 19:30:45 +0100
  • 729a4c92e7 Import crate in module Diego Barrios Romero 2018-11-16 19:30:35 +0100
  • 96168aa696 Add coverage badge Diego Barrios Romero 2018-11-16 19:18:42 +0100
  • c7da098f80 Simplify code Diego Barrios Romero 2018-11-16 19:12:36 +0100