Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions boards/nucleo_l4r5zi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,9 @@ osiris_udc0: &usbotg_fs {
#address-cells = <1>;
#size-cells = <1>;

/* Reserve last 16KiB for property storage */
storage_partition: partition@1fb000 {
label = "storage";
reg = <0x001fb000 DT_SIZE_K(16)>;
flash_partition: partition@0 {
label = "flash";
reg = <0x0 DT_SIZE_K(2048)>;
};
};
};
Expand Down
Loading
Loading