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 sara r4 error msg #75

Merged
merged 19 commits into from
Dec 27, 2021
Merged

Conversation

chinglee-iot
Copy link
Member

  • Filter empty line in pktio
    SARA-R4 sends "\0\0" after reboot. These will be filter out in pktio and will not be regarded as AT_UNDEFINED message.
  • Add CELLULAR_CONFIG_SARA_R4_REBOOT_ON_INIT
    Some platforms may not support hard reboot on SARA-R4. This config helps to trigger a soft reboot during module init.
  • Print warning message for socket not closed properly in previous program execution
    If the socket is not closed properly in previous program execution, socket close or socket data URC will be received in new program execution. Print warning message to indicate socket not closed properly.

ActoryOu
ActoryOu previously approved these changes Dec 24, 2021
@chinglee-iot chinglee-iot requested a review from aggarg December 24, 2021 06:31
modules/sara_r4/cellular_r4.c Outdated Show resolved Hide resolved
modules/sara_r4/cellular_r4_urc_handler.c Outdated Show resolved Hide resolved
modules/sara_r4/cellular_r4_urc_handler.c Outdated Show resolved Hide resolved
modules/sara_r4/cellular_r4_urc_handler.c Show resolved Hide resolved
ActoryOu
ActoryOu previously approved these changes Dec 24, 2021
ActoryOu
ActoryOu previously approved these changes Dec 24, 2021
aggarg
aggarg previously approved these changes Dec 24, 2021
@chinglee-iot chinglee-iot merged commit 221eead into FreeRTOS:main Dec 27, 2021
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.

3 participants