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

GSM: Add cellular state machine events reporting #767

Merged
merged 11 commits into from
Nov 21, 2023

Commits on Nov 21, 2023

  1. PTYSerial: do not trace write data

      * To trace AT output messages enable AT debug trace in mbed
    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5e507f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d35b94 View commit details
    Browse the repository at this point in the history
  3. GSM: remove unused define

    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f4d7f33 View commit details
    Browse the repository at this point in the history
  4. GSM: enable debugging without mbed trace

      * Based on mbed attach callback and Arduino_DebugUtils
    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9a81f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4065f5 View commit details
    Browse the repository at this point in the history
  6. GSM: remove begin() retry logic

      * Internal retries are handled in mbed cellular state machine. If needed user should implement its own retry logic in the sketch.
    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7d988ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aec787b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02dfb64 View commit details
    Browse the repository at this point in the history
  9. GSM: reorder function calls

    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fb10917 View commit details
    Browse the repository at this point in the history
  10. GSM: add keywords file

    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c00bdb9 View commit details
    Browse the repository at this point in the history
  11. mbed: add new GSM patches

    pennam committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8b85c6b View commit details
    Browse the repository at this point in the history