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

Flash Memory - Spike #340

Merged
merged 8 commits into from
Oct 2, 2021
Merged

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    28d5244 View commit details
    Browse the repository at this point in the history
  2. ✨ (is25lp): Add CoreFlashIS25LP

    Implementation of the specific external flash memory used on robot
    YannLocatelli authored and ladislas committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    cb91ceb View commit details
    Browse the repository at this point in the history
  3. ✅ (stubs): Add Timer stubs

    YannLocatelli authored and ladislas committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    8c3033e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28526a6 View commit details
    Browse the repository at this point in the history
  5. ✨ (flash): Add FlashManager

    FlashManager handle operations between MCU and flash by
    reading/writing/sending commands to flash registers
    
    :children_crossing: (is25lp): Simplify and using flash::is25lp as namespace
    
    :art: (is25lp): Seperate enableWrite and writeIsNotEnabled
    
    :recycle: (is25lp): Add sendSimpleCommand
    For commands without writing or reading in registers
    YannLocatelli authored and ladislas committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    85526c8 View commit details
    Browse the repository at this point in the history
  6. 🤡 (flash): Mock FlashManager

    YannLocatelli authored and ladislas committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    18a698d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35b8d21 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f27b569 View commit details
    Browse the repository at this point in the history