esp-idf/components
Ivan Grokhotkov 6a5c105753 log: define LOG_LOCAL_LEVEL before using it, don't use type cast
LOG_LOCAL_LEVEL is now used in a construct like:
 #if (LOG_LOCAL_LEVEL >= ESP_LOG_INFO)
Make sure that LOG_LOCAL_LEVEL is defined, and don't use a type cast in
its definition, because preprocessor can not parse that.
2018-01-05 16:10:58 +08:00
..
app_trace
app_update
aws_iot
bootloader build system: Fix undefined variables 2017-12-28 19:21:34 +08:00
bootloader_support Merge branch 'bugfix/bootloader_v10_backwards_compat' into 'master' 2017-12-18 17:20:08 +08:00
bt component/bt: disable Secure Connections(Host Supported) of classic Bluetooth to workaround AES encryption issue in controller 2017-12-28 14:51:19 +08:00
coap
console Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-04 10:18:40 +11:00
cxx
driver Merge branch 'bugfix/uart_semaphore_pr1387' into 'master' 2018-01-05 11:05:05 +08:00
esp32 Merge branch 'feature/esp_intr_set_in_iram' into 'master' 2018-01-04 06:04:05 +08:00
esp_adc_cal
espcoredump
esptool_py
ethernet Merge branch 'feature/eth_set_mac_addr' into 'master' 2017-12-19 17:40:36 +08:00
expat
fatfs Merge branch 'bugfix/sdmmc_vfs_deinit' into 'master' 2017-12-14 13:36:20 +08:00
freertos fix typo 2018-01-03 10:50:50 +11:00
heap fix typo for heap cap free size 2017-12-14 10:39:26 +05:30
idf_test
jsmn
json Update cJSON to 1.6.0 2017-12-04 10:22:07 +11:00
libsodium
log log: define LOG_LOCAL_LEVEL before using it, don't use type cast 2018-01-05 16:10:58 +08:00
lwip when netconn created directly,netconn_delete() will not call netconn_free(), 2017-12-05 10:42:37 +08:00
mbedtls Add #include guards and __cplusplus guards to esp_debug.h 2017-12-07 10:25:57 +11:00
mdns Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-04 10:18:40 +11:00
micro-ecc
newlib time: rename time source option from FRC to "high-resolution timer" 2017-12-11 12:37:08 +08:00
nghttp
nvs_flash Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-04 10:18:40 +11:00
openssl openssl: add feature check for MBEDTLS_SSL_ALPN 2017-12-08 13:00:11 +08:00
partition_table build system: Fix undefined variables 2017-12-28 19:21:34 +08:00
pthread Removed logging from pthread conditional variable which completely drowned out any other logging and also had negative effects on the RMT due to sharing the same log system. Related to #1345 / TW#16842 2017-12-28 15:21:00 +01:00
sdmmc
soc esp32: Fix backwards compatibility for pre-v2.1 bootloaders 2017-12-18 13:45:57 +11:00
spi_flash spi_flash: Add option to log warnings if (spuriously) writing zero bits to ones 2017-12-04 09:55:05 +11:00
spiffs
tcpip_adapter fix the dhcps default behaviour chenged by dns 2017-11-28 16:39:00 +08:00
ulp Merge branch 'feature/ulp_docs_update' into 'master' 2017-12-13 15:36:36 +08:00
vfs
wear_levelling
wpa_supplicant
xtensa-debug-module