8000 Comparing PX4:px4_firmware_nuttx-10.3.0+...augustbering:px4_firmware_nuttx-10.3.0+ · PX4/NuttX · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: PX4/NuttX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: px4_firmware_nuttx-10.3.0+
Choose a base ref
...
head repository: augustbering/NuttX-px4
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: px4_firmware_nuttx-10.3.0+
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 21 files changed
  • 7 contributors

Commits on Jun 20, 2023

  1. stm32wb: add i2c driver

    onegray authored and augustbering committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    55357e7 View commit details
    Browse the repository at this point in the history
  2. 8000
  3. added adc1 to stm32wb

    augustbering committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c70eeab View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    750e7ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc0e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f692526 View commit details
    Browse the repository at this point in the history
  4. [BACKPORT] imxrt:edma {s|d}last needs to be total xfer size

       Upstream - Wrong dlastsga or slast setting if doff or soff larger than one
    jturnsek authored and davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    49f895a View commit details
    Browse the repository at this point in the history
  5. [BACKPORT] S32K3XX EMAC MCAST support

    Fix compile warning when ioctl is not enabled
    PetervdPerk-NXP authored and davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ec20707 View commit details
    Browse the repository at this point in the history
  6. [BACKPORT] fs/cromfs: Fix faulty DEBUGASSERT() check

    The logic being tested is wrong, obviously when accessing file the
    driver private data has to be valid (open() has been called).
    pussuw authored and davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    41b2551 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca09a1f View commit details
    Browse the repository at this point in the history
  8. [BACKPORT] net/can can_readahead_timestamp always free iob

    "In spirit" upstream NuttX doesn't suffer from this since the whole
    mechanism got changed handling IOB and timestamps
    PetervdPerk-NXP authored and davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b6d4f06 View commit details
    Browse the repository at this point in the history
  9. [BACKPORT] imxrt: flexcan use hpwork for receiving frames

    FlexCAN before used interrupts to process incoming frames.
    This patch adds a HPWORK workqueue to process incoming frames in the workqueue
    context instead. Also renamed mbi to txmb for better readability.
    PetervdPerk-NXP authored and davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    279e801 View commit details
    Browse the repository at this point in the history
  10. [BACKPORT] s32k1xx:lpi2c fix status handeling & race

    s32k1:lpi2c:Simplify DMA and Non DMA usage
    
    s32k1xx: lpi2c dma invalidate cache after exchange
    
    s32k1xx:lpi2c fix timeout not stopping dma
    
    s32k1xx: lpi2c: dma cache invalidate typo fix
    davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    67289d3 View commit details
    Browse the repository at this point in the history
  11. [BACKPORT] s32k3xx:lpi2c fix status handeling & race

    s32k3:lpi2c:Simplify DMA and Non DMA usage
    
    s32k3xx: lpi2c dma invalidate cache after exchange
    
    s32k3xx:lpi2c fix timeout not stopping dma
    
    s32k3xx: lpi2c: dma cache invalidate typo fix
    davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    034cd29 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c643f0 View commit details
    Browse the repository at this point in the history
  13. [BACKPORT] imxrt:lpi2c fix status handeling & race

    imxrt:lpi2c:Simplify DMA and Non DMA usage
    
    imxrt: lpi2c dma invalidate cache after exchange
    
    imxrt:lpi2c fix timeout not stopping dma
    davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a495578 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5401be2 View commit details
    Browse the repository at this point in the history
  15. [BACKPORT] imxrt:Serial Preserve all but W1C bit in SR

       SR contains configuration bits that need to be preserved.
    davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    29ff60c View commit details
    Browse the repository at this point in the history
  16. [BACKPORT] sched/semaphore: Remove restriction to use nxsem_trywait f…

    …rom ISR
    
    Considering that `nxsem_trywait` is non-blocking, although not
    recommended, it could be called from the interrupt handler.
    tmedicci authored and davids5 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    de41e7f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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