Skip to content

Commit 5afd7fa

Browse files
committed
fix: repair rebase issues
Signed-off-by: Eva Cosma <eva.cosma.mail@gmail.com>
1 parent 756a133 commit 5afd7fa

3 files changed

Lines changed: 2 additions & 192 deletions

File tree

tockloader-lib/src/command_impl/probers/info.rs

Lines changed: 0 additions & 31 deletions
This file was deleted.

tockloader-lib/src/command_impl/probers/install.rs

Lines changed: 0 additions & 161 deletions
This file was deleted.

tockloader-lib/src/known_boards.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ impl KnownBoard for Nrf52840dk {
7373
BoardSettings {
7474
arch: Some("cortex-m4".to_string()),
7575
start_address: 0x00040000,
76+
page_size: 4096,
77+
ram_start_address: 0x20008000,
7678
}
7779
}
7880
}

0 commit comments

Comments
 (0)