> On 01 Jun 2015, at 03:14, Liviu Ionescu <i...@livius.net> wrote: > >> I have added your git branch to my to-review queue. I'll have a look >> over next few days. > > thank you, any comments/suggestions are highly appreciated, but, again, as it > is now, it is preliminary work, only STM32-H103 and STM32F103RB were partly > updated. > > I'll let you know in a few days when a more polished version will be > available.
I just pushed a preliminary version where all STM32 MCUs and STM32 related boards use the new 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/arm/cortexm.h - hw/arm/stm32.h the boards from the other vendors (kinetis, lpc, netduino, sam, tiva, xmc) and their mcus, will be updated at a later moment. --- my next priority is to check and extend the implementation of the System Control Space (SCS), available in armv7m_nvic.c. regards, Liviu