This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 47e29d9402 stm32f0l0g0: remove references to non-existent ADCs, only ADC1 present on STM32 M0/M0+ devices new 056e11a3e5 stm32f0l0g0/SPI: only SPI1 and SPI2 are present in STM32 M0 devices new f702c89c33 stm32f0l0g0/SPI: configure DMA support individually for each SPI new c7e6366e91 stm32f0l0g0/SPI: enable SPI for STM32G0 new 2428438037 stm32f0l0g0/SPI: fix compilation for DMA enabled The 4 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/stm32f0l0g0/Kconfig | 56 +++------------ arch/arm/src/stm32f0l0g0/hardware/stm32_dma_v1.h | 3 + arch/arm/src/stm32f0l0g0/hardware/stm32_spi.h | 2 +- arch/arm/src/stm32f0l0g0/stm32_spi.c | 92 +++++++++++++++++------- 4 files changed, 81 insertions(+), 72 deletions(-)