diff options
| author | Ha Thach <[email protected]> | 2025-11-06 20:29:23 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-06 20:29:23 +0700 |
| commit | 6641550f58cd2f983ebb42a28dd881a72d72bc6f (patch) | |
| tree | 4559b35dacfac6474ae31596325777a6c8c1994f /examples/host | |
| parent | 58b4104015ec10089e8790febe8b3b6cef8b4b09 (diff) | |
| parent | 94c1e05a72b197fc0508d43e91deeb3fc63bb4d6 (diff) | |
Merge pull request #3333 from hathach/espressif-dual-mode
fix compile issue with enabled both device and host stack for dwc2
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid_freertos/only.txt | 2 | ||||
| -rw-r--r-- | examples/host/device_info/only.txt | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/examples/host/cdc_msc_hid_freertos/only.txt b/examples/host/cdc_msc_hid_freertos/only.txt index 576271aff..ef0a1ac96 100644 --- a/examples/host/cdc_msc_hid_freertos/only.txt +++ b/examples/host/cdc_msc_hid_freertos/only.txt @@ -1,4 +1,3 @@ -mcu:ESP32P4 mcu:LPC175X_6X mcu:LPC177X_8X mcu:LPC18XX @@ -15,5 +14,6 @@ mcu:STM32F7 mcu:STM32H7 mcu:STM32H7RS mcu:STM32N6 +family:espressif family:samd21 family:samd5x_e5x diff --git a/examples/host/device_info/only.txt b/examples/host/device_info/only.txt index 133a7c9a0..61a08f68d 100644 --- a/examples/host/device_info/only.txt +++ b/examples/host/device_info/only.txt @@ -1,7 +1,4 @@ mcu:CH32V20X -mcu:ESP32S2 -mcu:ESP32S3 -mcu:ESP32P4 mcu:KINETIS_KL mcu:LPC175X_6X mcu:LPC177X_8X @@ -21,5 +18,6 @@ mcu:STM32F7 mcu:STM32H7 mcu:STM32H7RS mcu:STM32N6 +family:espressif family:samd21 family:samd5x_e5x |
