- 
                Notifications
    
You must be signed in to change notification settings  - Fork 720
 
[nrf fromlist] Integrate nrfx 3.11.0 #2553
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
          
     Closed
      
      
            nika-nordic
  wants to merge
  8
  commits into
  nrfconnect:main
from
nika-nordic:integrate_nrfx_3_11_sdkzephyr
  
      
      
   
      
    
                
     Closed
            
            [nrf fromlist] Integrate nrfx 3.11.0 #2553
                    nika-nordic
  wants to merge
  8
  commits into
  nrfconnect:main
from
nika-nordic:integrate_nrfx_3_11_sdkzephyr
  
      
      
   
              
            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
    
  
  
    
    | 
           The following west manifest projects have changed revision in this Pull Request: 
 ⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action.  | 
    
917ebdd    to
    5bf65f0      
    Compare
  
    Adding support for SWEXT (SWitch EXTernal) peripheral. Signed-off-by: Rafal Dyla <[email protected]> (cherry picked from commit 2e44835)
Update version to include USBREG HAL driver fix. Signed-off-by: Johann Fischer <[email protected]> (cherry picked from commit f00d42f)
The drivers still use the USBREG HAL driver which enables/disables the interrupt by itself. Signed-off-by: Johann Fischer <[email protected]> (cherry picked from commit a05fd62)
… 3.11.0 New nrfx version integrates MDK 8.70.0. Upstream PR #: 86238 Signed-off-by: Nikodem Kastelik <[email protected]>
…to new scheme MDK 8.70.0 introduced following changes in the device naming: - renamed nRF54L20 Eng A to nRF54LM20A Eng A - renamed nRF54L09 Eng A to nRF54LV10A Eng A Actual SoC renaming will happen in followup PR. Upstream PR #: 86238 Signed-off-by: Nikodem Kastelik <[email protected]>
Some of the CLOCK events are associated with features not available on every nRF device. Upstream PR #: 86238 Signed-off-by: Nikodem Kastelik <[email protected]>
…ness Setting frame size and endianess is now supported in UARTE HAL, so these settings must have default values configured to avoid compiler warnings about uninitialized fields. Upstream PR #: 86238 Signed-off-by: Nikodem Kastelik <[email protected]>
Some time ago a new shim for nRF UARTE was added (uart_nrfx_uarte2.c) which used nrfx_uarte.c driver underneath. It was supposed to support nrf54x platforms. However, later on legacy driver (uart_nrfx_uarte.c) was extended to support nrf54x platforms and it takes less code size, has better performance and more features. Shim uart_nrfx_uarte2 will no longer be supported. As new shim is the default and there is a Kconfig to pick the legacy shim (CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=y) it cannot be deprecated in the normal way. Additional Kconfig option is created (DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM) which is enabled if CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n and it selects DEPRECATED. A warning was also added to the CMakeLists.txt. Patch removes use CONFIG_UART_NRFX_UARTE_LEGACY_SHIM in tests. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 70118c0)
5bf65f0    to
    8a98031      
    Compare
  
    | 
           already merged in #2578  | 
    
  
    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.
  
    
  
    
nrfx 3.11.0 introduces MDK 8.70.0, which renames L20 and L09 targets.
Upstream PR: zephyrproject-rtos/zephyr#86238