Skip to content
Snippets Groups Projects
Commit 0d316326 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Tiva ADC: Partial build support. Still missing Kconfg changes

parent e87a1eee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment