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

Sdio driver feature #4

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Aug 9, 2019

  1. initial commit

    add SDIOBlockdevice
    implementation for STM32F4
    JojoS62 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    33c0600 View commit details
    Browse the repository at this point in the history
  2. add implementation for STM32F7

    almost the same as for STM32F4, but in F7 SDIO device is renamed to SDMMC
    SDMMC1 is used for DISCO_F746NG
    updated readme.md for new target
    
    # Conflicts:
    #	README.md
    JojoS62 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4773505 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d1f833 View commit details
    Browse the repository at this point in the history
  4. changed copyright to mBed standard

    JojoS62 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    088679c View commit details
    Browse the repository at this point in the history
  5. code cleanup

    - removed comments
    - renamed short variable names
    JojoS62 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    124d0bd View commit details
    Browse the repository at this point in the history
  6. fiixed timeout checking

    tickstart was inside checking loop
    removed wait_ms() calls
    added timeout checks for all while loops
    JojoS62 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    26a4b7c View commit details
    Browse the repository at this point in the history
  7. Restructure across the tree

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    c0bd5f9 View commit details
    Browse the repository at this point in the history
  8. Rename sdio_device to sdio_api

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    eb4cb06 View commit details
    Browse the repository at this point in the history
  9. Remove tests

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    bb0d00a View commit details
    Browse the repository at this point in the history
  10. API renaming

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    62eb597 View commit details
    Browse the repository at this point in the history
  11. Astyle fixes

    orenc17 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    5d1d09b View commit details
    Browse the repository at this point in the history
  12. Change error type to int and use us_ticker_read

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    e742718 View commit details
    Browse the repository at this point in the history
  13. Remove timeout parameter

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    4295558 View commit details
    Browse the repository at this point in the history
  14. Move documentation to sdio_api.h

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    d5b6a08 View commit details
    Browse the repository at this point in the history
  15. Compilation fix

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    7ae99b1 View commit details
    Browse the repository at this point in the history
  16. Minor fixes

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b840f32 View commit details
    Browse the repository at this point in the history
  17. Check if initialized before calling is_valid

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    11daa9f View commit details
    Browse the repository at this point in the history
  18. Add SDIO support for NXP LPC55S69

    Tested this with the block device test inside features-storage-tests-blockdevice-general_block_device
    mmahadevan108 authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    f27d137 View commit details
    Browse the repository at this point in the history
  19. Restructure NXP implementation

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b892505 View commit details
    Browse the repository at this point in the history
  20. Update to "new" API

    Oren Cohen authored and mathias-arm committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    744451e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a068132 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c18f614 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Remove CamelCase symbols

    mathias-arm committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    19bca26 View commit details
    Browse the repository at this point in the history