ds1307: initial implementation of the ds1307 RTC

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Jon Trulson
2014-12-04 13:50:13 -07:00
committed by Sarah Knepper
parent 66d39af6c5
commit 02156d11c8
8 changed files with 567 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set (libname "ds1307")
set (libdescription "upm ds1307 RTC module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()