Skip to content

Commit ff2cb21

Browse files
committed
WIP: context switch with full mpu reconfiguration
1 parent c993933 commit ff2cb21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_targets/armv7m7/imxrt105x/nvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ flash0:
88
- name: plo
99
offs: 0x0
1010
- name: user
11-
offs: 0x11000
11+
offs: 0x12000
1212
# if size not set - last non-virtual partition will be extnded to the end of flash

_targets/armv7m7/imxrt106x/nvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ flash1:
1515
- name: plo
1616
offs: 0x0
1717
- name: user
18-
offs: 0x11000
18+
offs: 0x12000
1919
# if size not set - last non-virtual partition will be extnded to the end of flash

0 commit comments

Comments
 (0)