summaryrefslogtreecommitdiff
path: root/examples/host/msc_file_explorer_freertos/CMakePresets.json
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2026-05-03 20:25:40 +0200
committerHiFiPhile <[email protected]>2026-05-03 20:25:40 +0200
commitdb084551cfdcc320f6eb148f707caf99cb64766a (patch)
treebfa7c6cc5386056d448e208a0396f832c6eec5d2 /examples/host/msc_file_explorer_freertos/CMakePresets.json
parent939c2f91c200db2bf9874c2e6c50b3530f8a6725 (diff)
add msc_file_explorer_freertos example
Co-authored-by: Copilot <[email protected]> Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'examples/host/msc_file_explorer_freertos/CMakePresets.json')
-rw-r--r--examples/host/msc_file_explorer_freertos/CMakePresets.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/host/msc_file_explorer_freertos/CMakePresets.json b/examples/host/msc_file_explorer_freertos/CMakePresets.json
new file mode 100644
index 000000000..5cd8971e9
--- /dev/null
+++ b/examples/host/msc_file_explorer_freertos/CMakePresets.json
@@ -0,0 +1,6 @@
+{
+ "version": 6,
+ "include": [
+ "../../../hw/bsp/BoardPresets.json"
+ ]
+}