Logo
Explore Help
Register Sign In
andy/tinyUSB
1
0
Fork 0
You've already forked tinyUSB
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7
tinyUSB/examples/device/cdc_msc/Makefile

13 lines
220 B
Makefile
Raw Normal View History

Introduce a Makefile for the OS_NONE device example It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-24 10:55:51 -08:00
include ../../../tools/top.mk
add make.mk and rules.mk to help new makefile example
2019-05-01 14:27:17 +07:00
include ../../make.mk
Introduce a Makefile for the OS_NONE device example It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-24 10:55:51 -08:00
add make.mk and rules.mk to help new makefile example
2019-05-01 14:27:17 +07:00
INC += \
src \
$(TOP)/hw \
Introduce a Makefile for the OS_NONE device example It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-24 10:55:51 -08:00
add make.mk and rules.mk to help new makefile example
2019-05-01 14:27:17 +07:00
# Example source
adding msc dual lun example
2019-04-26 15:05:58 +07:00
EXAMPLE_SOURCE += $(wildcard src/*.c)
Introduce a Makefile for the OS_NONE device example It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-24 10:55:51 -08:00
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
add make.mk and rules.mk to help new makefile example
2019-05-01 14:27:17 +07:00
include ../../rules.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 46ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API