Skip to content

[2.0.0] Add support to read/write raw sectors from/to sd card #4777

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

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Conversation

chegewara
Copy link
Contributor

This is added to easy use with usb msc.

@@ -1816,7 +1816,7 @@ i2c_t * i2cInit(uint8_t i2c_num, int8_t sda, int8_t scl, uint32_t clk_speed){
i2c_driver_delete((i2c_port_t)i2c_num);
}

i2c_config_t conf;
i2c_config_t conf = {0};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be here :P

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, my mistake.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, fixed.

@me-no-dev me-no-dev changed the title Add support to read/write raw sectors from/to sd card [2.0.0] Add support to read/write raw sectors from/to sd card Feb 16, 2021
@VojtechBartoska VojtechBartoska added this to the 2.0.0 milestone Mar 2, 2021
@me-no-dev me-no-dev merged commit 0ec6c18 into espressif:idf-release/v4.2 Mar 31, 2021
volca added a commit to volca/arduino-esp32 that referenced this pull request Jun 21, 2021
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.

3 participants