feat: migrates system examples to PSA APIs

This commit is contained in:
Ashish Sharma
2025-12-23 11:08:26 +08:00
committed by Mahavir Jain
parent cc0d469048
commit ac79c16f89
3 changed files with 4 additions and 4 deletions

View File

@@ -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,
1 # Name, Type, SubType, Offset, Size, Flags
4 otadata, data, ota, , 0x2000,
5 phy_init, data, phy, , 0x1000,
6 ota_0, app, ota_0, , 1500K, ota_0, app, ota_0, , 1600K,
7 ota_1, app, ota_1, , 1500K, ota_1, app, ota_1, , 1600K,
8