micropython/ports
Clayton Mills 767f2ce9a7 stm32/usbd_conf: Remove disable of SYSCFG clock.
System config block contains hardware unrelated to USB.  So calling
`__SYSCFG_CLK_DISABLE()` during `HAL_PCD_MspDeInit()` has an adverse effect
on other system functionality.

Removing call to `__SYSCFG_CLK_DISABLE()` to rectify this issue.

This call was there since the beginning of the USB CDC code, added in
b30c02afa0.
2022-06-07 18:09:58 +10:00
..
bare-arm
cc3200
esp32
esp8266
javascript
mimxrt mimxrt: Update port to work with new nxp_driver v2.10. 2022-06-03 10:48:49 +10:00
minimal
nrf nrf/mpconfigport: Fix MICROPY_VFS IO build support. 2022-06-03 12:39:43 +10:00
pic16bit pic16bit: Use 1 byte for qstr hash len and include header to fix build. 2022-06-07 16:55:18 +10:00
powerpc
qemu-arm
renesas-ra
rp2 all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2022-06-07 16:55:18 +10:00
samd
stm32 stm32/usbd_conf: Remove disable of SYSCFG clock. 2022-06-07 18:09:58 +10:00
teensy
unix
windows
zephyr