Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor cleanup of RP2040 code post addition of Pico-PIO-USB #1467

Merged
merged 1 commit into from
May 26, 2022

Commits on May 20, 2022

  1. Minor cleanup of RP2040 code post addition of Pico-PIO_USB

    * Removed some compiler warnings, and cleaned out unnecessary warning suppression from CMake suppress_tinyusb_warnings()
    * Made explicit family_configure_dual_usb_example() for DUAL mode examples as family_configure_target() may not generally be called multiple times for the same target
    
    * Renamed library pico_pio_usb to tinyusb_picio_pio_usb to be clearer and avoid conflict if someone already has a pico_pio_usb in their project
    * Added family_add_pico_pio_usb() method for adding Pico-PIO_SUB support to an existing example
    * Allowed tinyusb_pico_pio_usb to be added to regular apps using the Pico SDK
    kilograham committed May 20, 2022
    Configuration menu
    Copy the full SHA
    26c4d4b View commit details
    Browse the repository at this point in the history