File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
samples/subsys/fs/littlefs/boards Expand file tree Collapse file tree 2 files changed +13
-2
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
9
14
10
15
code_partition: partition@100 {
11
16
label = "code-partition";
12
- reg = <0x100 (DT_SIZE_M(2)- 0x100- DT_SIZE_K(64))>;
17
+ reg = <0x100 (DT_SIZE_M(2) - 0x100 - DT_SIZE_K(64))>;
13
18
read-only;
14
19
};
15
20
16
21
storage_partition: storage_partition@1f0000 {
17
22
label = "storage-partition";
18
- reg = <(DT_SIZE_M(2)- DT_SIZE_K(64)) (DT_SIZE_K(64))>;
23
+ reg = <(DT_SIZE_M(2) - DT_SIZE_K(64)) (DT_SIZE_K(64))>;
19
24
};
20
25
};
21
26
};
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Andreas Wolf <awolf002@gmai.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