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_Braccio_plusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: arduino-libraries/Arduino_Braccio_plusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 20 commits
  • 175 files changed
  • 3 contributors

Commits on Feb 22, 2022

  1. Since 'lv_task_handler' is called within a separate thread any call i…

    …nto the LVGL library needs to be protected by locking.
    aentinger committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    cbfca0d View commit details
    Browse the repository at this point in the history
  2. Fix: Capture a new start value - otherwise the loop will terminate pr…

    …ematurely due to a wrong timeout value. (#60)
    aentinger authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    43dd0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    702770b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85daef7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61 from arduino-libraries/fix-lvgl-crash-on-startup

    Fix lvgl crash on startup with ArduinoCore-mbed >= 2.7.2
    aentinger authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2fb04c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

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

Commits on Mar 2, 2022

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6a8b695 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from arduino-libraries/dependabot/github_actio…

    …ns/actions/checkout-3
    
    Bump actions/checkout from 2 to 3
    per1234 authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b5a7a07 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Precompiled lvgl library drastically shortens compile time.

    Delete checked in build artifacts.
    aentinger committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    427883c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d58eef View commit details
    Browse the repository at this point in the history
  3. Remove lvgl as dependency to be installed during CI (we've got it pre…

    …compiled on board now).
    aentinger committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e492537 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    655d0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f55fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb2efb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ddb57a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d575446 View commit details
    Browse the repository at this point in the history
  6. Splitting post-build copy-action into three separate cmake commands, …

    …allowing to also print a comment of whats happening on a per-command-basis to the shell.
    aentinger committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    42a1126 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83fecc2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #64 from arduino-libraries/precompiled-lib

    Precompiling `lvgl` drastically reduces library compile time.
    aentinger authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    876cbce View commit details
    Browse the repository at this point in the history
  9. Release v1.2.0

    aentinger committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    cd433f8 View commit details
    Browse the repository at this point in the history
Loading