We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafc788 commit 1f879a0Copy full SHA for 1f879a0
hw/bsp/rp2040/family.c
@@ -162,8 +162,12 @@ void stdio_rtt_init(void) {
162
void board_init(void)
163
{
164
#if (CFG_TUH_ENABLED && CFG_TUH_RPI_PIO_USB) || (CFG_TUD_ENABLED && CFG_TUD_RPI_PIO_USB)
165
- // Set the system clock to a multiple of 120mhz for bitbanging USB with pico-usb
+ // Set the system clock to a multiple of 12mhz for bit-banging USB with pico-usb
166
set_sys_clock_khz(120000, true);
167
+ // set_sys_clock_khz(180000, true);
168
+ // set_sys_clock_khz(192000, true);
169
+ // set_sys_clock_khz(240000, true);
170
+ // set_sys_clock_khz(264000, true);
171
172
#ifdef PICO_DEFAULT_PIO_USB_VBUSEN_PIN
173
gpio_init(PICO_DEFAULT_PIO_USB_VBUSEN_PIN);
0 commit comments