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

Pico Plus 2: LTE and WiFi Support #10

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

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

Commits on Sep 2, 2024

  1. PPP: Add LTE module.

    Gadgetoid committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e551598 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. PPP: Fix board name.

    Gadgetoid committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fd7621f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. PPP: Add CYW43 wireless.

    If we're bringing in lwip and networking, this variant might as well
    support CYW43.
    Gadgetoid committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    544f1ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c29c98b View commit details
    Browse the repository at this point in the history
  3. PPP: Enable PPP.

    Gadgetoid committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a9107a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. PPP: Simplify config.

    PPP does not use socket extended state, and should be
    added automatically in the networking module.
    Gadgetoid committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e0d5dae View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. PPP: LTE IMEI renamed to IMSI.

    nkotilainen authored and Gadgetoid committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    af97500 View commit details
    Browse the repository at this point in the history
  2. PPP2: Add wireless.

    Gadgetoid committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4c24167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5abc5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77a97cf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    4ad2b20 View commit details
    Browse the repository at this point in the history
  2. CI: Bump GCC to 13.3.Rel1.

    Gadgetoid committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    667af8b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    07b896d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddaf2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6a839 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. PPP: Add send_text_message for #14.

    Also a quick cleanup of the lte module code.
    Gadgetoid committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bfcb181 View commit details
    Browse the repository at this point in the history