Re: [PATCH] Add MemoryMap and PinMap support to STM32F030RC

2020-02-06 Thread Alan Carvalho de Assis
Hi Florian, Nice to hear from you. Yes it is already included in the master branch. In order to support to STM32F030CC you just need this modification: $ git diff arch/arm/include/stm32f0l0g0/chip.h diff --git a/arch/arm/include/stm32f0l0g0/chip.h b/arch/arm/include/stm32f0l0g0/chip.h index 6c9

Re: [PATCH] Add MemoryMap and PinMap support to STM32F030RC

2020-02-06 Thread Florian Wehmeyer
Hi Alan, thanks a lot! I also already had included the CONFIG_ARCH_CHIP_STM32F030CC and tested (but not built a patch, as I'm still not an advanced nuttx user nor contributor) , and can confirm the modifications in your patch. Additionally, I was able to include and successfully test the TIM3

Re: [PATCH] Add MemoryMap and PinMap support to STM32F030RC

2020-02-05 Thread Alan Carvalho de Assis
Thank you! On 2/5/20, Abdelatif Guettouche wrote: > Committed! > > On Wed, Feb 5, 2020 at 6:15 PM Alan Carvalho de Assis > wrote: >> >> Hi Everyone, >> >> Please find attached a patch to improve support to STM32F030. >> >> BR, >> >> Alan >

Re: [PATCH] Add MemoryMap and PinMap support to STM32F030RC

2020-02-05 Thread Abdelatif Guettouche
Committed! On Wed, Feb 5, 2020 at 6:15 PM Alan Carvalho de Assis wrote: > > Hi Everyone, > > Please find attached a patch to improve support to STM32F030. > > BR, > > Alan