DS1302 RTC driver (#258)
This commit is contained in:
parent
a5cc728079
commit
4f7ddd09f8
5 changed files with 377 additions and 0 deletions
9
extras/ds1302/component.mk
Normal file
9
extras/ds1302/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/ds1302
|
||||
|
||||
# expected anyone using RTC driver includes it as 'ds1302/ds1302.h'
|
||||
INC_DIRS += $(ds1302_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ds1302_SRC_DIR = $(ds1302_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,ds1302))
|
||||
Loading…
Add table
Add a link
Reference in a new issue