I tried to port MicroPython on the STM32F429i Board, but I have some problems with the Micro USB.

One difference between the STM32F4 Discovery and the STM32F429i is the pins which are used for the Micro USB connection.
The STM32F4 Discovery uses the pins PA9,PA11,PA12 and PA10, however the STM32F429i uses the PB15, PB14, PB13 and PB12 pins.
Now my question: How can I change the Micro USB pins in the MicroPython code?
Thanks for your help
