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

feature(*): Full async implementation #82

Merged
merged 18 commits into from
Jul 18, 2024
Merged

feature(*): Full async implementation #82

merged 18 commits into from
Jul 18, 2024

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    e8e0da5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    28deaa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. WIP async driver

    MathiasKoch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    fc86ce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d8b32cd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Attempt to rid channel

    MathiasKoch committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    071587f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    2230340 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    64bab17 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Comment out UartExt trait

    MathiasKoch committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8370f56 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    0e92703 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    8d14964 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Add TlsSocket

    MathiasKoch committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    2843492 View commit details
    Browse the repository at this point in the history
  2. Fix clippy warnings

    MathiasKoch committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    7693866 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    6c31682 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    6ad40f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    8ab1612 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add support for PPP mode (#81)

    * Simplify initialization of both ppp mode and ublox mode, by providing batteries included new functions that sets up ATAT and all related resources
    
    * Refactor async completely for a more intuitive API. URCs over PPP UDP socket is still not working properly
    
    * Bump embassy-sync to 0.6
    
    * Fix internal-network-stack compiling
    
    * Rework runner, add Proxy client and add working Control handle
    
    * Working control handle for connect and disconnect, with ppp udp bridge
    
    * Add a large number of convenience functions to Control and cleanup runner patterns
    MathiasKoch authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    67807ba View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Rebase on master

    MathiasKoch committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e9e0dff View commit details
    Browse the repository at this point in the history
  2. Fix defmt feature gating

    MathiasKoch committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0b88cc0 View commit details
    Browse the repository at this point in the history