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: betaflight/betaflight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.0
Choose a base ref
...
head repository: betaflight/betaflight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5.1
Choose a head ref
  • 12 commits
  • 16 files changed
  • 8 contributors

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    d7fe372 View commit details
    Browse the repository at this point in the history
  2. Fix hard-coded TARGET_IO_PORT* defines. (#13605)

    This should be able to be overridden by targets.  e.g. ones that  use
    octospi IO lines 4-7 instead of 0-3.
    hydra authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0f7d05f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. [4.5.1] battery - fix BATTERY_NOT_PRESENT detection, detection logic …

    …change (#13623)
    
    battery - fix BATTERY_NOT_PRESENT detection, detection logic change (#13599)
    
    * battery - fix BATTERY_NOT_PRESENT detection, detection logic change
    
    Detection logic is refactored - battery voltage delta is tested each
    50ms, voltage is considered stable when difference of last 10 samples
    is smaller than 100mV
    This makes stable threshold more forgiving than #13350 (time for
    comparison is 50 instead of 500ms).
    
    * battery - improve stable voltage detection
    
    - voltageStablePrevFiltered every time delta is exceeded
    - voltage within range is ANDed over 100ms periods
    - voltage is stable if it was within range for 10 out of 11 periods
      - slowly changing voltage will update threshold, but voltage will be
        considered stable
      - 1 update/s (100mV/s) is tolerated
    
    * battery - fuix typos, improve comments
    
    Co-authored-by: Petr Ledvina <ledvinap@gmail.com>
    haslinghuis and ledvinap authored May 10, 2024
    Configuration menu
    Copy the full SHA
    0f001ad View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 17, 2024

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

Commits on Jun 24, 2024

  1. [4.5.1] Set next state expected time on per element basis (#13706) (#…

    …13713)
    
    Set next state expected time on per element basis (#13706)
    
    * Set next state expected time on per element basis
    
    * Rename osdNextElement to be clearer
    
    Co-authored-by: Steve Evans <SteveCEvans@users.noreply.github.com>
    haslinghuis and SteveCEvans authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    cffe79e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. [4.5.1] FIX: make: Circular configs <- configs dependency dropped. (#…

    …13695) (#13726)
    
    FIX: make: Circular configs <- configs dependency dropped. (#13695)
    
    (cherry picked from commit 660018b)
    blckmn authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6cf13cd View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

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

Commits on Jul 10, 2024

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

Commits on Jul 17, 2024

  1. [4.5.1] fix at32 serial bidir pp od init and smart audio (#13764) (#1…

    …3771)
    
    fix at32 serial bidir pp od init and smart audio (#13764)
    
    include fix for F4 and G4 as well
    
    Co-authored-by: Benedikt Kleiner <b.kleiner@str8labs.com>
    Co-authored-by: Eike Ahmels <ea@weslink.de>
    3 people authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    073b70f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

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