Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: th3w/micropython-async
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: peterhinch/micropython-async
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 13 files changed
  • 4 contributors

Commits on Nov 29, 2024

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

Commits on Nov 30, 2024

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

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    709663d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596e463 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

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

Commits on Dec 15, 2024

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

Commits on Dec 20, 2024

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

Commits on Dec 29, 2024

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

Commits on Jan 2, 2025

  1. set dirty to false sooner

    to mitigate race condition that can
    happen during rapid updated
    n1kdo committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    6c59025 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Merge pull request peterhinch#132 from n1kdo/fix-alcd-race-condition

    alcd.py: Fix race condition
    peterhinch authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    e2aae43 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

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

Commits on Jan 11, 2025

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

Commits on Mar 30, 2025

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

Commits on May 8, 2025

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

Commits on May 15, 2025

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

Commits on Jun 23, 2025

  1. as_drivers/nec_ir/aremote.py: bad message import peterhinch#139

    Commit f7c44fa in 2022 moved message from primitives to threadsafe. This
    reference got missed in that move.
    Godfrey van der Linden committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    41ea448 View commit details
    Browse the repository at this point in the history
  2. Use flattened threadsafe namespace to import Message.

    Feedback from project owner, Peter
    Godfrey van der Linden committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    6e5d6e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request peterhinch#140 from gvdl/master

    as_drivers/nec_ir/aremote.py: bad message import peterhinch#139
    peterhinch authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    114f9f1 View commit details
    Browse the repository at this point in the history
Loading