File tree Expand file tree Collapse file tree 2 files changed +25
-14
lines changed
samples/subsys/fs/littlefs/boards Expand file tree Collapse file tree 2 files changed +25
-14
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Andreas Wolf <awolf002@gmail.com>
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
1
6
2
7
/delete-node/ &code_partition;
3
8
4
9
&flash0 {
5
- partitions {
6
- compatible = "fixed-partitions";
7
- #address-cells = <1>;
8
- #size-cells = <1>;
10
+ partitions {
11
+ compatible = "fixed-partitions";
12
+ #address-cells = <1>;
13
+ #size-cells = <1>;
9
14
10
- code_partition: partition@100 {
11
- label = "code-partition";
12
- reg = <0x100 (DT_SIZE_M(2)- 0x100- DT_SIZE_K(64))>;
13
- read-only;
14
- };
15
+ code_partition: partition@100 {
16
+ label = "code-partition";
17
+ reg = <0x100 (DT_SIZE_M(2) - 0x100 - DT_SIZE_K(64))>;
18
+ read-only;
19
+ };
15
20
16
- storage_partition: storage_partition@1f0000 {
17
- label = "storage-partition";
18
- reg = <(DT_SIZE_M(2)- DT_SIZE_K(64)) (DT_SIZE_K(64))>;
19
- };
20
- };
21
+ storage_partition: storage_partition@1f0000 {
22
+ label = "storage-partition";
23
+ reg = <(DT_SIZE_M(2) - DT_SIZE_K(64)) (DT_SIZE_K(64))>;
24
+ };
25
+ };
21
26
};
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Andreas Wolf <awolf002@gmail.com>
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
1
7
#include "rpi_pico.overlay"
You can’t perform that action at this time.
0 commit comments