We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2948bc7 commit 134042cCopy full SHA for 134042c
samples/boards/espressif/spiram_test/app.overlay
@@ -0,0 +1,10 @@
1
+/*
2
+ * Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+/* Using the smallest available PSRAM size of 2MB */
8
+&psram0 {
9
+ size = <DT_SIZE_M(2)>;
10
+};
tests/boards/espressif/cache_coex/app.overlay
0 commit comments