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

Housekeeping: fix warnings, rename some examples, etc. #1786

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

jessebraham
Copy link
Member

  • Fixes a number of warnings when building the examples and HIL tests
  • Fixes some miscellaneous warnings originating from various packages
  • Rename the esp_wifi_* examples to just wifi_*
  • Build HIL tests for ESP32 in CI, fix build errors resulting from doing so
    • Even though we're not running the HIL tests for ESP32 currently, we should still keep these building and in good shape for when we're ready

@jessebraham jessebraham added the skip-changelog No changelog modification needed label Jul 11, 2024
Comment on lines 2 to 6
#![cfg_attr(
any(nightly_before_2024_06_12, nightly_since_2024_06_12),
target_arch = "xtensa",
feature(asm_experimental_arch),
feature(panic_info_message)
)]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, this is just protecting against a single nightly version which is past us now. These changes were made to prevent a warning when building with newer nightly versions.

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for taking care of this!

Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MabezDev MabezDev added this pull request to the merge queue Jul 12, 2024
Merged via the queue into esp-rs:main with commit dcc6c89 Jul 12, 2024
32 checks passed
@jessebraham jessebraham deleted the fixes/housekeeping branch July 12, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No changelog modification needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants