Re: [Qemu-devel] [PATCH v5 3/7] stm32f205_SYSCFG: Add the stm32f205 SYSCFG

2014-10-20 Thread Peter Crosthwaite
On Thu, Oct 16, 2014 at 10:54 PM, Alistair Francis wrote: > This patch adds the stm32f205 System Configuration > Controller. This is used to configure what memory is mapped > at address 0 (although that is not supported) as well > as configure how the EXTI interrupts work (also not > supported at

[Qemu-devel] [PATCH v5 3/7] stm32f205_SYSCFG: Add the stm32f205 SYSCFG

2014-10-16 Thread Alistair Francis
This patch adds the stm32f205 System Configuration Controller. This is used to configure what memory is mapped at address 0 (although that is not supported) as well as configure how the EXTI interrupts work (also not supported at the moment). This device is not required for basic examples, but mor