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

tmv4c123g-launchpad: Add Tiva ADC support to the TM4C123G-Launchpad. From Calvin Maguranis.

parent 46a4396b
No related branches found
No related tags found
No related merge requests found
############################################################################
# configs/tm4c123g-launchpad/src/Makefile
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Copyright (C) 2014-2015 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
......@@ -53,6 +53,10 @@ ifeq ($(CONFIG_TIVA_TIMER),y)
CSRCS += tm4c_timer.c
endif
ifeq ($(CONFIG_TIVA_ADC),y)
CHIP_CSRCS += tm4c_adc.c
endif
ifeq ($(CONFIG_MTD_AT24XX),y)
ifeq ($(CONFIG_TIVA_I2C0),y)
CSRCS += tm4c_at24.c
......
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