diff options
| author | Ha Thach <[email protected]> | 2023-06-29 22:46:24 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-29 22:46:24 +0700 |
| commit | 6e1eec908a0567e2f42317c1cd186f3ab9db43cf (patch) | |
| tree | 650d7753e6855761c467298c649cf4d8d23a5d46 /hw | |
| parent | fe77b6713bbc0c4faafaead73f11b7a7d4952976 (diff) | |
| parent | 6284f2d72287396a0df153a0a7bd192c4e3847a7 (diff) | |
Merge pull request #2130 from hathach/hcd-frame-pio-usb
add hcd_frame_number() for pio-usb host
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/board.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/board.h b/hw/bsp/rp2040/board.h index ccad00c4a..934e1c7ae 100644 --- a/hw/bsp/rp2040/board.h +++ b/hw/bsp/rp2040/board.h @@ -49,7 +49,10 @@ #define UART_RX_PIN PICO_DEFAULT_UART_RX_PIN #endif +//--------------------------------------------------------------------+ // PIO_USB +// default to pin on Adafruit Feather rp2040 USB Host or Tester if defined +//--------------------------------------------------------------------+ // #define USE_ADAFRUIT_RP2040_TESTER #ifdef USE_ADAFRUIT_RP2040_TESTER @@ -57,7 +60,6 @@ #define PICO_DEFAULT_PIO_USB_VBUSEN_PIN 22 #endif -// following default to pin on Adafruit Feather rp2040 USB Host #ifndef PICO_DEFAULT_PIO_USB_DP_PIN #define PICO_DEFAULT_PIO_USB_DP_PIN 16 #endif |
