Skip to content

Commit

Permalink
Documentation on enabling SDIO_SLAVE_FLAG_INTERNAL_PULLUP when using …
Browse files Browse the repository at this point in the history
…internal pull-ups.
  • Loading branch information
Glenn Daneels committed May 15, 2023
1 parent 3500b25 commit 76d17cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp_hosted_fg/docs/Linux_based_host/SDIO_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ One can load pre-built release binaries on ESP peripheral or compile those from
```sh
$ cd esp_hosted_fg/esp/esp_driver/network_adapter
```
- If you are using the ESP-WROVER-KIT and plan to use the internal pull-up resistors to quickly evaluate the driver, make sure to set the `SDIO_SLAVE_FLAG_INTERNAL_PULLUP` flag in the `sdio_slave_config_t config` of the `sdio_init` function. (However, the internal pullups are not sufficient and not reliable, please make sure external pullups are connected to the bus in your real design. For more information, check [SDIO pull-up requirements](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/sd_pullup_requirements.html).)

##### Using cmake
* Execute following command to configure the project
Expand Down

0 comments on commit 76d17cf

Please sign in to comment.