OVMS3-idf/components
David Cermak 72d54b68a6 lwip: dhcp-server fix static analysis warnings
1) kill_oldest_dhcps_pool() is only called when list has at least two members (assured with kconfig value limit), added assertion to ensure this function is used only when prerequisities are met
2) use after free reported in two places, since the analyzer checks also the scenario when the linked list has loops, added ignore tags
2020-03-27 18:46:39 +01:00
..
app_trace WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
app_update Merge branch 'bugfix/ota_get_sha256_test_fail' into 'master' 2020-03-25 21:20:25 +08:00
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
bootloader_support WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
bt Merge branch 'bugfix/ble_mesh_add_test_function' into 'master' 2020-03-27 19:53:54 +08:00
cbor cbor: add tinycbor library and example 2019-08-22 17:44:29 +08:00
coap ESP32/coap_mbedtls:add macro checks 2019-10-09 16:46:46 +08:00
console test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
cxx test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
driver Merge branch 'feat/spi_bus_lock' into 'master' 2020-03-27 19:59:43 +08:00
efuse Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
esp-tls esp_tls_wolfssl: Added mutex to allow only one TLS conn using PSK at a time 2020-03-26 17:30:05 +05:30
esp32 WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
esp32s2 HMAC: adding upstream message support 2020-03-26 19:00:27 +08:00
esp_adc_cal global: bring up esp32s2(not beta) 2020-01-16 17:41:31 +08:00
esp_common WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
esp_eth test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
esp_event esp_event: halve the events registered in performance test 2020-02-27 15:54:54 +05:00
esp_gdbstub soc: create abstraction for cpu related operations 2020-02-27 07:14:19 +05:00
esp_http_client Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
esp_http_server test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
esp_https_ota esp_https_ota.c: Add errno check for WiFi disconnection while performing OTA 2020-02-24 16:53:40 +05:30
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_local_ctrl tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_netif Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
esp_ringbuf test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
esp_rom esp_rom: Fix esp32.rom.newlib-time.ld should includes all time ROM functions/data 2020-03-27 04:57:42 +00:00
esp_serial_slave_link essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_system WDT: Add LL and HAL for watchdog timers 2020-03-26 02:14:02 +08:00
esp_timer test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
esp_websocket_client esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
esp_wifi Merge branch 'bugfix/fix_esp32s2_receive_pkts_err' into 'master' 2020-03-27 12:21:52 +08:00
espcoredump Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
esptool_py tools: Fix flashing encrypted binaries from IDF Monitor 2020-03-26 07:51:59 +01:00
expat test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
fatfs Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
freemodbus docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
freertos spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
heap Merge branch 'bugfix/malloc_zero_return_null' into 'master' 2020-03-26 16:19:39 +08:00
idf_test s2 crypto: update perf test to use cache comp timer 2020-03-23 11:30:55 +08:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
log esp_wifi: Reduce Bin size 2020-03-10 17:45:06 +08:00
lwip lwip: dhcp-server fix static analysis warnings 2020-03-27 18:46:39 +01:00
mbedtls HMAC: adding upstream message support 2020-03-26 19:00:27 +08:00
mdns mdns: limit the GOT_IP6_EVENT to only known network interfaces 2020-03-05 18:46:48 +00:00
mqtt esp_mqtt: add option to configure mqtt task priority. 2020-03-23 12:28:29 +00:00
newlib esp_rom: Fix esp32.rom.newlib-time.ld should includes all time ROM functions/data 2020-03-27 04:57:42 +00:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
partition_table test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
pthread test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
sdmmc test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
soc Merge branch 'feat/spi_bus_lock' into 'master' 2020-03-27 19:59:43 +08:00
spi_flash spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
spiffs Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
tcp_transport test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
tcpip_adapter lwip: Enable IPv6 stateless address autoconfiguration 2020-01-14 07:15:26 +00:00
tinyusb tinyusb: updated the license header in the driver 2020-03-23 13:11:49 +01:00
ulp test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
unity global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
vfs Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
wear_levelling test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-03-21 06:02:55 +00:00
wpa_supplicant test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
xtensa xtensa: fix sign-conversion warning 2020-03-20 11:10:43 +01:00