mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
SAM3/4 RTC driver from Bob Doiron
This commit is contained in:
parent
f7dbe4b970
commit
35bd5c9e65
1 changed files with 6 additions and 0 deletions
|
|
@ -104,9 +104,11 @@ ifeq ($(CONFIG_SAM34_DMAC0),y)
|
|||
CHIP_CSRCS += sam_dmac.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_CHIP_SAM4L),y)
|
||||
ifeq ($(CONFIG_SAM34_PDCA),y)
|
||||
CHIP_CSRCS += sam4l_pdca.c
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SAM34_EMAC),y)
|
||||
CHIP_CSRCS += sam_emac.c
|
||||
|
|
@ -127,3 +129,7 @@ ifeq ($(CONFIG_SAM34_SPI1),y)
|
|||
CHIP_CSRCS += sam_spi.c
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SAM34_RTC),y)
|
||||
CHIP_CSRCS += sam_rtc.c
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue