This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from 3c0a3dabfc stm32f0l0g0/SPI: add support for half duplex, simplex rx 
and simplex tx modes
     new cb94579ab7 stm32wl5/Kconfig: hide STM32WL5_SPI_DMA option and select 
it automatically
     new 6aef19617b stm32h7/Kconfig: hide STM32H7_SPI_DMA option and select it 
automatically
     new 1616edbb81 stm32f7/Kconfig: hide STM32F7_SPI_DMA option and select it 
automatically
     new 12273d0aa9 stm32/Kconfig: hide STM32_SPI_DMA option and select it 
automatically
     new e39afbf277 stm32/Kconfig: set default n for hidden options
     new 1b45982521 stm32f0l0g0/Kconfig: remove the duplicated SPI DMA section
     new d307e5a7f5 stm32f0l0g0/Kconfig: hide STM32F0L0G0_SPI_DMA option and 
select it automatically
     new a8e7f7742c stm32f0l0g0/Kconfig: set default n for hidden options
     new 1ca8bf2cdb boards: remove references to STM32xx_SPI_DMA, which is now 
a hidden option
     new 8e5e6ab8cb stm32/Kconfig: stm32_i2s needs SPI_DMA enabled

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/stm32/Kconfig                         | 54 ++++++++++-----
 arch/arm/src/stm32f0l0g0/Kconfig                   | 77 +++++++++++-----------
 arch/arm/src/stm32f7/Kconfig                       | 40 ++++++-----
 arch/arm/src/stm32h7/Kconfig                       | 40 ++++++-----
 arch/arm/src/stm32wl5/Kconfig                      | 21 +++---
 boards/arm/stm32/cloudctrl/README.txt              |  2 +-
 boards/arm/stm32/fire-stm32v2/README.txt           |  2 +-
 boards/arm/stm32/hymini-stm32v/README.txt          |  2 +-
 boards/arm/stm32/mikroe-stm32f4/README.txt         |  2 +-
 .../mikroe-stm32f4/configs/fulldemo/defconfig      |  1 -
 .../olimex-stm32-p407/configs/audio/defconfig      |  1 -
 .../stm32/olimexino-stm32/configs/can/defconfig    |  1 -
 .../olimexino-stm32/configs/composite/defconfig    |  1 -
 .../stm32/olimexino-stm32/configs/nsh/defconfig    |  1 -
 .../olimexino-stm32/configs/smallnsh/defconfig     |  1 -
 .../stm32/olimexino-stm32/configs/tiny/defconfig   |  1 -
 boards/arm/stm32/shenzhou/README.txt               |  2 +-
 boards/arm/stm32/stm3210e-eval/README.txt          |  2 +-
 boards/arm/stm32/stm3220g-eval/README.txt          |  2 +-
 boards/arm/stm32/stm3240g-eval/README.txt          |  2 +-
 boards/arm/stm32/stm32_tiny/README.txt             |  2 +-
 boards/arm/stm32/stm32f103-minimum/README.txt      |  2 +-
 boards/arm/stm32/stm32f3discovery/README.txt       |  2 +-
 boards/arm/stm32/stm32f429i-disco/README.txt       |  2 +-
 boards/arm/stm32/stm32f4discovery/README.txt       |  2 +-
 .../stm32/stm32f4discovery/configs/audio/defconfig |  1 -
 .../stm32/stm32f4discovery/configs/wifi/defconfig  |  1 -
 boards/arm/stm32/stm32ldiscovery/README.txt        |  2 +-
 boards/arm/stm32f7/nucleo-144/README.txt           |  4 +-
 boards/arm/stm32f7/stm32f746g-disco/README.txt     |  2 +-
 30 files changed, 146 insertions(+), 129 deletions(-)

Reply via email to