Tiva ADC: Partial build support. Still missing Kconfg changes
This commit is contained in:
parent
376f39c822
commit
225489a99a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user