diff options
| author | Ha Thach <[email protected]> | 2025-10-01 12:42:35 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-01 12:42:35 +0700 |
| commit | 43a76636f2206f9be0eb681202a0428cad19735a (patch) | |
| tree | e1dd2e5cedc26b9231abdc696f93d62a455e09e0 /examples | |
| parent | 5130850337c1e8e0eedfa2d7165413de27ff6d2f (diff) | |
| parent | 8206002dba7d903de9f269741fbd086cb9399bec (diff) | |
Merge pull request #3268 from HiFiPhile/stm32u083cdk
bsp: Add STM32U083C-DK board
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/midi_rx/CMakePresets.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/host/midi_rx/CMakePresets.json b/examples/host/midi_rx/CMakePresets.json new file mode 100644 index 000000000..5cd8971e9 --- /dev/null +++ b/examples/host/midi_rx/CMakePresets.json @@ -0,0 +1,6 @@ +{ + "version": 6, + "include": [ + "../../../hw/bsp/BoardPresets.json" + ] +} |
