OVMS3-idf/components
Angus Gratton 7ef42f2596 Merge branch 'fix/nvs_util_key_len' into 'master'
nvs_util: Add check for key len in input csv file

See merge request espressif/esp-idf!5392
2019-07-05 10:34:55 +08:00
..
app_trace cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
app_update components: restore dependency of extra bins on flash target 2019-06-28 10:50:52 +08:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader bootloader: fix secure boot issues 2019-06-28 10:54:21 +08:00
bootloader_support Add mmu pages available check in non-secure image hash check path. 2019-07-01 20:04:15 +00:00
bt Merge branch 'bugfix/btdm_conn_fail_with_some_speaker' into 'master' 2019-07-04 19:23:19 +08:00
coap cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
console cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
cxx components: use new component registration api 2019-06-21 19:53:29 +08:00
driver Merge branch 'fix/sdio_slave_reset_infloop_leak' into 'master' 2019-07-03 08:36:26 +08:00
efuse Improve flash encryption documentation and add Development & Release modes 2019-06-25 23:41:18 +00:00
esp-tls esp_tls: Add support for server side SSL/TLS connection 2019-06-25 23:43:35 +00:00
esp32 esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
esp_adc_cal components: use new component registration api 2019-06-21 19:53:29 +08:00
esp_common Merge branch 'bugfix/esp_timer_delete_from_cb' into 'master' 2019-07-02 14:16:26 +08:00
esp_eth ethernet: support dm9051 2019-07-04 19:38:13 +08:00
esp_event add esp_eth component 2019-06-26 10:19:23 +08:00
esp_http_client esp_http_client: Add support to disable validation of certificate's CN field 2019-06-25 23:41:33 +00:00
esp_http_server cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
esp_https_ota esp_https_ota: Removed unnecessary free() 2019-06-25 23:41:33 +00:00
esp_https_server esp_https_server: Add support for esp-tls server APIs 2019-06-25 23:43:35 +00:00
esp_local_ctrl ESP Local Control Feature Added 2019-07-03 21:31:04 +05:30
esp_ringbuf ringbuffer: support to allocate memory on the ringbuffer before send 2019-07-01 11:41:50 +08:00
esp_rom components: use new component registration api 2019-06-21 19:53:29 +08:00
esp_websocket_client examples: use new component registration api 2019-06-21 19:53:29 +08:00
esp_wifi esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
espcoredump cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
esptool_py esptool_py: do not generate flasher arg files on bootloader build 2019-06-28 10:54:21 +08:00
expat components: use new component registration api 2019-06-21 19:53:29 +08:00
fatfs fatfs: reduce rawflash tests run time 2019-06-25 23:07:07 +08:00
freemodbus cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
freertos cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
heap cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
idf_test CI: use parallel attribute in CI config file 2019-07-03 16:53:34 +08:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json components: use new component registration api 2019-06-21 19:53:29 +08:00
libsodium cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
log components: use new component registration api 2019-06-21 19:53:29 +08:00
lwip lwip/sntp: Added extern "C" 2019-06-28 14:51:28 +08:00
mbedtls mbedtls: remove component CMake file workarounds 2019-06-26 08:41:02 +00:00
mdns add esp_eth component 2019-06-26 10:19:23 +08:00
mqtt components: use new component registration api 2019-06-21 19:53:29 +08:00
newlib VFS: Fix Kconfig prefix 2019-07-02 17:17:18 +02:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash Merge branch 'fix/nvs_util_key_len' into 'master' 2019-07-05 10:34:55 +08:00
openssl components: use new component registration api 2019-06-21 19:53:29 +08:00
partition_table bootloader: fix secure boot issues 2019-06-28 10:54:21 +08:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm ESP Local Control Feature Added 2019-07-03 21:31:04 +05:30
pthread components: use new component registration api 2019-06-21 19:53:29 +08:00
sdmmc components: use new component registration api 2019-06-21 19:53:29 +08:00
smartconfig_ack esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
soc ethernet: support dm9051 2019-07-04 19:38:13 +08:00
spi_flash spi_flash: use same argument types in .h and .c files 2019-07-02 10:26:06 +02:00
spiffs host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL 2019-07-02 10:10:49 +02:00
tcp_transport esp_transport_destroy: Fix memory leak 2019-07-04 11:07:41 +02:00
tcpip_adapter add esp_eth component 2019-06-26 10:19:23 +08:00
ulp components: use new component registration api 2019-06-21 19:53:29 +08:00
unity cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
vfs VFS: Fix Kconfig prefix 2019-07-02 17:17:18 +02:00
wear_levelling host tests: correct definition of CONFIG_SPI_FLASH_USE_LEGACY_IMPL 2019-07-02 10:10:49 +02:00
wifi_provisioning NimBLE-provisioning: Add NimBLE support to unified provisioning framework 2019-07-02 14:20:10 +08:00
wpa_supplicant supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
xtensa cmake: some formatting fixes 2019-06-21 19:53:29 +08:00