raiden00pl opened a new pull request, #19069:
URL: https://github.com/apache/nuttx/pull/19069

   ## Summary
   !arch/stm32: rename STM32F7/H7 QUADSPI Kconfig symbol to QSPI
   
   Standardize the F7/H7 QSPI enable symbol on the QSPI name (the QUADSPI and 
QSPI peripherals are the same IP block). Only the Kconfig enable symbol and its 
CONFIG_ references are renamed; the QUADSPI hardware register/pin/DMA macros 
are unchanged.
   
   ## Impact
   
   BREAKING CHANGE: CONFIG_STM32F7_QUADSPI and CONFIG_STM32H7_QUADSPI are 
renamed to CONFIG_STM32F7_QSPI and CONFIG_STM32H7_QSPI. Out-of-tree F7/H7 board 
configurations must update the symbol name.
   
   ## Testing
   CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to