espressif_tinyusb/examples/host/cdc_msc_hid
graham sanderson 95f2478146 Rework rp2040 examples and CMake build:
- Examples should be CMake buildable from their own subdirectory; such a build will error out based on
	  matching .skip.MCU_xxx or a mismatched .only.MCU_
	- It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which
          examples get built
	- The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have
          started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have
          everything encapsulated in the FAMILY/family.cmake
	- pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they
	  also build correctly when included from there.
Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
2021-05-30 20:13:47 -05:00
..
src add tuh_hid_report_sent_cb() 2021-05-22 22:03:21 +07:00
.only.MCU_LPC18XX update ci to also build host example 2020-09-04 01:32:30 +07:00
.only.MCU_LPC40XX update ci to also build host example 2020-09-04 01:32:30 +07:00
.only.MCU_LPC43XX update ci to also build host example 2020-09-04 01:32:30 +07:00
.only.MCU_LPC175X_6X update ci to also build host example 2020-09-04 01:32:30 +07:00
.only.MCU_LPC177X_8X update ci to also build host example 2020-09-04 01:32:30 +07:00
.only.MCU_MIMXRT10XX enable host example ci build for imxrt 2021-02-23 19:50:39 +07:00
.only.MCU_RP2040 add rp2040 to host example build 2021-02-26 14:05:08 +07:00
CMakeLists.txt Rework rp2040 examples and CMake build: 2021-05-30 20:13:47 -05:00
Makefile move ehci and ohci to portable folder 2021-02-23 23:09:48 +07:00