Re: [PATCH v2 1/1] misc: st32boot: Add stm32 upgrade protocol handling

2014-10-13 Thread Karol Wrona
On 10/13/2014 12:08 PM, Antonio Borneo wrote: On Fri, Oct 10, 2014 at 7:54 PM, Karol Wrona wrote: Adds stm32 bootloader protocol handling. SPI transfers are done using DMA safe buffer which is allocated once per spi upgrade life cycle. Now it supports only SPI bus but it looks that UART or I2C

Re: [PATCH v2 1/1] misc: st32boot: Add stm32 upgrade protocol handling

2014-10-13 Thread Karol Wrona
On 10/13/2014 12:08 PM, Antonio Borneo wrote: On Fri, Oct 10, 2014 at 7:54 PM, Karol Wrona wrote: Adds stm32 bootloader protocol handling. SPI transfers are done using DMA safe buffer which is allocated once per spi upgrade life cycle. Now it supports only SPI bus but it looks that UART or I2C

Re: [PATCH v2 1/1] misc: st32boot: Add stm32 upgrade protocol handling

2014-10-13 Thread Antonio Borneo
On Fri, Oct 10, 2014 at 7:54 PM, Karol Wrona wrote: > Adds stm32 bootloader protocol handling. > > SPI transfers are done using DMA safe buffer which is allocated once per > spi upgrade life cycle. Now it supports only SPI bus but it looks that UART > or I2C are quite similar and it can be used as