Skip to content
Snippets Groups Projects

sdkconfig: Switch to 16MiB partition layout

Merged Anon requested to merge anon/16m-partition into main
1 unresolved thread
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,6080K,
vfs,data,fat,0x600000,10M,

Merge request reports

Pipeline #5694 passed

Pipeline passed for 1030d53f on anon/16m-partition

Approval is optional

Set by to be merged automatically when the pipeline succeeds

Ready to merge by members who can write to the target branch.

Merge details

  • 1 commit will be added to main.
  • Source branch will be deleted.
  • Auto-merge enabled

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3 3 # Name, Type, SubType, Offset, Size, Flags
4 4 nvs, data, nvs, 0x9000, 0x6000,
5 5 phy_init, data, phy, 0xf000, 0x1000,
6 factory, app, factory, 0x10000, 0x1F0000,
7 vfs, data, fat, 0x200000, 0xE00000,
6 factory, app, factory, 0x10000, 0x5F0000,
  • Anon added 1 commit

    added 1 commit

    • 3a0adc04 - sdkconfig: Switch to 16MiB partition layout

    Compare with previous version

  • q3k approved this merge request

    approved this merge request

  • q3k added 15 commits

    added 15 commits

    Compare with previous version

  • q3k enabled an automatic merge when the pipeline for 1030d53f succeeds

    enabled an automatic merge when the pipeline for 1030d53f succeeds

  • q3k merged

    merged

  • Please register or sign in to reply
    Loading