mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 05:28:19 +00:00
SAMA5D3x-EK: Add support for app/examples/adc
This commit is contained in:
parent
f195673afd
commit
17fbb3956e
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ ifeq ($(CONFIG_NSH_ARCHINIT),y)
|
|||
CSRCS += sam_nsh.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ADC),y)
|
||||
CSRCS += sam_adc.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_USBMSC),y)
|
||||
CSRCS += sam_usbmsc.c
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue