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

Sd pinmap arrays #2045

Merged
merged 5 commits into from
Jun 22, 2023
Merged

Sd pinmap arrays #2045

merged 5 commits into from
Jun 22, 2023

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Jun 22, 2023

PinMap_SD[] array defined in the PeripheralPins*.c has been split per signals:

PinMap_SD_CK[]
PinMap_SD_DATA0[]
PinMap_SD_DATA1[]
PinMap_SD_DATA2[]
PinMap_SD_DATA3[]
PinMap_SD_DATA4[]
PinMap_SD_DATA5[]
PinMap_SD_DATA6[]
PinMap_SD_DATA7[]
/* Only for SDMMC */
PinMap_SD_CKIN[]
PinMap_SD_CDIR[]
PinMap_SD_D0DIR[]
PinMap_SD_D123DIR[]

This allows to define the SDIO/SDMMC pins to use instead of using all the pins defined in the old array.
By default, if no pins are explicitly defined, the first one from each array is used.

Required by stm32duino/STM32SD#58

as it manages octo and quad.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added this to the 2.6.0 milestone Jun 22, 2023
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Jun 22, 2023
@fpistm fpistm merged commit 70006da into stm32duino:main Jun 22, 2023
22 checks passed
STM32 core based on ST HAL automation moved this from In progress to Done Jun 22, 2023
@fpistm fpistm deleted the sd_pinmap_arrays branch June 22, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant