esp-idf/components
Michael (XIAO Xufeng) 7dfb6adf27 sdmmc: fix the probe issue that forbid sdspi working in highspeed mode
SD cards don't support CMD7 (select_card) in SPI mode. Highspeed probe
of sdspi will fail in this step and stop working in highspeed mode.
Remove the CMD7 in enable_hs_mode_and_check to fix this issue.

Please note that, on ESP32, you have to use the IOMUX pins to use sdspi
in 40MHz, otherwise the initialization process will report reading issue
and fail.
2020-07-28 12:19:51 +08:00
..
app_trace gcov_example: Adds cmake target to generate report 2019-07-05 12:44:35 +00:00
app_update app_update: fix test failure for get_app_elf_sha256 test 2020-04-15 21:13:21 +08:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader secure boot: Ensure mbedTLS enables ECDSA if signatures are checked in app 2020-04-01 16:42:41 +11:00
bootloader_support esp32: Reduce using ESP_EARLY_LOGx and move some code after the stdout initialization 2020-06-17 16:30:11 +08:00
bt Merge branch 'bugfix/collection_of_confirmed_fixes_from_baidu_project_4.0' into 'release/v4.0' 2020-07-22 16:34:19 +08:00
coap lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
console cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
cxx build system: move -fno-rtti link option next to the compile option 2019-11-28 11:02:30 +01:00
driver driver test: disable the spi master performance test when psram is used 2020-07-21 05:43:45 +00:00
efuse add soft solution for esp32 eco3 live lock issue 2020-07-10 02:14:47 +00:00
esp32 Merge branch 'feature/toolchain_2020r2_v4.0' into 'release/v4.0' 2020-07-16 16:22:17 +08:00
esp_adc_cal esp_adc_cal: Remove deprecated ADC calibration functions 2019-09-19 18:48:14 +10:00
esp_common esp_wifi: Add API to get available internal heap size. 2020-07-08 17:40:19 +08:00
esp_eth ethernet: insert min assert time for PHY HW reset 2020-07-13 11:21:30 +08:00
esp_event esp_event: remove extra line from source file 2020-03-22 21:46:07 +08:00
esp_gdbstub esp32_gdbstub: fix build error with esp32-2019r1 toolchain 2019-08-13 11:38:28 +05:30
esp_http_client esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails 2020-07-08 09:57:42 +05:30
esp_http_server esp_http_server: Update LRU counter on accepting a new connection 2020-06-26 19:25:15 +05:30
esp_https_ota esp_https_ota.c: Add fix to return failure if (-1) is returned from esp_http_client_read 2020-07-08 09:57:43 +05:30
esp_https_server esp_https_server: Add support for esp-tls server APIs 2019-06-25 23:43:35 +00:00
esp_local_ctrl cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 2019-07-05 18:20:15 +05:30
esp_ringbuf ringbuf: Remove deprecated RingbufferType_t 2019-09-19 18:48:55 +10:00
esp_rom Backport from baidu proj 2020-07-13 15:03:17 +08:00
esp_websocket_client websocket client: the client now aborts the connection if send fails. 2020-06-28 02:12:35 +00:00
esp_wifi esp wifi bugfix: 2020-07-08 17:27:15 +08:00
esp-tls esp-tls: enable TLS renegotiation using explicit API call 2020-07-13 15:56:00 +05:30
espcoredump coredump: Fixes data length calculation when task stack is corrupted 2020-07-02 14:12:15 +03:00
esptool_py tools: Fix flashing encrypted binaries from IDF Monitor 2020-03-27 10:31:37 +01:00
expat expat: Update library from 2.2.5 to 2.2.9 2019-12-05 09:17:39 +01:00
fatfs Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 2019-10-18 10:27:37 +02:00
freemodbus cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
freertos Add fixes for gcc8 psram fix improvement 2020-07-14 14:04:53 +07:00
heap Merge branch 'bugfix/heap_psram_fill_v4.0' into 'release/v4.0' 2020-05-29 12:43:45 +08:00
idf_test CI: do not run cases likely to fail 2020-07-19 14:58:28 +08:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:26 +05:30
libsodium cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
log esp_wifi: backport some wifi bugs 0323 2020-03-24 15:10:31 +08:00
lwip feat(lwip): make LWIP TCP rto time configurable 2020-06-17 15:32:59 +08:00
mbedtls Add fixes for gcc8 psram fix improvement 2020-07-14 14:04:53 +07:00
mdns Merge branch 'bugfix/mdns_deinit_event_crash_v4.0' into 'release/v4.0' 2020-01-09 13:02:28 +08:00
mqtt mqtt: clenaup logs and docs, esp_mqtt_abort_connection race condition 2020-05-22 06:21:25 +00:00
newlib newlib: define fcntl as strong symbol 2019-12-13 14:12:36 +00:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash Merge branch 'bugfix/IDFGH-2910_v4.0' into 'release/v4.0' 2020-04-09 05:45:21 +08:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-25 08:25:51 +02:00
partition_table partition_table: Fix parttool.py crashes when retrieving partition info 2020-06-04 16:31:26 +08:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm protocomm_httpd: Restart security session if request is received on a new session 2020-06-10 01:25:53 +05:30
pthread pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-12 10:35:47 +05:30
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:19:51 +08:00
soc soc: clear PHY status when cpu start 2020-02-13 14:36:11 +08:00
spi_flash esp_flash: fix cache exception when CS pin is through IOMUX 2020-06-28 15:52:58 +08:00
spiffs spiffs: fix build issue on clean project 2019-11-11 18:11:12 +08:00
tcp_transport ws_client: fix fragmented send setting proper opcodes 2020-05-22 06:11:44 +00:00
tcpip_adapter bugfix for TCPv6 send ok when sta disconnect 2020-03-19 14:06:40 +08:00
ulp ulp: fix ulp external project args 2020-03-22 21:09:03 +08:00
unity cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
vfs VFS: Check in select() if the UART driver is installed or not 2020-01-21 10:11:08 +01:00
wear_levelling global: update note in the partition tables 2019-07-27 10:28:16 +02:00
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-05-15 13:50:47 +00:00
wpa_supplicant wpa_supplicant: Fix WPA3 and WPA2 transition related failures 2020-07-15 13:40:03 +00:00
xtensa cmake: some formatting fixes 2019-06-21 19:53:29 +08:00