- 
                Notifications
    
You must be signed in to change notification settings  - Fork 721
 
nordic: Alignment to the new GPPI API #3433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
            masz-nordic
  merged 14 commits into
  nrfconnect:collab-nrfx-4.0
from
nordic-krch:ncs/nrfx/gppi2
  
      
      
   
  Oct 31, 2025 
      
    
                
     Merged
            
            nordic: Alignment to the new GPPI API #3433
                    masz-nordic
  merged 14 commits into
  nrfconnect:collab-nrfx-4.0
from
nordic-krch:ncs/nrfx/gppi2
  
      
      
   
  Oct 31, 2025 
              
            Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    f61e872    to
    43f4d38      
    Compare
  
    Adapt workaround which count bytes with timer to use the new GPPI API. Signed-off-by: Krzysztof Chruściński <[email protected]>
Add support for shim which adapt GPPIv1 implementation to the new GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Switch to use a (D)PPI manager - GPPI which covers all Nordic peripheral interconnect systems. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Use gppi API for controlling DPPI. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Convert to use the new GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Convert to use the new GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Use GPPI API instead of PPI driver. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Use new GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Align use of GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Use GPPI API instead of PPI driver API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Align to changes in the GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
Align use of GPPI API. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
43f4d38    to
    57d7577      
    Compare
  
    Add initialization of GPPI resources for nrf54l series. Upstream PR #: 98327 Signed-off-by: Krzysztof Chruściński <[email protected]>
New GPPI requires instance to be initialized during system boot up. GPPI is initialized with resource that can be allocated. Signed-off-by: Krzysztof Chruściński <[email protected]>
57d7577    to
    42cd7b5      
    Compare
  
    
              
                    masz-nordic
  
              
              approved these changes
              
                  
                    Oct 31, 2025 
                  
              
              
            
            
7c25fbf
      into
      
  
    nrfconnect:collab-nrfx-4.0
  
    
        12 of 13 checks passed
      
      
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Aligned to the new GPPI API