I just pushed a new version, more or less complete. all STM32 MCUs and STM32 related boards use the new object oriented framework.
the STM32F103RB is functional, including SysTick. files to check: - hw/arm/cortexm.c - hw/arm/stm32_mcus.c - hw/arm/stm32_boards.c - hw/arm/stm32_*_boards.c - hw/misc/armv7m_itm.c - include/hw/arm/cortexm.h - include/hw/arm/stm32.h - include/hw/misc/armv7m_itm.c the boards from other vendors (kinetis, lpc, netduino, sam, tiva, xmc) and their mcus, will be updated at a later moment. the repository is publicly available from: git://git.code.sf.net/p/gnuarmeclipse/qemu branch: gnuarmeclipse-dev any comments/suggestions will be highly appreciated. regards, Liviu