Skip to content

Wait, so multiple definitions of a function are allowed? #75690

Answered by yashi
alexpaschoaletto asked this question in Q&A
Discussion options

You must be logged in to vote

You can't. These are in a choice:

choice
prompt "Tracing Format"
default TRACING_NONE
config TRACING_NONE
bool "No tracing format selected"
help
None of the available tracing formats is selected.
config PERCEPIO_TRACERECORDER
bool "Percepio Tracealyzer support"
select THREAD_NAME
select INIT_STACKS
select THREAD_MONITOR
depends on ZEPHYR_PERCEPIO_MODULE
config SEGGER_SYSTEMVIEW
bool "Segger SystemView support"
select CONSOLE
select RTT_CONSOLE
select USE_SEGGER_RTT
select THREAD_MONITOR
select SEGGER_RTT_CUSTOM_LO…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexpaschoaletto
Comment options

Answer selected by alexpaschoaletto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants