📄 av_headset_hfp.mak
字号:
required_kap_files = sbc_decoder
build ::
# Automatically detect the MP3 addon and enable MP3 support
ifneq (, $(wildcard $(BLUELAB)/../kalimba/mp3_library.h))
DEFS += -DINCLUDE_MP3_DECODING
endif
# Look for the MP3 decoder if configured
ifneq (, $(findstring -DINCLUDE_MP3_DECODING,$(DEFS)))
required_kap_files += mp3_decoder
endif
# Adjust settings if Clarity CVC is to be included
ifneq (, $(findstring -DINCLUDE_CVC,$(DEFS)))
LIBS += -Lcvc -lcvcdsp
image.fs : image/cvc/cvc.kap
image/cvc/cvc.kap : cvc/cvc.kap
$(mkdir) image/cvc
$(copy) $^ $@
keys ::
-$(pscli) $(SPI) cvc/parameters.psr
else
image.fs : | remove_cvc
# Remove any cvc code we might have copied during a previous build
remove_cvc :
$(del) image/cvc/cvc.kap
endif
keys ::
ifneq (,$(findstring -DWOLFSON_CODEC,$(DEFS)))
-$(pscli) $(SPI)-m $(OUTPUT)_wolfson.psr
else
-$(pscli) $(SPI) -m $(OUTPUT)_csr.psr
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -