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: adafruit/Adafruit_TinyUSB_Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1b8b9c9b071065235341d0e503f2d6d05de19524
Choose a base ref
...
head repository: adafruit/Adafruit_TinyUSB_Arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d26aa1bbd2c5563b3a96ab4a3acccecbd91bb690
Choose a head ref
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on May 19, 2021

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

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    9772ef4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from adafruit/warn-menu-selection

    warn menu selection for port that has TinyUSB as optional menu
    hathach authored May 20, 2021
    Configuration menu
    Copy the full SHA
    286949e View commit details
    Browse the repository at this point in the history
  3. Update changelog.md

    hathach authored May 20, 2021
    Configuration menu
    Copy the full SHA
    07a0f73 View commit details
    Browse the repository at this point in the history
  4. Update library.properties

    hathach authored May 20, 2021
    Configuration menu
    Copy the full SHA
    2168ccf View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Fix GCC -Wall -Wextra unused parameter warnings

    For the Pico CI I use "-Werror -Wextra -Wall" which catches unused parameters
    in a couple functions.  Add appropriate hints that the params are ignored.
    earlephilhower committed May 22, 2021
    Configuration menu
    Copy the full SHA
    56159b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from earlephilhower/werrorfix

    Fix GCC -Wall -Wextra unused parameter warnings
    hathach authored May 22, 2021
    Configuration menu
    Copy the full SHA
    a6933ac View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Configuration menu
    Copy the full SHA
    455426e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from earlephilhower/examplesfix

    Fix "-Wall -Wextra -Werror" warnings in examples
    hathach authored May 23, 2021
    Configuration menu
    Copy the full SHA
    d26aa1b View commit details
    Browse the repository at this point in the history
Loading