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

Fixes and improvements for iMXRT1050 QSPI #338

Merged
merged 13 commits into from
Aug 21, 2023
Merged

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4a6dec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb942e View commit details
    Browse the repository at this point in the history
  3. Fixes for i.MX RT1050 to support QSPI with IS25WP064A or W25Q64JV. Us…

    …e `CONFIG_FLASH_IS25WP064A` or `CONFIG_FLASH_W25Q64JV` to select.
    dgarske committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    53b160f View commit details
    Browse the repository at this point in the history
  4. Further refine RT1050 QSPI configuration. Working Quad Read with XIP.…

    … Fix to ensure hal_flash_init() is called for hal_flash_write/hal_flash_erase.
    dgarske committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    66ed06a View commit details
    Browse the repository at this point in the history
  5. Fixes to get RT1050 QSPI working. Use boot flash config (not get_conf…

    …ig/init). Support to enable/disable QUAD mode. Add SFDP. Enable support for using RAM_CODE by fixing linker script.
    dgarske committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0ce4e75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15b929c View commit details
    Browse the repository at this point in the history
  7. Fix RT1050 example app LED. Fix documentation for test-app location. …

    …Peer review feedback to clarify RT1050 flash chip configuration.
    dgarske committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    61295c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20e402e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0e2af8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4775982 View commit details
    Browse the repository at this point in the history
  11. Fix for iMX RT1050 program. Disable optimized XIP for now, since it c…

    …auses page program issue.
    dgarske committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4720a36 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    bad1372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14cd768 View commit details
    Browse the repository at this point in the history