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

Prevent linker error with duplicate symbol (IDFGH-1811) #4020

Closed
wants to merge 1 commit into from

Conversation

X-Ryl669
Copy link
Contributor

@X-Ryl669 X-Ryl669 commented Sep 4, 2019

Found in both the cross compiler's libnano library and newlib library.

This fix #4017

…mpiler's libnano library and newlib library.

This fix espressif#4017
@Alvin1Zhang
Copy link
Collaborator

@X-Ryl669 Thanks for the contribution. We will look into this PR. Thanks.

@github-actions github-actions bot changed the title Prevent linker error with duplicate symbol Prevent linker error with duplicate symbol (IDFGH-1811) Sep 5, 2019
espressif-bot pushed a commit that referenced this pull request Dec 16, 2019
Closes IDF-1220
Closes IDFGH-1811
Closes #4020
0xFEEDC0DE64 pushed a commit to 0xFEEDC0DE64/esp-idf that referenced this pull request May 5, 2021
According to ESP-IDF API
https://github.com/espressif/esp-idf/blob/dc14d027cec49260b78efb1c3724b1710f2f3ec0/docs/en/api-reference/peripherals/sdmmc_host.rst :

"To configure the bus width, set the width field of :cpp:class:`sdmmc_slot_config_t`. For example, to set 1-line mode:

sdmmc_slot_config_t slot = SDMMC_SLOT_CONFIG_DEFAULT();
slot.width = 1;
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linking error with conflicting _raise_r definitions (IDFGH-1807)
2 participants