Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix compat tests due to esp-idf moving include files#102

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@wnienhaus
Copy link
Collaborator

@wnienhauswnienhaus commentedDec 15, 2024
edited
Loading

Peripheral register definitions were moved to a new directory inside the ESP-IDF: components/soc/{cpu_type}/register.

This change caused our compat tests to fail because they depended on predefined register constants.

This PR resolves the issue by adding the new directory to GCC's include search path using the -I option.

Additionally, all header files in this new directory are now added to the DefinesDB for the compat tests with RTC macros.

Fixes#101.

ThomasWaldmann reacted with thumbs up emoji
Peripheral register definitions were moved to a new directoryinside the ESP-IDF: components/soc/{cpu_type}/register.This change caused our compat tests to fail because theydepended on predefined register constants.This commit resolves the issue by adding the new directory toGCC's include search path using the -I option.Additionally, all header files in this new directory are nowadded to the DefinesDB for the compat tests with RTC macros.Fixesmicropython#100.
@wnienhauswnienhaus merged commitc7f7f42 intomicropython:masterDec 15, 2024
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

test failure

1 participant

@wnienhaus

[8]ページ先頭

©2009-2025 Movatter.jp