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/ArduinoCore-zephyr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13960d6
Choose a base ref
...
head repository: arduino/ArduinoCore-zephyr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a046e8d
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 8, 2025

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

Commits on Jun 11, 2025

  1. loader/fixup: Fix SMH init priority.

    Probably a copy&paste error.
    iabdalkader committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    66757bc View commit details
    Browse the repository at this point in the history
  2. variants/arduino_giga_r1_stm32h747xx_m7: Enable SMH for display.

    The LTDC will have its own SMH option, and the upstream shield
    config will Not enable this by default.
    iabdalkader committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    946f426 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #117 from iabdalkader/fix_giga_config

    Fix giga display config.
    pillo79 authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    1b82c35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #135 from mjs513/camera_library_update

    Upate Camera support to reflect changes in API
    pillo79 authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    3225af7 View commit details
    Browse the repository at this point in the history
  5. Beginning touch support

    Add a callback function for the touch device
    within the fixups for the GIGA.  This callback
    simply remembers the last touch that happened and
    sets a semaphore.
    
    There is also a function added to retrieve this data.
    
    Needed to add the callback function into the exports file.
    KurtE committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    8d40a21 View commit details
    Browse the repository at this point in the history
  6. GIGA touch - convert callback to simple forward instead of processing…

    … in the fixups.c
    
    Also add clear out the callback in the initVariant such that if new program is launched it does not use old address
    KurtE committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    a046e8d View commit details
    Browse the repository at this point in the history
Loading