summaryrefslogtreecommitdiff
path: root/examples/dual/CMakeLists.txt
AgeCommit message (Collapse)Author
2026-02-27Add a dynamic switch exampleHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-02adding metrics for computing average compiled sizehathach
2025-01-21bump up cmake min to 3.20hathach
2024-06-18add dual/host_info_to_device_cdc examplehathach
2023-05-10allow imxrt build with dual exmapleshathach
2023-05-07update all device cmake example for imxhathach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
* 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