beckus / qemu_stm32

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

Fix deprecated libusb_get_port_path and libftd undefined types. #2

Closed mv0 closed 10 years ago

mv0 commented 10 years ago

The libusb deprecated fix is present from some time in the tree.

The second is by messed up inclusion headers.

PS: Do you still manage this repo? I have some mods regarding APB2RSTR and APB1RSTR registers. I'm doing some libs and testing Olimexino STM32 board which requires access to it.

mv0 commented 10 years ago

So, crap. I wasn't aware that pushing in the same branch would add stuff into this pull requrest. Sorry about about that. Maybe you can cherry pick the first two and I'll create two new pull requests for the other two?