OVMS3-idf/components
Island b91f05ba74 Merge branch 'bugfix/ble_mesh_set_recv_rssi' into 'master'
Bugfix/ble mesh set recv rssi

Closes IDFGH-3556 and BMCI-96

See merge request espressif/esp-idf!9381
2020-07-01 11:13:25 +08:00
..
app_trace gcov: Fixes APP CPU syscall table 2020-05-08 03:13:18 +03:00
app_update esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader bootloader: combine console code for ESP32 and S2, add USB support 2020-06-26 15:38:49 +02:00
bootloader_support bootloader: combine console code for ESP32 and S2, add USB support 2020-06-26 15:38:49 +02:00
bt Merge branch 'bugfix/ble_mesh_set_recv_rssi' into 'master' 2020-07-01 11:13:25 +08:00
cbor Update tinycbor submodule in ESP-IDF 2020-06-23 08:20:16 +00:00
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console linenoise: actively flush the output stream, in case it is buffered 2020-06-24 15:50:51 +02:00
cxx toolchain: C++ exception workarounds 2020-06-24 17:55:35 +08:00
driver TWAI: Add ESP32-S2 support 2020-06-30 16:56:03 +08:00
efuse efuse: spelling fix 2020-06-19 18:40:10 +10:00
esp-tls esp_tls_wolfssl: fix incorrect error message after handshake fails 2020-06-18 10:10:40 +05:30
esp32 TWAI: Add ESP32-S2 support 2020-06-30 16:56:03 +08:00
esp32s2 TWAI: Add ESP32-S2 support 2020-06-30 16:56:03 +08:00
esp_adc_cal global: bring up esp32s2(not beta) 2020-01-16 17:41:31 +08:00
esp_common esp_common: add "USB CDC" option for console output 2020-06-26 15:38:49 +02:00
esp_eth ethernet: support pin emac task to core 2020-05-29 17:51:37 +08:00
esp_event esp_event: halve the events registered in performance test 2020-02-27 15:54:54 +05:00
esp_gdbstub gdbstub_xtensa.c: Replace with cpu_ll_pc_to_ptr macro 2020-05-08 18:35:48 +05:30
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client esp_http_client: Set user configurable authorization retries 2020-06-16 20:48:28 +05:30
esp_http_server esp_http_server: Update LRU counter on accepting a new connection 2020-06-26 05:29:00 +00:00
esp_https_ota Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_ipc esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
esp_local_ctrl local-ctrl: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_netif Merge branch 'bugfix/static_analysis_mem_issues' into 'master' 2020-05-22 15:08:20 +08:00
esp_ringbuf freertos: place xQueueGenericCreateStatic into flash 2020-04-22 16:06:13 +08:00
esp_rom esp_rom: add patch to set USB device serial descriptor to MAC address 2020-06-24 15:50:51 +02: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 TWAI: Add ESP32-S2 support 2020-06-30 16:56:03 +08:00
esp_timer Merge branch 'refactor/esp_ipc' into 'master' 2020-05-25 15:03:04 +08:00
esp_websocket_client Merge branch 'bugfix/ws_send_abort' into 'master' 2020-06-16 03:36:17 +08:00
esp_wifi mesh: remove coexist warnings in ESP_WIFI_MESH 2020-06-29 11:28:16 +08:00
espcoredump esp_rom: extract common CRC apis into esp_rom_crc.h 2020-06-23 16:40:14 +08:00
esptool_py esptool: update for CDC stub support 2020-06-26 15:38:49 +02: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 freemodbus: fix memcmp result truncated to 1 byte 2020-06-18 12:33:02 +02:00
freertos esp_system: introduce intermediary function to call after system init 2020-06-19 18:40:10 +10:00
heap heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
idf_test Merge branch 'feature/block_sha_fallback' into 'master' 2020-06-25 09:30:39 +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 log: new macros to log when the cache is disabled 2020-04-02 15:35:13 +08:00
lwip bugfix: fix ICMP specify length issue 2020-06-28 10:46:43 +08:00
mbedtls Merge branch 'feature/block_sha_fallback' into 'master' 2020-06-25 09:30:39 +08:00
mdns mdns: Allow config mDNS task stack size 2020-05-07 21:49:02 +02:00
mqtt mqtt: clenaup logs and docs 2020-04-30 14:05:36 +00:00
newlib newlib: Fix UT for adjtime 2020-06-15 22:46:41 +08:00
nghttp
nvs_flash Merge branch 'feature/nvs_cxx_enums' into 'master' 2020-06-02 01:13:00 +08:00
openssl
partition_table partition_table: fix generation of signed partition table 2020-05-31 18:39:30 +02:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c
protocomm protocomm_httpd: Restart security session if request is received on a new session 2020-05-11 13:01:13 +00:00
pthread esp_system: startup flow modifications 2020-06-19 18:40:09 +10:00
sdmmc sdmmc: fix possible null dereference in output parameter assignement, whilst it was null checked as an input parameter 2020-03-27 18:46:39 +01:00
soc TWAI: Add ESP32-S2 support 2020-06-30 16:56:03 +08:00
spi_flash Merge branch 'bugfix/esp32_encrypted_flash_write' into 'master' 2020-06-26 14:35:43 +08:00
spiffs spiffs: restore dependency of flash targets on spiffs images 2020-04-07 17:01:58 +08:00
tcp_transport secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
tcpip_adapter esp-netif: wifi-deinit to clear handlers only in tcpip-adapter mode 2020-05-19 08:34:36 +00:00
tinyusb usb: fixed a typo in configure_pins 2020-06-01 14:17:15 +02:00
ulp Add missing link to ulp header files and link to example following https://esp32.com/viewtopic.php?f=2&t=15562 2020-05-14 17:31:05 +08:00
unity global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
vfs vfs: add vfs_cdcacm driver (aka USB CDC) 2020-06-26 15:38:49 +02: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 wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-06-07 15:31:12 +00:00
xtensa xtensa: use early logging for trax config during startup 2020-06-19 18:40:10 +10:00