esp-idf/components
David Ashley 750c8c00c8 This is a fix for the esp_log_level_set function. The problem is when this
function is called but NOT withe the same 'c' string constant that the LOG*
calls used in each module, the cache check doesn't match, so the cached
entry won't get updated. There's no point in optimizing this function
anyway because it is only called rarely.
2018-01-28 16:47:07 -06:00
..
app_trace
app_update
aws_iot
bootloader
bootloader_support
bt Merge branch 'bugfix/btdm_fix_stop_adv_no_callback_when_adv_has_been_stoped' into 'master' 2018-01-26 20:37:12 +08:00
coap
console
cxx
driver
esp32 components/phy: add IRAM_ATTR attribute to the two APIs used in phy calibration 2018-01-26 17:12:59 +08:00
esp_adc_cal
espcoredump
esptool_py esptool: Update to v2.2.1 2018-01-24 17:45:49 +11:00
ethernet
expat
fatfs
freertos Merge branch 'bugfix/xRingbufferSend_timeout_bug' into 'master' 2018-01-23 15:37:13 +08:00
heap
idf_test
jsmn
json
libsodium
log This is a fix for the esp_log_level_set function. The problem is when this 2018-01-28 16:47:07 -06:00
lwip
mbedtls
mdns mdns: Fix case where service is NULL and that will cause exception 2018-01-22 13:56:53 +01:00
micro-ecc
newlib
nghttp
nvs_flash
openssl
partition_table
pthread
sdmmc
soc Merge branch 'bugfix/xtal_freq_estimation' into 'master' 2018-01-23 15:37:47 +08:00
spi_flash
spiffs
tcpip_adapter
ulp
vfs
wear_levelling
wpa_supplicant
xtensa-debug-module