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: ClangBuiltArduino/core_arduino_avr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-12022025
Choose a base ref
...
head repository: ClangBuiltArduino/core_arduino_avr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 29, 2025

  1. platform: Add -mno-relax for final link

    As reported in [1] and verified in [2] adding -mno-relax seems to fix the LED blinking issues without needing to disable LTO for the affected files. Use this as a temporary workaround until the issue is fixed.
    
    Remove the usage of clang-wrapper for c and cpp cmds since its not required anymore.
    
    [1]: llvm/llvm-project#133579
    [2]: llvm/llvm-project#127651 (comment)
    
    Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
    beakthoven authored Mar 29, 2025
    Configuration menu
    Copy the full SHA
    5d88dde View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. core: main: Dont check for serialEventRun as its always defined

    Signed-off-by: Dakkshesh <dakkshesh5@gmail.com>
    beakthoven committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    2308665 View commit details
    Browse the repository at this point in the history
Loading