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

initial PR for SDIOBlockdevice implementation #1

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

Commits on Nov 9, 2018

  1. initial commit

    add SDIOBlockdevice
    implementation for STM32F4
    JojoS62 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    a9deb13 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    added some description
    JojoS62 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    d6beb4d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

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

Commits on Nov 12, 2018

  1. 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
    JojoS62 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    73b18fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8717513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d8e3d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. code cleanup

    - removed comments
    - renamed short variable names
    JojoS62 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    016abcc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. fiixed timeout checking

    tickstart was inside checking loop
    removed wait_ms() calls
    added timeout checks for all while loops
    JojoS62 committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    c03489c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    06289dd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. added get_type() function

    JojoS62 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    e2ade76 View commit details
    Browse the repository at this point in the history
  2. fixed printf warning

    JojoS62 committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    f1b70f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. remove path from include

    mbed file structure has changed again
    JojoS62 committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    55d1557 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    4985bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. update for mbed-os 6

    JojoS62 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    dd0c09c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. add H7

    JojoS62 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a61242c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. change lib type to static

    JojoS62 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d132129 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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