esp32-s2_dfu/hw/bsp
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
..
d5035_01 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
da1469x_dk_pro explicitly add dcd source file without vendor/family 2021-03-17 16:52:07 +07:00
da14695_dk_usb explicitly add dcd source file without vendor/family 2021-03-17 16:52:07 +07:00
ea4088qs add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
ea4357 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
esp32s2 Rework rp2040 examples and CMake build: 2021-05-30 20:13:47 -05:00
esp32s3 Rework rp2040 examples and CMake build: 2021-05-30 20:13:47 -05:00
fomu explicitly add dcd source file without vendor/family 2021-03-17 16:52:07 +07:00
frdm_kl25z fix mkl25z ci 2021-04-29 00:33:03 +07:00
imxrt fix build with imxrt 2021-04-28 19:30:23 +07:00
lpc15 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
lpc18 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
lpc54 add lpc54628 but usb clock;phy doesn't seem to be right 2021-04-28 23:25:07 +07:00
lpc55 fix lpc55 build 2021-04-28 19:53:31 +07:00
lpcxpresso11u37 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
lpcxpresso11u68 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
lpcxpresso51u68 fixed build with lpc51 2021-04-28 23:44:04 +07:00
lpcxpresso1347 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
lpcxpresso1769 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
mbed1768 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
msp430 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
ngx4330 add nxp_lpcopen as submodule 2021-04-28 18:11:49 +07:00
nrf fix board test example build with nrf 2021-05-26 16:41:17 +07:00
nutiny_nuc121s add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
nutiny_nuc125s add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
nutiny_nuc126v add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
nutiny_sdk_nuc120 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
nutiny_sdk_nuc505 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
rp2040 Rework rp2040 examples and CMake build: 2021-05-30 20:13:47 -05:00
rx63n added comments for JLink connection work. 2021-03-31 22:15:03 +09:00
samd11 fix dfu example build 2021-05-26 18:16:56 +07:00
samd21 Changed LED_PIN to 17, LED_STATE_ON to 0 2021-04-15 16:12:19 +01:00
samd51 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
same54xplainedpro Merge upstream TinyUSB master 2021-03-21 09:53:57 +01:00
same70_xplained add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
samg55xplained add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
saml22 fix dfu example build 2021-05-26 18:16:56 +07:00
sltb009a add sltb009a bsp 2021-03-31 23:45:33 +01:00
spresense add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32f0 add stm32f072eval to group 2021-04-18 15:44:34 +07:00
stm32f4 When used with FreeRTOS, lower the interrupt priority for OTG_FS_IRQn 2021-04-17 23:43:03 +01:00
stm32f7 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32f103bluepill add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32f207nucleo add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32f303disco add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32h7 update ci build 2021-04-18 15:44:50 +07:00
stm32l4r5nucleo add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32l476disco add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
stm32l0538disco add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
ansi_escape.h update license year to 2019 2019-05-14 11:48:05 +07:00
board.c update makefile to build with ohci host 2020-05-22 20:57:52 +07:00
board.h add basic support for rt-thread 2021-02-08 20:46:49 +08:00
board_mcu.h tinyusb: add support of esp32s3 target 2021-04-16 13:38:00 +02:00
family.cmake Rework rp2040 examples and CMake build: 2021-05-30 20:13:47 -05:00