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

Add flash mapping defines at compile time #6813

Closed
wants to merge 2 commits into from

Commits on Nov 19, 2019

  1. Add flash mapping defines at compile time

    This let user code to take actions (like checking mapping) at compile time
    defines example: -DEEPROMSTART=0x3FB000 -DFSSTART=0x200000 -DFSEND=0x3FA000 -DFSBLOCKSIZE=8192
    Addresses are relative to SPI start address wich is 0x40200000
    d-a-v committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    b61a801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d781bc1 View commit details
    Browse the repository at this point in the history