mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 14:13:04 +00:00
Tiva ADC: Partial build support. Still missing Kconfg changes
This commit is contained in:
parent
376f39c822
commit
225489a99a
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue