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

[modem]: Add support for pausing netif #700

Merged
merged 5 commits into from
Dec 10, 2024

Conversation

david-cermak
Copy link
Collaborator

@david-cermak david-cermak commented Nov 21, 2024

@david-cermak david-cermak force-pushed the feat/modem_pause_network branch from ecc66a0 to c7c91bb Compare December 4, 2024 16:28
/**
* @brief Resume the network interface
*/
void unpause();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Resume is a better name.

@david-cermak david-cermak force-pushed the feat/modem_pause_network branch from c2279f0 to 1db83cd Compare December 5, 2024 19:17
@david-cermak david-cermak force-pushed the feat/modem_pause_network branch from 2cdb5d4 to 18f196f Compare December 6, 2024 08:48
@david-cermak david-cermak force-pushed the feat/modem_pause_network branch 11 times, most recently from 6bea2b8 to 2603b33 Compare December 10, 2024 10:05
* Use CONFIG_EXAMPLE_DETECT_MODE_BEFORE_CONNECT to demonstrate mode
detect
* Use disconnection flag to indicate conneciton issue and gracefully
degrade to command mode
* Remove IDF-verion < v5.0 code
@david-cermak david-cermak force-pushed the feat/modem_pause_network branch from 2603b33 to 5e92990 Compare December 10, 2024 10:36
@david-cermak david-cermak merged commit 269351f into espressif:master Dec 10, 2024
88 checks passed
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.

Is there a way to send AT commands while keeping the connection, without using CMUX? (IDFGH-14106)
2 participants