mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
tmv4c123g-launchpad: Add Tiva ADC support to the TM4C123G-Launchpad. From Calvin Maguranis.
This commit is contained in:
parent
d43b3de28d
commit
7442459895
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
############################################################################
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue