alistair23 / qemu

Alistair's fork of the official QEMU repository
http://wiki.qemu.org/Main_Page
Other
7 stars 9 forks source link

Update USART, GPIO, TIM and SYSCFG devices #4

Closed alistair23 closed 9 years ago

alistair23 commented 9 years ago

These devices need more updates based on the datasheets and testing.

This is more of a gradual improvement, it will happen as everything else is required to work

alistair23 commented 9 years ago

Timer has been updated (https://github.com/alistair23/qemu/commit/7882dadcd1cd4af965ecfac1ae7840e60314cd52)

alistair23 commented 9 years ago

SYSCFG is also done (until the EXTI device is added)

alistair23 commented 9 years ago

GPIO is done as well (still needs a way to externally change the registers)