File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11set (PICO_PLATFORM rp2040)
22set (PICO_BOARD pico)
3+ #set(OPENOCD_SERIAL E6614103E719612F)
Original file line number Diff line number Diff line change @@ -162,8 +162,12 @@ void stdio_rtt_init(void) {
162162void board_init (void )
163163{
164164#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
165+ // Set the system clock to a multiple of 12mhz for bit-banging USB with pico-usb
166166 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);
167171
168172#ifdef PICO_DEFAULT_PIO_USB_VBUSEN_PIN
169173 gpio_init (PICO_DEFAULT_PIO_USB_VBUSEN_PIN );
You can’t perform that action at this time.
0 commit comments