qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/8]  Update the Netduino 2 Machine
@ 2016-07-23 16:42 Alistair Francis
  2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 1/8] STM32F205: Remove the individual device variables Alistair Francis
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Alistair Francis @ 2016-07-23 16:42 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: peter.crosthwaite, alistair23, konstanty

This patchset continues with the Netduino 2 and STM32F205 SoC
work.

This patch series makes a small change to the STM32F2xx
SoC to tidy up the code.

Next a feature is added to the STM32F2xx timer to display the
PWM duty cycle, when debugging is enabled.

Then the STM32F2xx SPI and ADC devices are added and connected
to the STM32F205 SoC.

Finally the maintainers file is updated to add myself as the
maintainer for the Netdunio 2 and STM32F2xx.

V4:
 - Add VMState to the new devices
 - Remove rand() function
V3:
 - Rebase
V2:
 - Update based on Peter C's coments
 - Rebase
 - Create an ADC folder for the ADC device


Alistair Francis (8):
  STM32F205: Remove the individual device variables
  STM32F2xx: Display PWM duty cycle from timer
  STM32F2xx: Add the ADC device
  STM32F2xx: Add the SPI device
  irq: Add irq information getter functions
  STM32F205: Connect the ADC devices
  STM32F205: Connect the SPI devices
  MAINTAINERS: Add Alistair to the maintainers list

 MAINTAINERS                     |  15 ++
 default-configs/arm-softmmu.mak |   2 +
 hw/Makefile.objs                |   1 +
 hw/adc/Makefile.objs            |   1 +
 hw/adc/stm32f2xx_adc.c          | 306 ++++++++++++++++++++++++++++++++++++++++
 hw/arm/stm32f205_soc.c          |  90 +++++++++---
 hw/core/irq.c                   |  10 ++
 hw/ssi/Makefile.objs            |   1 +
 hw/ssi/stm32f2xx_spi.c          | 227 +++++++++++++++++++++++++++++
 hw/timer/stm32f2xx_timer.c      |   9 ++
 include/hw/adc/stm32f2xx_adc.h  |  87 ++++++++++++
 include/hw/arm/stm32f205_soc.h  |   6 +
 include/hw/irq.h                |   4 +
 include/hw/ssi/stm32f2xx_spi.h  |  72 ++++++++++
 14 files changed, 813 insertions(+), 18 deletions(-)
 create mode 100644 hw/adc/Makefile.objs
 create mode 100644 hw/adc/stm32f2xx_adc.c
 create mode 100644 hw/ssi/stm32f2xx_spi.c
 create mode 100644 include/hw/adc/stm32f2xx_adc.h
 create mode 100644 include/hw/ssi/stm32f2xx_spi.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-07-26  8:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 16:42 [Qemu-devel] [PATCH v4 0/8] Update the Netduino 2 Machine Alistair Francis
2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 1/8] STM32F205: Remove the individual device variables Alistair Francis
2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 2/8] STM32F2xx: Display PWM duty cycle from timer Alistair Francis
2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 3/8] STM32F2xx: Add the ADC device Alistair Francis
2016-07-25 16:39   ` Peter Maydell
2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 4/8] STM32F2xx: Add the SPI device Alistair Francis
2016-07-25 16:42   ` Peter Maydell
2016-07-26  3:35     ` Alistair Francis
2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 5/8] irq: Add irq information getter functions Alistair Francis
2016-07-23 16:42 ` [Qemu-devel] [PATCH v4 8/8] MAINTAINERS: Add Alistair to the maintainers list Alistair Francis
     [not found] ` <9c91c6c4f9dfceaa32b756695d2f8f40f3392686.1469258908.git.alistair@alistair23.me>
2016-07-25 17:17   ` [Qemu-devel] [PATCH v4 6/8] STM32F205: Connect the ADC devices Peter Maydell
2016-07-26  5:08     ` Alistair Francis
2016-07-26  8:13       ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).