Skip to content

Commit 413270e

Browse files
committed
applications: nrf_desktop: Align static PM config for nRF54L15 PDK
Change aligns static Partition Manager configuration after FLPR core support was added to Zephyr. RRAM allocated for FLPR core is not used by application core. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
1 parent 55a11d9 commit 413270e

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app:
22
address: 0x8800
33
region: flash_primary
4-
size: 0xb7800
4+
size: 0xab800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
@@ -16,32 +16,32 @@ mcuboot_primary:
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xb8000
19+
size: 0xac000
2020
span: *id001
2121
mcuboot_primary_app:
2222
address: 0x8800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xb7800
26+
size: 0xab800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0xc0000
29+
address: 0xb4000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xb8000
34+
size: 0xac000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0xc0000
38+
address: 0xb4000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0xc0800
43-
size: 0xb7800
42+
address: 0xb4800
43+
size: 0xab800
4444
settings_storage:
45-
address: 0x178000
45+
address: 0x160000
4646
region: flash_primary
4747
size: 0x5000
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app:
22
address: 0x8800
33
region: flash_primary
4-
size: 0xb7800
4+
size: 0xab800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
@@ -16,32 +16,32 @@ mcuboot_primary:
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xb8000
19+
size: 0xac000
2020
span: *id001
2121
mcuboot_primary_app:
2222
address: 0x8800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xb7800
26+
size: 0xab800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0xc0000
29+
address: 0xb4000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xb8000
34+
size: 0xac000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0xc0000
38+
address: 0xb4000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0xc0800
43-
size: 0xb7800
42+
address: 0xb4800
43+
size: 0xab800
4444
settings_storage:
45-
address: 0x178000
45+
address: 0x160000
4646
region: flash_primary
4747
size: 0x5000
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
app:
22
address: 0x8800
33
region: flash_primary
4-
size: 0xb7800
4+
size: 0xab800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
@@ -16,32 +16,32 @@ mcuboot_primary:
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xb8000
19+
size: 0xac000
2020
span: *id001
2121
mcuboot_primary_app:
2222
address: 0x8800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xb7800
26+
size: 0xab800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0xc0000
29+
address: 0xb4000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xb8000
34+
size: 0xac000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0xc0000
38+
address: 0xb4000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0xc0800
43-
size: 0xb7800
42+
address: 0xb4800
43+
size: 0xab800
4444
settings_storage:
45-
address: 0x178000
45+
address: 0x160000
4646
region: flash_primary
4747
size: 0x5000

0 commit comments

Comments
 (0)