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

nRF52840: MCU to MCU updates via activation pin and CircuitPython filesystem programming #283

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2022

  1. adds a pin for DFU activation. If this is the same pin as FRST, dfu a…

    …ctivation takes precedence. (Some solutions don't need FRST for BLE OTA updates, and those that do can define FRST as a separate pin)
    m-mcgowan committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    83490cc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. makes both USB CDC and UART comms available at runtime, with the latt…

    …er being active when the DFU Activation pin is asserted
    m-mcgowan committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3a047c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 21, 2022

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

Commits on Oct 20, 2022

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

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    7b78218 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dfu_activation_pin

    # Conflicts:
    #	src/main.c
    m-mcgowan committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    62b53ae View commit details
    Browse the repository at this point in the history
  3. fix: typo in function name

    m-mcgowan committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    047531a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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