Skip to content
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

Remove no-op esp32 config #2686

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

mspang
Copy link
Contributor

@mspang mspang commented Sep 16, 2020

This doesn't do anything as configs on a target don't apply to its
dependencies; information flows exclusively the other way. The
target_defines argument can be used for this, but there's no code in
libCHIP that uses BUILD_RELEASE anyway (in any case, we should probably
just use !defined(NDEBUG) as that aligns with the C standard).

Problem

No-op code in config/esp32.

Summary of Changes

Remove it.

This doesn't do anything as configs on a target don't apply to its
dependencies; information flows exclusively the other way. The
target_defines variable can be used for this, but there's no code in
libCHIP that uses BUILD_RELEASE anyway (in any case, we should probably
just use !defined(NDEBUG) as that aligns with the C standard).
@mspang mspang force-pushed the for-chip/noop-config branch from 6a8a48d to 5c51153 Compare September 16, 2020 14:22
@pullapprove pullapprove bot requested a review from andy31415 September 16, 2020 14:22
@BroderickCarlin BroderickCarlin merged commit 276e4e2 into project-chip:master Sep 17, 2020
@mspang mspang deleted the for-chip/noop-config branch September 23, 2020 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants