mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-01 21:08:19 +00:00
fix nrf54 build
This commit is contained in:
@@ -73,12 +73,14 @@
|
||||
partitions {
|
||||
/* Application — expanded to use slot1 space */
|
||||
slot0_partition: partition@10000 {
|
||||
compatible = "zephyr,mapped-partition";
|
||||
label = "image-0";
|
||||
reg = <0x10000 0x13E000>; /* 1272KB */
|
||||
};
|
||||
|
||||
/* LittleFS 92KB for DataStore + file-based BLE settings */
|
||||
lfs_partition: partition@14e000 {
|
||||
compatible = "zephyr,mapped-partition";
|
||||
label = "lfs";
|
||||
reg = <0x14E000 0x17000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user