Cant do inline comments on makefile target config
This commit is contained in:
parent
399f466954
commit
5678f70284
|
@ -7,8 +7,8 @@ MBED ?= 0
|
||||||
RTOS ?= 1
|
RTOS ?= 1
|
||||||
|
|
||||||
#KERNEL ?= FREERTOS
|
#KERNEL ?= FREERTOS
|
||||||
|
# We have powerkey input
|
||||||
NO_PWRKEY = 0 # We have powerkey input
|
NO_PWRKEY = 0
|
||||||
LIBC_ROM ?= 1
|
LIBC_ROM ?= 1
|
||||||
|
|
||||||
export USER_SECURE_BOOT ?= 0
|
export USER_SECURE_BOOT ?= 0
|
||||||
|
@ -61,19 +61,24 @@ AUDIO_OUTPUT_DIFF ?= 0
|
||||||
|
|
||||||
#### ANC DEFINE START ######
|
#### ANC DEFINE START ######
|
||||||
export ANC_APP ?= 1
|
export ANC_APP ?= 1
|
||||||
export ANC_FF_ENABLED ?= 1 # Feed Forward ANC configuration (external mic)
|
export ANC_FF_ENABLED ?= 1
|
||||||
export ANC_FB_ENABLED ?= 1 # Feed Backward ANC configuration (internal mic)
|
# Feed Forward ANC configuration (external mic)
|
||||||
|
export ANC_FB_ENABLED ?= 1
|
||||||
|
# Feed Backward ANC configuration (internal mic)
|
||||||
export AUDIO_ANC_FB_MC ?= 0
|
export AUDIO_ANC_FB_MC ?= 0
|
||||||
export AUDIO_SECTION_SUPPT ?= 0
|
export AUDIO_SECTION_SUPPT ?= 0
|
||||||
export AUD_SECTION_STRUCT_VERSION ?= 2
|
export AUD_SECTION_STRUCT_VERSION ?= 2
|
||||||
export AUDIO_ANC_FB_MC_HW ?=0 # Music cancel hardware?
|
# Music cancel hardware?
|
||||||
|
export AUDIO_ANC_FB_MC_HW ?=0
|
||||||
export APP_ANC_KEY ?= 1
|
export APP_ANC_KEY ?= 1
|
||||||
export ANC_FB_CHECK ?= 1
|
export ANC_FB_CHECK ?= 1
|
||||||
##### ANC DEFINE END ######
|
##### ANC DEFINE END ######
|
||||||
|
|
||||||
APP_ANC_TEST ?= 0 # Build in ANC testing app (closed source)
|
# Build in ANC testing app (closed source)
|
||||||
|
APP_ANC_TEST ?= 0
|
||||||
|
|
||||||
TEST_OVER_THE_AIR ?= 0 # Allow test commands via bluetooth
|
# Allow test commands via bluetooth
|
||||||
|
TEST_OVER_THE_AIR ?= 0
|
||||||
|
|
||||||
HW_FIR_EQ_PROCESS ?= 0
|
HW_FIR_EQ_PROCESS ?= 0
|
||||||
|
|
||||||
|
@ -206,8 +211,8 @@ TILE_DATAPATH_ENABLED ?= 0
|
||||||
CUSTOM_INFORMATION_TILE_ENABLE ?= 0
|
CUSTOM_INFORMATION_TILE_ENABLE ?= 0
|
||||||
|
|
||||||
INTERCONNECTION ?= 0
|
INTERCONNECTION ?= 0
|
||||||
|
# Looks like Find-My-Device support?
|
||||||
INTERACTION ?= 0 # Looks like Find-My-Device support?
|
INTERACTION ?= 0
|
||||||
|
|
||||||
INTERACTION_FASTPAIR ?= 0
|
INTERACTION_FASTPAIR ?= 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue