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

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.


Alistair Francis (7):
  STM32F205: Remove the individual device variables
  STM32F2xx: Display PWM duty cycle from timer
  STM32F2xx: Add the ADC device
  STM32F2xx: Add the SPI device
  STM32F205: Connect the ADC device
  STM32F205: Connect the SPI device
  MAINTAINERS: Add Alistair to the maintainers list

 MAINTAINERS                     |  15 ++
 default-configs/arm-softmmu.mak |   2 +
 hw/arm/stm32f205_soc.c          |  74 +++++++--
 hw/misc/Makefile.objs           |   1 +
 hw/misc/stm32f2xx_adc.c         | 332 ++++++++++++++++++++++++++++++++++++++++
 hw/ssi/Makefile.objs            |   1 +
 hw/ssi/stm32f2xx_spi.c          | 211 +++++++++++++++++++++++++
 hw/timer/stm32f2xx_timer.c      |  10 ++
 include/hw/arm/stm32f205_soc.h  |   6 +
 include/hw/misc/stm32f2xx_adc.h |  96 ++++++++++++
 include/hw/ssi/stm32f2xx_spi.h  |  74 +++++++++
 11 files changed, 807 insertions(+), 15 deletions(-)
 create mode 100644 hw/misc/stm32f2xx_adc.c
 create mode 100644 hw/ssi/stm32f2xx_spi.c
 create mode 100644 include/hw/misc/stm32f2xx_adc.h
 create mode 100644 include/hw/ssi/stm32f2xx_spi.h

-- 
2.1.4

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

end of thread, other threads:[~2015-05-14 10:36 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-25  8:18 [Qemu-devel] [PATCH v1 0/7] Update the Netduino 2 Machine Alistair Francis
2015-04-25  8:18 ` [Qemu-devel] [PATCH v1 1/7] STM32F205: Remove the individual device variables Alistair Francis
2015-04-25 18:34   ` Peter Crosthwaite
2015-04-26  1:57     ` Alistair Francis
2015-04-25  8:18 ` [Qemu-devel] [PATCH v1 2/7] STM32F2xx: Display PWM duty cycle from timer Alistair Francis
2015-04-25 18:35   ` Peter Crosthwaite
2015-04-26  3:05     ` Alistair Francis
2015-04-25  8:18 ` [Qemu-devel] [PATCH v1 3/7] STM32F2xx: Add the ADC device Alistair Francis
2015-04-25 18:43   ` Peter Crosthwaite
2015-04-27 12:02     ` Alistair Francis
2015-04-25  8:18 ` [Qemu-devel] [PATCH v1 4/7] STM32F2xx: Add the SPI device Alistair Francis
2015-04-25 18:43   ` Peter Crosthwaite
2015-05-14 10:36     ` Alistair Francis
2015-04-25  8:18 ` [Qemu-devel] [PATCH v1 5/7] STM32F205: Connect the ADC device Alistair Francis
2015-04-25 18:32   ` Peter Crosthwaite
2015-04-26  2:21     ` Alistair Francis
2015-04-26 19:26       ` Peter Crosthwaite
2015-05-14  9:54         ` Alistair Francis
2015-04-25  8:19 ` [Qemu-devel] [PATCH v1 6/7] STM32F205: Connect the SPI device Alistair Francis
2015-04-25 18:31   ` Peter Crosthwaite
2015-04-25  8:19 ` [Qemu-devel] [PATCH v1 7/7] MAINTAINERS: Add Alistair to the maintainers list Alistair Francis
2015-04-25 18:31   ` Peter Crosthwaite
2015-04-26  1:56     ` Alistair Francis

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).