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: zephyrproject-rtos/zephyr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: arduino/zephyr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: arduino_core_merge_4.1.0-rc2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 32 files changed
  • 3 contributors

Commits on Feb 28, 2025

  1. Configuration menu
    Copy the full SHA
    32bac7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bf6c29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24be343 View commit details
    Browse the repository at this point in the history
  4. renesas/ra6m5: allow removal of option_bits sections

    Need to disable them for boards with bootloader.
    When the nodes are disabled, BUILD_OUTPUT_BIN is usable (not a 400MB file)
    
    Signed-off-by: Martino Facchin <[email protected]>
    facchinm committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    facd0e4 View commit details
    Browse the repository at this point in the history
  5. renesas/ra: add ethernet support for RA6 family

    Borrowed from RA8 nodes
    
    Signed-off-by: Martino Facchin <[email protected]>
    facchinm committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    58105e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. boards: add support for Arduino Portenta C33

    Tested:
    * GPIO
    * UART
    * USB (using USB_DEVICE_NEXT)
    * BLE
    
    dts to be fixed and completed
    
    Signed-off-by: Martino Facchin <[email protected]>
    facchinm committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    b186ffd View commit details
    Browse the repository at this point in the history
  2. drivers: display: Add Sitronix ST7701 driver.

    Display driver for Sitronix ST7701.
    
    Signed-off-by: Ibrahim Abdalkader <[email protected]>
    iabdalkader authored and facchinm committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    9c64cdf View commit details
    Browse the repository at this point in the history
  3. tests: drivers: Add ST7701 test.

    Add a test for ST7701 display driver.
    
    Signed-off-by: Ibrahim Abdalkader <[email protected]>
    iabdalkader authored and facchinm committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    cdae4dd View commit details
    Browse the repository at this point in the history
  4. boards: arduino: giga_r1: Add aliases for the display shield.

    Aliases used by the Giga display shield.
    
    Signed-off-by: Ibrahim Abdalkader <[email protected]>
    iabdalkader authored and facchinm committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    e5ef9e4 View commit details
    Browse the repository at this point in the history
  5. boards: shields: Add Arduino Giga display shield.

    Add board support for the Arduino Giga display shield.
    
    Signed-off-by: Ibrahim Abdalkader <[email protected]>
    iabdalkader authored and facchinm committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    dacede6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    b7940c6 View commit details
    Browse the repository at this point in the history
  2. llext-edk: fix -imacros handling

    The -imacros flag may or may be not followed by a space before the
    actual file name.  This patch fixes the handling of the -imacros flag in
    the LLEXT EDK to cover both cases.
    
    Signed-off-by: Luca Burelli <[email protected]>
    pillo79 committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b9fecfa View commit details
    Browse the repository at this point in the history
  3. llext-edk: export board information to EDK files

    Export the currently used board name and (when applicable) qualifiers
    and revisions to the EDK files.  This information can be used by EDK
    users who deal with multiple targets to differentiate between them.
    
    Uses the existing 'zephyr_string' function to sanitize the strings
    instead of a custom regex replace.
    
    Signed-off-by: Luca Burelli <[email protected]>
    pillo79 committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f95cca8 View commit details
    Browse the repository at this point in the history
Loading