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

[lib] fix lib config build issue #792

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

Irving-cl
Copy link
Contributor

@Irving-cl Irving-cl commented Jul 24, 2024

This PR fixes the build issue of rt1060 when bumping openthread to d0fbfb8.

The root cause is that the config file of openthread/lib has been independent of the OT core config file. From now if we want to configure for variables used in lib (OPENTHREAD_LIB_XXX) we need to define it in another lib config file. (Can be specified in cmake by OT_LIB_CONFIG).

The Init method of RadioSpinel is also updated. The PR updates the usage in platform radio code.

@Irving-cl Irving-cl requested a review from jwhui July 24, 2024 03:31
@Irving-cl Irving-cl marked this pull request as ready for review July 24, 2024 03:31
@jwhui jwhui merged commit 7f8ff2d into openthread:main Jul 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants