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

fix(modem): Update vfs terminal; Removed designated init #361

Merged
merged 3 commits into from
Sep 22, 2023

Conversation

david-cermak
Copy link
Collaborator

Fix netif to set PPP config in C++ way

If the config struct contains more items (or more items will be added in
future) this init will not compile cleanly

Fix netif to set PPP config in C++ way

If the config struct contains more items (or more items will be added in
future) this init will not compile cleanly

This change is needed for the fs terminal to work correctly again, after
merging 44bae24 which shifted
responsibility of thread safety from a terminal to the DTE. (Before it
was the terminal, which removed this callback safely when processing completed,
and thus we had to check the callback return value). Not the DTE layers
are responsible for thread safety and the return value indicates
success/failure from processing.
Also uses the default clock, the same way as UART terminal.
If the config struct contains more items (or more items will be added in
future) this init will not compile cleanly
@CLAassistant
Copy link

CLAassistant commented Sep 22, 2023

CLA assistant check
All committers have signed the CLA.

@david-cermak david-cermak merged commit 163122f into espressif:master Sep 22, 2023
40 checks passed
@david-cermak
Copy link
Collaborator Author

Thanks for the review Euripedes, I'd have to add one commit by @suren-gabrielyan-espressif to pass the CI.

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.

4 participants