Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parameter backup region on H7 with 32k FRAM #16304

Merged
merged 6 commits into from Jan 15, 2021

Commits on Jan 12, 2021

  1. StorageManager: added support for 32k storage with param backup

    when HAL_STORAGE_SIZE == 32768 then add:
    
     - 1280 more bytes for params
     - double waypoint space
     - add a parameter backup area
    tridge committed Jan 12, 2021
    Copy the full SHA
    3c182bf View commit details
    Browse the repository at this point in the history
  2. AP_Param: support restoring from parameter backup region

    if header on primary parameter storage is corrupt then restore from
    backup
    tridge committed Jan 12, 2021
    Copy the full SHA
    e665bc7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    102210d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bfca527 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0561a75 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bf4f630 View commit details
    Browse the repository at this point in the history