beckus / qemu_stm32

QEMU with an STM32 microcontroller implementation
http://beckus.github.io/qemu_stm32/
Other
524 stars 144 forks source link

Correct small errors #9

Closed vinifr closed 8 years ago

vinifr commented 8 years ago

Correct small erros in HSICLK clktree_is_enabled and RCC memory region size.

beckus commented 8 years ago

I merged this change. Thanks for submitting it!

vinifr commented 8 years ago

Great!

vinifr commented 8 years ago

Hi, are you aware about Pebble project? https://github.com/pebble/qemu ... It is based on your code. :D Edit: They have code to many peripheral like SPI, I2C, RTC, etc.. And others stm32 families too.

beckus commented 8 years ago

Thank you for letting me know. I was aware Pebble was working on the emulator, but I did not realize it was open source or how extensive it had become. I added a reference to Pebble on the QEMU STM32 web page based on your comment.