Logo
Explore Help
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
1f18be93db39dbc57bbf34f982dbe07e209a2ae3
tinyUSB/examples/device/uac2_headset/Makefile

12 lines
228 B
Makefile
Raw Normal View History

move make.mk and rules.mk to build_system/make
2023-11-23 20:19:14 +07:00
include ../../build_system/make/make.mk
audio: Add headset example This example code creates USB Audio 2.0 headset device. Device has two audio interfaces first stereo speaker with 48kHz stereo stream. Second interface for microphone with 48kHz mono stream. This example can be used to start working on audio device. It can be also used to verify ISO endpoints for boards. Speaker adaptive clock (bound to SOF). Microphone for now has asynchronous clock. Volume and mute control while present are not used for data stream modification.
2020-10-14 16:53:55 +02:00
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
move make.mk and rules.mk to build_system/make
2023-11-23 20:19:14 +07:00
include ../../build_system/make/rules.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 43ms Template: 1ms
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