OVMS3-idf/components
Ivan Grokhotkov 16a9252d4b Merge branch 'feature/add_esp32s3_soc_description_files' into 'master'
soc: add soc descriptions for esp32s3

See merge request espressif/esp-idf!9238
2020-06-23 21:19:56 +08:00
..
app_trace gcov: Fixes APP CPU syscall table 2020-05-08 03:13:18 +03:00
app_update app_update: Add API to write data in a non contiguous manner 2020-05-28 10:18:55 +05:30
asio
bootloader efuse: Add 'disable Download Mode' & ESP32-S2 'Secure Download Mode' functionality 2020-05-28 17:50:45 +10:00
bootloader_support Merge branch 'bugfix/efuse_logs' into 'master' 2020-06-16 13:47:02 +08:00
bt Merge branch 'bugfix/ble_mesh_split_tinycrypt' into 'master' 2020-06-23 19:07:31 +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 Update linenoise.c: calloc returning NULL is not handled 2020-05-06 13:21:56 +08:00
cxx Increase C++ unit test leak threshold 2020-05-22 16:39:44 +08:00
driver Merge branch 'bugfix/optimize_timer_ut' into 'master' 2020-06-18 02:04:43 +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 esp32, esp32s2: remove dependency of cache err int init on freertos 2020-06-19 18:40:10 +10:00
esp32s2 esp_system: fix various review issues 2020-06-19 18:40:10 +10:00
esp_adc_cal
esp_common esp32, esp32s2: move startup code into esp_system 2020-06-19 18:40:09 +10: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: Expose low level socket send/recv APIs 2020-06-11 01:56:47 +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 components/bt:Fix instant reverse and add ble connect paramter check. 2020-06-18 11:21:46 +08:00
esp_serial_slave_link
esp_system esp_system: fix other core init issue 2020-06-19 18:40:10 +10: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 esp_wifi: 2020-06-19 14:24:23 +08:00
espcoredump Merge branch 'feature/coredump_pygdbmi' into 'master' 2020-06-23 01:44:45 +08:00
esptool_py esptool: Add support for ESP32-S2 Secure Download Mode 2020-05-28 17:52:15 +10: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 esp_flash: decrease some of the performance threshold 2020-06-19 15:54:34 +08:00
jsmn
json
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 feat(lwip): make LWIP TCP rto time configurable 2020-06-16 13:16:17 +00:00
mbedtls Fixes issues with gen_crt_bundle.py for unicode chars 2020-06-08 18:27:03 +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 Merge branch 'bugfix/esp32_eco3_init_syscall_table' into 'master' 2020-05-07 15:17:13 +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 soc: add soc descriptions for esp32s3 2020-06-23 15:10:09 +08:00
spi_flash Merge branch 'feature/configure_flash_write_chunk_size' into 'master' 2020-06-22 14:50:42 +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
vfs vfs: semihost driver bugfix 2020-04-15 15:46:47 +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