-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
samples: dac: simplify meta data #84480
base: main
Are you sure you want to change the base?
samples: dac: simplify meta data #84480
Conversation
993a809
to
238bf31
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvement!
samples/drivers/dac/Kconfig
Outdated
ZEPHYR_USER := zephyr,user | ||
|
||
config DAC_SAMPLE_RUN | ||
bool "Run the application this many seconds" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description doesn't look right.
samples/drivers/dac/Kconfig
Outdated
bool "Run the application this many seconds" | ||
default y if $(dt_node_has_prop,/$(ZEPHYR_USER),dac) | ||
help | ||
platfrom supports dac sample. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please address typo
238bf31
to
9c9fffa
Compare
use config from dts to get the supporting status. remove the platfrom_allow list. Signed-off-by: Hake Huang <[email protected]>
use config from dts to get the supporting status.
remove the platfrom_allow list.