esp-idf/components
Angus Gratton 3ccec16706 Merge branch 'bugfix/clean_up_warnings' into 'master'
Clean up warnings and remove unused parts of FreeRTOS

For third party components (lwip and expat), compilation flags are adjusted to silence existing warnings (i have manually checked that all warnings are benign).
In components/esp32, replaced use of WIFI_DEBUG with ESP_LOG functions.

Additionally prvLockQueue/prvUnlockQueue have been removed, dragging some other bits of FreeRTOS along.

Original issue: https://github.com/espressif/esp-idf/issues/18

See merge request !111
2016-09-26 08:16:31 +08:00
..
bootloader
bt add 'extern C' in header files 2016-09-23 14:54:30 +08:00
driver Remove some macros and declarations that are already in rom/gpio.h 2016-09-21 12:08:42 +08:00
esp32 Merge branch 'bugfix/clean_up_warnings' into 'master' 2016-09-26 08:16:31 +08:00
esptool_py
expat clean up warnings 2016-09-23 14:46:39 +08:00
freertos Spinlocks already come initialized. Remove the code that would essentially re-initialize them at runtime 2016-09-23 17:46:16 +08:00
json
log
lwip clean up warnings 2016-09-23 14:46:39 +08:00
mbedtls
newlib
nvs_flash
partition_table
spi_flash
tcpip_adapter tcpip_adapter: set sta ip to IP_ADDR_ANY when sta disconnect from ap 2016-09-22 11:49:37 +08:00