Tiva ADC: Partial build support. Still missing Kconfg changes

This commit is contained in:
Gregory Nutt 2015-02-05 18:01:18 -06:00
parent 376f39c822
commit 225489a99a
2 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,10 @@ CHIP_CSRCS += tiva_timerlow32.c
endif
endif
ifeq ($(CONFIG_TIVA_ADC),y)
CHIP_CSRCS += tiva_adc.c
endif
ifeq ($(CONFIG_NET),y)
ifeq ($(CONFIG_ARCH_CHIP_LM3S),y)
CHIP_CSRCS += lm3s_ethernet.c

View File

@ -54,6 +54,7 @@
#include "chip/tiva_ethernet.h" /* Ethernet MAC and PHY */
#include "chip/tiva_flash.h" /* FLASH */
#include "chip/tiva_timer.h" /* Timer */
#include "chip/tiva_adc.h" /* ADC */
/************************************************************************************
* Pre-processor Definitions