From ac79c16f896be6c6c0d7fe7876b4ba3f214c6684 Mon Sep 17 00:00:00 2001 From: Ashish Sharma Date: Tue, 23 Dec 2025 11:08:26 +0800 Subject: [PATCH] feat: migrates system examples to PSA APIs --- examples/system/console/advanced/partitions_example.csv | 2 +- examples/system/console/basic/partitions_example.csv | 2 +- .../ota/advanced_https_ota/partitions_example_with_ble.csv | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/system/console/advanced/partitions_example.csv b/examples/system/console/advanced/partitions_example.csv index 1c79321a107..27472b2454b 100644 --- a/examples/system/console/advanced/partitions_example.csv +++ b/examples/system/console/advanced/partitions_example.csv @@ -2,5 +2,5 @@ # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, -factory, app, factory, 0x10000, 1M, +factory, app, factory, 0x10000, 0x110000, storage, data, fat, , 1M, diff --git a/examples/system/console/basic/partitions_example.csv b/examples/system/console/basic/partitions_example.csv index 1c79321a107..27472b2454b 100644 --- a/examples/system/console/basic/partitions_example.csv +++ b/examples/system/console/basic/partitions_example.csv @@ -2,5 +2,5 @@ # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, -factory, app, factory, 0x10000, 1M, +factory, app, factory, 0x10000, 0x110000, storage, data, fat, , 1M, diff --git a/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv b/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv index dd7501cb4ff..e629d8da8b9 100644 --- a/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv +++ b/examples/system/ota/advanced_https_ota/partitions_example_with_ble.csv @@ -4,5 +4,5 @@ nvs, data, nvs, , 0x4000, otadata, data, ota, , 0x2000, phy_init, data, phy, , 0x1000, -ota_0, app, ota_0, , 1500K, -ota_1, app, ota_1, , 1500K, +ota_0, app, ota_0, , 1600K, +ota_1, app, ota_1, , 1600K,