beckus / qemu_stm32

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

Stm32 maple #3

Closed mv0 closed 9 years ago

mv0 commented 9 years ago

Added support for Olimexino STM32 (STM32F103RBT6) Maple like board.

More info here: https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/

beckus commented 9 years ago

Hello, Yes, I still manage this repo, although as you can see I have not been actively working on it. Thank you submitting your commits. It looks like this pull has everything and supersedes the previous pull #2. Is that correct?

beckus commented 9 years ago

OK, let me know if you see any issues. Thanks again! By the way, I made another commit: I thought it would be reasonable to always give a warning if a peripheral clock is disabled, so I made another commit to remove the conditional compilation. Now the -DSTM32_ALLOW_PERIPH_ACCESS option should no longer be necessary.

mv0 commented 9 years ago

That's awesome. Thank you :+1: