diff options
| author | Zixun LI <[email protected]> | 2025-12-17 10:50:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-17 10:50:54 +0100 |
| commit | 2b9a778621a2d80c4fa55b0e0deed29756a0a287 (patch) | |
| tree | b4865cc00d78a9afed4a7e3c6ac447a6d23c944b /examples | |
| parent | 8a246db49f5ad52bd1c430e2796c0d363c4cdede (diff) | |
| parent | ce7b15d6f94b1f8efe917f40eb61b8c3a703d0f8 (diff) | |
Merge pull request #3404 from gab-k/support-nxp-rw612
Add support for NXP RW61x
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/bare_api/only.txt | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/only.txt | 1 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid_freertos/only.txt | 1 | ||||
| -rw-r--r-- | examples/host/device_info/only.txt | 1 | ||||
| -rw-r--r-- | examples/host/hid_controller/only.txt | 1 | ||||
| -rw-r--r-- | examples/host/midi_rx/only.txt | 1 | ||||
| -rw-r--r-- | examples/host/msc_file_explorer/only.txt | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/examples/host/bare_api/only.txt b/examples/host/bare_api/only.txt index 3e5161c3c..f07d63f9d 100644 --- a/examples/host/bare_api/only.txt +++ b/examples/host/bare_api/only.txt @@ -15,6 +15,7 @@ mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 +mcu:RW61X mcu:RX65X mcu:STM32C0 mcu:STM32F4 diff --git a/examples/host/cdc_msc_hid/only.txt b/examples/host/cdc_msc_hid/only.txt index 3e5161c3c..f07d63f9d 100644 --- a/examples/host/cdc_msc_hid/only.txt +++ b/examples/host/cdc_msc_hid/only.txt @@ -15,6 +15,7 @@ mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 +mcu:RW61X mcu:RX65X mcu:STM32C0 mcu:STM32F4 diff --git a/examples/host/cdc_msc_hid_freertos/only.txt b/examples/host/cdc_msc_hid_freertos/only.txt index 4cff741c3..b0460b362 100644 --- a/examples/host/cdc_msc_hid_freertos/only.txt +++ b/examples/host/cdc_msc_hid_freertos/only.txt @@ -11,6 +11,7 @@ mcu:MIMXRT10XX mcu:MIMXRT11XX mcu:MIMXRT1XXX mcu:MSP432E4 +mcu:RW61X mcu:RX65X mcu:STM32C0 mcu:STM32F4 diff --git a/examples/host/device_info/only.txt b/examples/host/device_info/only.txt index b9a47ee3c..714c1078a 100644 --- a/examples/host/device_info/only.txt +++ b/examples/host/device_info/only.txt @@ -16,6 +16,7 @@ mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 +mcu:RW61X mcu:RX65X mcu:STM32C0 mcu:STM32F4 diff --git a/examples/host/hid_controller/only.txt b/examples/host/hid_controller/only.txt index 2ec21d19a..8ec2f5cfe 100644 --- a/examples/host/hid_controller/only.txt +++ b/examples/host/hid_controller/only.txt @@ -15,6 +15,7 @@ mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 +mcu:RW61X mcu:RX65X mcu:STM32F4 mcu:STM32F7 diff --git a/examples/host/midi_rx/only.txt b/examples/host/midi_rx/only.txt index 555305782..9d647a340 100644 --- a/examples/host/midi_rx/only.txt +++ b/examples/host/midi_rx/only.txt @@ -18,6 +18,7 @@ mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 +mcu:RW61X mcu:RX65X mcu:STM32C0 mcu:STM32F4 diff --git a/examples/host/msc_file_explorer/only.txt b/examples/host/msc_file_explorer/only.txt index 3e5161c3c..f07d63f9d 100644 --- a/examples/host/msc_file_explorer/only.txt +++ b/examples/host/msc_file_explorer/only.txt @@ -15,6 +15,7 @@ mcu:MIMXRT1XXX mcu:MSP432E4 mcu:RAXXX mcu:RP2040 +mcu:RW61X mcu:RX65X mcu:STM32C0 mcu:STM32F4 |
