OVMS3-idf/components
Pieter du Preez 496bfe3842 Initialized some uninitialized variables in rtc_clk.c and ringbuf.c.
The following 2 compiler warnings are only reproducible when setting:
   OPTIMIZATION_FLAGS = -Ofast

esp-idf/components/soc/esp32/rtc_clk.c:
In function 'rtc_clk_cpu_freq_get':
esp-idf/components/soc/esp32/rtc_clk.c:506:12:
error: 'freq' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
	return freq;

esp-idf/components/esp_ringbuf/ringbuf.c:
In function 'xRingbufferReceiveSplitFromISR':
esp-idf/components/esp_ringbuf/ringbuf.c:934:26:
error: 'pvTempTailItem' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
	*ppvTailItem = pvTempTailItem;

Closes https://github.com/espressif/esp-idf/pull/2878
2019-01-23 16:47:23 +05:30
..
app_trace Check & correct Kconfig files 2019-01-11 13:05:55 +01:00
app_update Merge branch 'feature/cut_len_for_header_struct' into 'master' 2018-12-21 07:45:22 +08:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot Add checks to for CONFIG_MBEDTLS_SSL_ALPN 2018-11-08 15:57:13 +05:30
bootloader bootloader: Add support flags for rollback app 2018-12-11 11:54:21 +08:00
bootloader_support bootloader: account for load address when mapping cache pages 2019-01-19 14:44:55 +08:00
bt Fix typo in error message in esp_bluedroid_init 2019-01-23 16:47:23 +05:30
coap cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
console console, ulp: don’t use nested functions 2018-12-06 16:12:47 +08:00
cxx cmake: separate app from idf lib project 2018-11-27 13:59:24 +08:00
driver driver(timer_group): fixed bug that init hw_timer caused cresh after system soft reset 2018-12-18 13:10:15 +08:00
esp-tls Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store 2019-01-14 08:25:56 +00:00
esp32 Add static qualifier to s_light_sleep_wakeup variable to prevent it from being global. 2019-01-23 16:47:23 +05:30
esp_adc_cal cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_event unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
esp_http_client fix esp_http_client_open 2019-01-23 16:47:23 +05:30
esp_http_server esp_http_server : Remove casual use of 'template' keyword 2019-01-21 16:13:01 +05:30
esp_https_ota cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_https_server https_server : add extern C directive and other minor changes for C++ support 2018-12-31 15:12:42 +05:30
esp_ringbuf Initialized some uninitialized variables in rtc_clk.c and ringbuf.c. 2019-01-23 16:47:23 +05:30
espcoredump components: Correct the Python coding style 2018-12-17 07:52:38 +01:00
esptool_py Update esptool.py to v2.6 2019-01-19 14:44:55 +08:00
ethernet ethernet: phy init timeout 2018-12-04 17:13:48 +08:00
expat cmake: Add support for test build 2018-10-20 12:07:24 +08:00
fatfs fatfs: bypass newlib buffering in performance test 2019-01-05 14:13:49 +08:00
freemodbus examples: change max register area size to maximum value 2019-01-11 09:49:11 +01:00
freertos test: Fix some unused identifier warnings 2018-12-10 12:34:16 +08:00
heap multi_heap: Fix bug when start of heap is unaligned 2018-12-20 01:40:05 +00:00
idf_test test: modify the reason code from 204 to 15 in WIFI_CONN_0904 2019-01-15 22:37:49 +08:00
jsmn cmake: make main a component again 2018-09-11 09:44:12 +08:00
json cmake: make main a component again 2018-09-11 09:44:12 +08:00
libsodium cmake: Add support for test build 2018-10-20 12:07:24 +08:00
log cmake: make main a component again 2018-09-11 09:44:12 +08:00
lwip Added Cmake support for dhcp_state 2019-01-10 07:51:54 +00:00
mbedtls mbedtls: fix unix makefile build on windows command line 2018-12-20 18:23:55 +08:00
mdns mdns: fix networking running udp_sendif from lwip thread 2019-01-03 14:28:29 +01:00
micro-ecc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mqtt mqtt: support for BEFORE_CONNECT event in idf 2019-01-03 09:22:24 +01:00
newlib linker: When using section type attributes, create unique sections 2018-12-19 04:42:04 +00:00
nghttp cmake: make main a component again 2018-09-11 09:44:12 +08:00
nvs_flash Added support for NVS in console example 2019-01-11 09:51:50 +08:00
openssl cmake: make main a component again 2018-09-11 09:44:12 +08:00
partition_table components: Correct the Python coding style 2018-12-17 07:52:38 +01:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm Protocomm : Use esp_http_server instead of http_server 2018-10-24 17:32:43 +05:30
pthread pthread tests : test case added for detach functionality 2018-12-28 14:41:24 +05:30
sdmmc cmake: Add support for test build 2018-10-20 12:07:24 +08:00
smartconfig_ack cmake: make main a component again 2018-09-11 09:44:12 +08:00
soc Initialized some uninitialized variables in rtc_clk.c and ringbuf.c. 2019-01-23 16:47:23 +05:30
spi_flash Merge branch 'feature/unit_test_example' into 'master' 2018-11-19 18:35:54 +08:00
spiffs unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
tcp_transport Handle esp_tls_conn_read disconnection in ssl_read. Fixes #2805 2019-01-23 16:47:23 +05:30
tcpip_adapter tcpip_adapter: Rename DHCP option types to include DHCP in the type name 2018-12-18 14:07:43 +11:00
ulp components: Correct the Python coding style 2018-12-17 07:52:38 +01:00
unity unity: add a hook to run test from gdb session 2018-12-06 19:37:51 +08:00
vfs VFS: move all functions into RAM which are called in the performance test 2019-01-03 19:56:19 +01:00
wear_levelling unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
wifi_provisioning Examples : Added provisioning examples, tests and client tool. 2018-10-02 19:07:28 +05:30
wpa_supplicant cmake: Add support for test build 2018-10-20 12:07:24 +08:00
xtensa-debug-module tools: implement linker script generation 2018-11-16 12:42:02 +08:00