espressif_tinyusb/examples/device/net_lwip_webserver
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 explicitly add dcd source file without vendor/family 2021-03-17 16:52:07 +07:00
.skip.MCU_LPC11UXX more rename 2020-03-09 23:05:22 +07:00
.skip.MCU_LPC13XX more rename 2020-03-09 23:05:22 +07:00
.skip.MCU_MKL25ZXX skip overflow sram examples for kl25 2020-12-25 23:20:45 +07:00
.skip.MCU_MSP430x5xx skip freertos and lwip webserver example for msp430 2020-03-22 21:29:13 +07:00
.skip.MCU_NUC121 more rename 2020-03-09 23:05:22 +07:00
.skip.MCU_SAMD11 add OPT_MCU_SAMD11 2020-08-22 18:46:19 +07:00
.skip.MCU_STM32L0 more rename 2020-03-09 23:05:22 +07:00
CMakeLists.txt Rework rp2040 examples and CMake build: 2021-05-30 20:13:47 -05:00
Makefile add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00