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:
committed by
Sarah Knepper
parent
66d39af6c5
commit
02156d11c8
5
src/ds1307/CMakeLists.txt
Normal file
5
src/ds1307/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user