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

Resolve flash address issues with SDK v3.0.0 #8755

Merged
merged 11 commits into from
Dec 19, 2022

Commits on Dec 12, 2022

  1. Reslove flash address issues with SDK v3.0.0

    Fix EEPROM vs RF_CAL flash address conflict. The EEPROM address and
    RF_CAL address were the same.
    
    Add support for Flash size: "Mapping defined by Hardware and Sketch"
    
    Change at_partition_table static from dynamic to static.
    mhightower83 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8f3a2b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bcbec7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Improve flash size and partition error reporting/indication

    Changed set_pll() to mmu_set_pll() and made available for debug builds
    and other settings where required.
    
    Provide more checks and feedback in the debug builds and
    trim code for production.
    mhightower83 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    61e4665 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Now supports FLASH_MAP_SUPPORT with SDKs v3.0

    RF_CAL and system_parameter always occupy the last 5
    sectors of flash memory.
    mhightower83 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    23a491d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. cleanup and refactoring

    comment cleanup
    mhightower83 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b4b7be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d42bbdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b6e56e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0cd7650 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    bee4db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05e755 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. requested changes

    mhightower83 committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c3e22f0 View commit details
    Browse the repository at this point in the history