Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/STM32SD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.2
Choose a base ref
...
head repository: stm32duino/STM32SD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 13 commits
  • 22 files changed
  • 2 contributors

Commits on Sep 5, 2024

  1. File inherits from Stream: proper support for print and println of al…

    …l supported data type
    pschatzmann authored and fpistm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    217975d View commit details
    Browse the repository at this point in the history
  2. chore: update .gitignore

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    75cded5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. fix: SD_BUS_WIDE support

    Only one pin is required on SD_BUS_WIDE_1B.
    
    Fixes #73.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7aed455 View commit details
    Browse the repository at this point in the history
  2. chore: add explicit error when HAL SD module is not enabled

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    13fda48 View commit details
    Browse the repository at this point in the history
  3. chore(ci): add missing series

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7b69085 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: properly set SD pins

    Only set*() methods and SDx_* definitions allows to manage the pins
    else the first pin available in the associated PinMap_SD_* arrays
    will be used.
    
    Fixes #75.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d8cf24c View commit details
    Browse the repository at this point in the history
  2. chore: add SD detect pin level

    Default: LOW
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6bdc8fd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. chore(fatfs): support FatFs library 4.0.0

    based on R0.15.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ac3768f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. chore: remove BSP_SD_DetectITConfig

    Interrupt have to be managed using Arduino interrupt API
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f4bf655 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: add end() method

    Fixes #71
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    063cdab View commit details
    Browse the repository at this point in the history
  2. chore(examples): add end() API

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    68b1357 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from fpistm/end

    chore: add end() method
    fpistm authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2d4346c View commit details
    Browse the repository at this point in the history
  4. chore: bump library version to 1.4.0

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    45236f6 View commit details
    Browse the repository at this point in the history
Loading