diff --git a/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino b/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino index 853e4c02f..a4775caf3 100644 --- a/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino +++ b/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino @@ -54,8 +54,6 @@ void setup() { rp2040_configure_pio_usb(); // run host stack on controller (rhport) 1 - // Note: For rp2040 pico-pio-usb, calling USBHost.begin() on core1 will have most of the - // host bit-banging processing works done in core1 to free up core0 for other works USBHost.begin(1); delay(3000); Serial.print("USB D+ Pin:"); diff --git a/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/usbh_helper.h b/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/usbh_helper.h index 4a7a099c4..daca1cb62 100644 --- a/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/usbh_helper.h +++ b/USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest/usbh_helper.h @@ -81,7 +81,7 @@ #ifdef ARDUINO_ARCH_RP2040 static void rp2040_configure_pio_usb(void) { //while ( !Serial ) delay(10); // wait for native usb - Serial.println("Core1 setup to run TinyUSB host with pio-usb"); + Serial.println("Setup to run TinyUSB host with pio-usb"); #ifdef PIN_5V_EN pinMode(PIN_5V_EN, OUTPUT); diff --git a/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino b/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino index 853e4c02f..a4775caf3 100644 --- a/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino +++ b/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/snes_gamepad_simpletest.ino @@ -54,8 +54,6 @@ void setup() { rp2040_configure_pio_usb(); // run host stack on controller (rhport) 1 - // Note: For rp2040 pico-pio-usb, calling USBHost.begin() on core1 will have most of the - // host bit-banging processing works done in core1 to free up core0 for other works USBHost.begin(1); delay(3000); Serial.print("USB D+ Pin:"); diff --git a/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/usbh_helper.h b/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/usbh_helper.h index 4a7a099c4..daca1cb62 100644 --- a/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/usbh_helper.h +++ b/USB_SNES_Gamepad/Arduino_Metro_RP2350_USB_Host/snes_gamepad_simpletest/usbh_helper.h @@ -81,7 +81,7 @@ #ifdef ARDUINO_ARCH_RP2040 static void rp2040_configure_pio_usb(void) { //while ( !Serial ) delay(10); // wait for native usb - Serial.println("Core1 setup to run TinyUSB host with pio-usb"); + Serial.println("Setup to run TinyUSB host with pio-usb"); #ifdef PIN_5V_EN pinMode(PIN_5V_EN, OUTPUT);