nyx: part mgr: add eMMC partition manager

The eMMC partition manager allows user the following:
- Resize HOS USER partition
- Add and flash Linux partitions
- Add and flash Android partitions

It is hidden and is accessible by holding the `Partition SD Card` button for
5 seconds.
This commit is contained in:
CTCaer
2025-06-22 14:44:43 +03:00
parent 97707e3401
commit aa65e368ba
5 changed files with 555 additions and 89 deletions

View File

@@ -148,7 +148,7 @@ static lv_res_t _create_emummc_raw_format(lv_obj_t * btns, const char * txt)
// Create partition window.
if (!btn_idx)
create_window_partition_manager(btns);
create_window_sd_partition_manager(btns);
mbr_ctx.part_idx = 0;
mbr_ctx.sector_start = 0;