esp-idf/components
Ivan Grokhotkov 290c40a4ab Merge branch 'bugfix/sdmmc_fail_no_card' into 'master'
vfs_fat_sdmmc: if card init fails, fail cleanly

This fixes the issue with sdmmc_host not returned to clean state after a failed attempt to mount the card, with no SD card in the slot.

See merge request !527
2017-02-27 10:00:55 +08:00
..
app_update OTA: Always clean up OTA handle regardless of esp_ota_end() result 2017-02-03 10:07:30 +11:00
bootloader Build system: Fix error if librtc submodule not available to bootloader 2017-02-22 11:59:37 +11:00
bootloader_support bootloader: disconnect VRTC from SAR input in bootloader_random_disable 2017-02-21 17:07:15 +08:00
bt Merge branch 'bugfix/btdm_adv_scan_enable_report' into 'master' 2017-02-24 16:24:22 +08:00
coap
cxx
driver Use THRESH_DMA_TRANS define everywhere, make code match "smaller or equal" description 2017-02-21 18:27:56 +08:00
esp32 wifi: fix issue in setting channel API 2017-02-24 22:08:54 +08:00
espcoredump esp32: Fixed search path for esptool 2017-01-26 19:28:13 +03:00
esptool_py
ethernet ethernet: add doc 2017-02-11 16:42:16 +08:00
expat
fatfs vfs_fat_sdmmc: if card init fails, fail cleanly 2017-02-24 21:04:22 +08:00
freertos Fixed a small bug where a task could initially be scheduled on a wrong CPU, and a much bigger bug where a yield was performed with a held mux. 2017-02-22 17:04:51 +08:00
idf_test CI: add script for parsing unit test cases for CI from test files 2017-01-18 17:08:20 +08:00
json
log log: fix esp_log_level_set function name in docs 2017-01-16 02:37:10 +08:00
lwip lwip: optimize the dhcp client 2017-01-23 13:44:34 +08:00
mbedtls esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
mdns Initial mDNS component and example 2017-01-13 12:12:43 +02:00
micro-ecc
newlib newlib: fix register used for DPORT/RTC bug workaround 2017-01-19 00:36:30 +08:00
nghttp
nvs_flash newlib: change definition of assert for release builds 2017-01-17 00:49:38 +08:00
openssl components/openssl: Add more debugging information at platform level 2017-01-26 10:12:58 +08:00
partition_table Merge branch 'feature/partition_table_envvars' into 'master' 2017-02-22 07:22:04 +08:00
sdmmc esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
spi_flash spi_flash: protect spi_flash_unlock 2017-02-22 12:51:16 +08:00
tcpip_adapter Do not printf if debug is not enabled 2017-01-18 16:06:54 +02:00
ulp esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
vfs docs: use custom roles to generate GitHub links 2017-01-20 17:22:47 +08:00
wpa_supplicant
xtensa-debug-module