esp-idf/components
Angus Gratton 573d5f4eb0 Merge branch 'bugfix/flash_target_deps_on_spiffs_gen_images' into 'master'
spiffs: restore dependency of flash targets on spiffs images

See merge request espressif/esp-idf!8277
2020-04-08 12:43:11 +08:00
..
app_trace newlib: use --specs=nano.specs to enable "nano" version of C library 2020-03-27 20:04:47 +07:00
app_update esp_ota_ops.c: Fix size calculation to erase partition range for OTA image 2020-03-31 14:58:32 +00:00
asio
bootloader secure boot v2: esp32: Prevent read disabling additional efuses 2020-03-30 18:00:40 +11:00
bootloader_support esp32: Enable flash encryption by setting FLASH_CRYPT_CNT to max 2020-03-30 18:13:42 +11:00
bt components/bt: Fix for HCI desync deadlock issue in BLE controller 2020-04-02 09:54:16 +00:00
cbor
coap
console console: ignore static analysis warnings 2020-03-27 19:19:20 +01:00
cxx test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
driver Merge branch 'bugfix/fix_adc_init_code_setting_for_esp32s2' into 'master' 2020-04-04 16:06:16 +08:00
efuse efuse: Add an API to return the efuse descriptor for a key block's purpose field 2020-04-06 18:33:11 +10: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 Merge branch 'feature/toolchain_2020r1-RC1' into 'master' 2020-04-01 18:17:28 +08:00
esp32s2 Digital Signature HW: adding S2 support 2020-04-01 13:47:13 +08:00
esp_adc_cal
esp_common Merge branch 'feature/ds_peripheral' into 'master' 2020-04-03 12:10:13 +08:00
esp_eth test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
esp_event
esp_gdbstub
esp_http_client http_header.c: Add error print in http_header_generate_string if buffer size is less than required size 2020-04-06 13:22:08 +05:30
esp_http_server test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
esp_https_ota
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_local_ctrl
esp_netif esp-netif: reenabled dhcp unit tests for esp32s2 2020-04-01 07:06:13 +00: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
esp_system panic: ignore deliberate null dereference to pass static analysis 2020-03-27 19:18:40 +01:00
esp_timer esp_timer: alias esp_timer_get_time 2020-04-01 16:51:43 +08:00
esp_websocket_client
esp_wifi bugfix: fix esp_wifi_stop crash issue 2020-04-07 11:12:43 +08:00
espcoredump global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
esptool_py cmake: add elf dir information 2020-04-07 17:19:33 +08: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 long buffer failure 2020-03-30 22:05:48 +08:00
freertos freertos: silence the static analysis warning referencing the workitem 2020-03-27 18:46:39 +01:00
heap global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
idf_test Add fixes for gcc8 psram fix improvement 2020-03-27 20:04:47 +07: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 lwip: dhcp-server fix static analysis warnings 2020-03-27 18:46:39 +01:00
mbedtls crypto tests: fix mallocs that were missing MALLOC_CAP_8BIT 2020-03-30 10:40:59 +07:00
mdns
mqtt mqtt: reenable outbox unit tests for esp32s2 2020-04-01 07:06:13 +00:00
newlib newlib: use --specs=nano.specs to enable "nano" version of C library 2020-03-27 20:04:47 +07:00
nghttp
nvs_flash Merge branch 'bugfix/IDFGH-2910' into 'master' 2020-03-30 05:18:38 +08:00
openssl
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
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 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 test for setting mpu illegal access 2020-04-07 11:38:26 +08:00
spi_flash Merge branch 'feat/esp_flash_support_mxic' into 'master' 2020-04-03 16:04:49 +08:00
spiffs spiffs: restore dependency of flash targets on spiffs images 2020-04-07 17:01:58 +08:00
tcp_transport test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
tcpip_adapter
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
vfs vfs: semihosting driver update supporting semihosting_common handler from OpenOCD 2020-04-03 16:19:06 +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: Fix wpa_supplicant TLS 1.2 issues 2020-03-31 17:16:10 +05:30
xtensa Merge branch 'feature/trax_parsing_script' into 'master' 2020-03-30 05:21:02 +08:00