On Mon, Jul 25, 2016 at 9:42 AM, Peter Maydell wrote:
> On 23 July 2016 at 17:42, Alistair Francis wrote:
>> Add the STM32F2xx SPI device.
>>
>> Signed-off-by: Alistair Francis
>> ---
>
>> +static uint64_t stm32f2xx_spi_read(void *opaque, hwaddr addr,
>> + uns
On 23 July 2016 at 17:42, Alistair Francis wrote:
> Add the STM32F2xx SPI device.
>
> Signed-off-by: Alistair Francis
> ---
> +static uint64_t stm32f2xx_spi_read(void *opaque, hwaddr addr,
> + unsigned int size)
> +{
> +STM32F2XXSPIState *s = opaque;
> +
Add the STM32F2xx SPI device.
Signed-off-by: Alistair Francis
---
V4:
- Add VMState
- Small fixes
V2:
- Address Peter C's comments
default-configs/arm-softmmu.mak | 1 +
hw/ssi/Makefile.objs| 1 +
hw/ssi/stm32f2xx_spi.c | 227