Commit Graph

52 Commits (96168aa696b7bdf33fe67e952a94d33b8134483f)

Author SHA1 Message Date
Diego Barrios Romero eb87a741f6 Remove redundant statements 5 years ago
Diego Barrios Romero c10bf7de9d Rename date to day as it is a day of the month. 5 years ago
Diego Barrios Romero b717f4e62b Add support for setting alarm 2 5 years ago
Diego Barrios Romero c3927e46c3 Add support for settin alarm1 to a weekday 5 years ago
Diego Barrios Romero 46d6656009 Add function to set the alarm1 to a date 5 years ago
Diego Barrios Romero 7e9bfcff13 Add support for enabling/disabling alarm interrupts 5 years ago
Diego Barrios Romero d883c9c499 Add support for checking if alarms have matched and clearing the flag 5 years ago
Diego Barrios Romero 0dec4954e9 Fix alignment 5 years ago
Diego Barrios Romero 2304e08d1f Change: clear_has_been_stopped_flag always clears without checking first 5 years ago
Diego Barrios Romero 77820cf6d0 Extract assert invalid input data macro 5 years ago
Diego Barrios Romero 10ac7e4b7c DS3234: Add function to enable/disable temperature conversions on battery 5 years ago
Diego Barrios Romero 8734afa03f Separate exclusive tests 5 years ago
Diego Barrios Romero b70f4a6ffa Add functions to set the temperature conversion rate 5 years ago
Diego Barrios Romero 3e35295720 Extract constant 5 years ago
Diego Barrios Romero 4361e87645 Add functions to enable/disable the 32kHz output when battery-powered 5 years ago
Diego Barrios Romero 73ca2703c9 Cache status value in the driver 5 years ago
Diego Barrios Romero 692e3ad834 Add function to set the square-wave output frequency 5 years ago
Diego Barrios Romero 5168dbe68f Add function to enable/disable the square wave generation 5 years ago
Diego Barrios Romero 2aba6332e7 Add function to read whether the oscillator is running 5 years ago
Diego Barrios Romero 8c6b9ff777 Add function to select function of int/sqw output pin 5 years ago
Diego Barrios Romero 70657dd917 Add function to read the aging offset 5 years ago
Diego Barrios Romero ca36814a09 Cache the status of the control register in the driver to avoid reads 5 years ago
Diego Barrios Romero b01c258e60 Add function to read the temperature 5 years ago
Diego Barrios Romero 03b7012ec3 Add function to set the aging offset 5 years ago
Diego Barrios Romero c41526b7ec Add function to force a temperature conversion and time compensation 5 years ago
Diego Barrios Romero 08f83660d0 Add functions to enable/disable the 32kHz output 5 years ago
Diego Barrios Romero 7f3d1220d0 Add function to clear the has been stopped flag 5 years ago
Diego Barrios Romero 9d236eb8c6 Add function to check if the oscillator has been stopped. 5 years ago
Diego Barrios Romero 0ad4a4e585 Add support for reading busy status 5 years ago
Diego Barrios Romero 75c2988fa4 Fix checking transactions 5 years ago
Diego Barrios Romero 6e477fa5bf Add function to enable/disable the oscillator 5 years ago
Diego Barrios Romero d1a1ddbda3 Rename test module 5 years ago
Diego Barrios Romero 60087909a7 Add tests for datetime checks 5 years ago
Diego Barrios Romero 8459963f45 Add function to set the complete datetime at once 5 years ago
Diego Barrios Romero 12dca9f499 Add support for reading the complete date/time at once 5 years ago
Diego Barrios Romero 30fb022867 Generalize macro for array reading 5 years ago
Diego Barrios Romero ccca20aa4a Add functions to get/set the year 5 years ago
Diego Barrios Romero 2cf7855293 Add function to get/set the month 5 years ago
Diego Barrios Romero 63fe08c6b5 Support transaction list 5 years ago
Diego Barrios Romero ba5213adf2 Add functions to set/get the day of the month 5 years ago
Diego Barrios Romero 85c1b6189a Add functions to set/get the week day 5 years ago
Diego Barrios Romero 9e56a48cd3 Refactor invalid param tests 5 years ago
Diego Barrios Romero d8e56f8694 Add tests for 12h PM hours 5 years ago
Diego Barrios Romero 2ff917a5f0 Refactor tests 5 years ago
Diego Barrios Romero e79b38f629 Add tests for invalid values 5 years ago
Diego Barrios Romero b9610b6e73 Add methods to get/set the hours 5 years ago
Diego Barrios Romero c1b02cb3c0 Add functions to get/set the minutes. 5 years ago
Diego Barrios Romero cb61468456 Deny warnings 5 years ago
Diego Barrios Romero d2a675ef70 Move macros to common file 5 years ago
Diego Barrios Romero 8546577469 Allow unused code from common test module 5 years ago