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

Qspi hal test refactoring/update #7925

Merged
merged 6 commits into from Sep 21, 2018

Commits on Aug 29, 2018

  1. qspi_hal_test refactoring

    - code refactoring and preparation for enabling DPI/QPI tests
    - reduced multiple test count to 4
    - use common flash config header for all MX25RXX35F chips
    - fix sector erase max time on N25Q128A
    maciejbocianski committed Aug 29, 2018
    Copy the full SHA
    db8cee0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82c8190 View commit details
    Browse the repository at this point in the history
  3. qspi_hal_test - randomize flash RW addres

    randomize flash address during test to extend flash life
    maciejbocianski committed Aug 29, 2018
    Copy the full SHA
    b41ce6c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Copy the full SHA
    c836b79 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. fix qspi address sending for nrf52

    fix address sending in qspi_command_transfer
    now address is send MSB first
    maciejbocianski committed Aug 31, 2018
    Copy the full SHA
    3a64383 View commit details
    Browse the repository at this point in the history
  2. qspi_hal_test - adjust used memory sector count

    set flash sector count to 1024 for EFM32GG11_STK3701(MX25R3235F)
    set flash sector count to 2048 for NRF52840_DK(MX25R6435F)
    maciejbocianski committed Aug 31, 2018
    Copy the full SHA
    cffd581 View commit details
    Browse the repository at this point in the history