Re: [Qemu-devel] [PATCH v10 4/5] stm32f205: Add the stm32f205 SoC

2015-02-17 Thread Alistair Francis
On Tue, Feb 10, 2015 at 4:14 PM, Peter Crosthwaite wrote: > On Thu, Jan 29, 2015 at 4:31 AM, Alistair Francis > wrote: >> This patch adds the stm32f205 SoC. This will be used by the >> Netduino 2 to create a machine. >> >> Signed-off-by: Alistair Francis >> --- >> V6: >> - Correct the number o

Re: [Qemu-devel] [PATCH v10 4/5] stm32f205: Add the stm32f205 SoC

2015-02-09 Thread Peter Crosthwaite
On Thu, Jan 29, 2015 at 4:31 AM, Alistair Francis wrote: > This patch adds the stm32f205 SoC. This will be used by the > Netduino 2 to create a machine. > > Signed-off-by: Alistair Francis > --- > V6: > - Correct the number of USART/UART devices > - Use macros to define how many devices are ini

[Qemu-devel] [PATCH v10 4/5] stm32f205: Add the stm32f205 SoC

2015-01-29 Thread Alistair Francis
This patch adds the stm32f205 SoC. This will be used by the Netduino 2 to create a machine. Signed-off-by: Alistair Francis --- V6: - Correct the number of USART/UART devices - Use macros to define how many devices are inited - Update the memory regions name from netduino.* to STM32F205.*