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: arduino-libraries/Arduino_Threads
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_Threads
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 20 commits
  • 41 files changed
  • 2 contributors

Commits on Mar 28, 2022

  1. experiment ...

    aentinger committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    5f4a0c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fbfe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7251b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

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

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    c5287eb View commit details
    Browse the repository at this point in the history
  2. Remove examples designed to purposefully break Arduino_Threads. (#78)

    They lead to a continous red CI badge which is confusing users and also make it easier to overlook actual CI errors.
    aentinger authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    bc57ae9 View commit details
    Browse the repository at this point in the history
  3. Provide links to patched Java IDE with multi-threading support. (#80)

    * Provide links to Java IDE with multi-threading support.
    
    * Fix: Adding links for ARM/Windows.
    
    * Fix: Removing extraneous brace.
    aentinger authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c1b15fc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Adding minimal gitignore.

    aentinger committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    082d78c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Jul 25, 2022

  1. Thermostat example demonstrate advantages of source/sink vs shared in…

    … certain applications. (#82)
    
    * Thermostat example demonstrate advantages of source/sink vs shared in certain applications.
    
    * Simplify example.
    aentinger authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    95ed912 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Added CLI getting stared guide

    jacobhylen authored and aentinger committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    751b394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    877f11a View commit details
    Browse the repository at this point in the history
  3. Rewording title to focus more on the specific purpose re getting star…

    …ted with the Arduino CLI for multi-threading.
    aentinger committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f95fde5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #79 from jacobhylen/jacobhylen/cli-getting-started

    CLI Getting Started Guide
    aentinger authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    06ea98f View commit details
    Browse the repository at this point in the history
  5. Remove number prefix from documentation documents. (#86)

    This is really unmanageabable, once a certain number of files has been exceeded.
    aentinger authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    da1f84f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a3feab View commit details
    Browse the repository at this point in the history
  7. Utilize CONNECT macro.

    aentinger committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    067458e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47 from arduino-libraries/experiment-threading

    [Alex/inot-as-namespace] Provide workarounds for typical sketch idioms not working when using inot-as-class model.
    aentinger authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f2ce390 View commit details
    Browse the repository at this point in the history
  9. Fix links. (#90)

    aentinger authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    45bed93 View commit details
    Browse the repository at this point in the history
  10. Release v0.3.0.

    aentinger committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    045d8b1 View commit details
    Browse the repository at this point in the history
Loading