OVMS3-idf/components
Angus Gratton e32d27e7e8 esp_eth: Add CONFIG_ETH_ENABLED flag to enable/disable ethernet at build time
Always enabled by default, as SPI/Ethernet support is enabled by default.
2019-08-13 17:14:16 +10:00
..
app_trace Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
app_update Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
bootloader_support Fix function prototypes 2019-08-13 17:14:16 +10:00
bt bt: Update to match master 2019-08-13 17:14:16 +10:00
coap coap: kconfig cleanup, have component specific configuration for common options 2019-08-06 10:37:40 +05:30
console tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cxx tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
driver Fix function prototypes 2019-08-13 17:14:16 +10:00
efuse Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esp-tls Merge branch 'feature/transport_support_der_certs' into 'master' 2019-08-05 09:52:08 +08:00
esp32 Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esp32s2beta Fix function prototypes 2019-08-13 17:14:16 +10:00
esp_adc_cal Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esp_common Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esp_eth esp_eth: Add CONFIG_ETH_ENABLED flag to enable/disable ethernet at build time 2019-08-13 17:14:16 +10:00
esp_event Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esp_gdbstub Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esp_http_client Merge branch 'bugfix/strict_prototypes' into 'master' 2019-08-05 09:38:39 +08:00
esp_http_server tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_https_ota esp_https_ota: Removed unnecessary free() 2019-06-25 23:41:33 +00:00
esp_https_server esp-tls: Naming variables refering to certificates and keys in a neutral way to suggest that both PEM and DER format could be used, added comments descibing important details about using these formats 2019-08-02 09:25:16 +02:00
esp_local_ctrl tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_ringbuf tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_rom Fix function prototypes 2019-08-13 17:14:16 +10:00
esp_websocket_client tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
esp_wifi esp_wifi: update esp32s2beta WiFi library 2019-08-13 17:14:16 +10:00
espcoredump Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
esptool_py Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 13:44:24 +10:00
expat components: use new component registration api 2019-06-21 19:53:29 +08:00
fatfs Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
freemodbus Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
freertos bootloader: Include FreeRTOS component for the FREERTOS_UNICORE header, only 2019-08-13 17:14:16 +10:00
heap Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
idf_test modify WIFI_CONN_0101 case for wrong authmode of AP 2019-08-02 10:22:46 +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 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
log Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
lwip esp_eth: Add CONFIG_ETH_ENABLED flag to enable/disable ethernet at build time 2019-08-13 17:14:16 +10:00
mbedtls esp32s2beta: Invert RSA_CONSTANT_TIME_DISABLE_REG to RSA_CONSTANT_TIME_REG 2019-08-13 17:14:16 +10:00
mdns Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
mqtt mqtt: referenced esp-mqtt master to close disconnection issues and fix static analysis warnings 2019-07-18 10:34:10 +02:00
newlib Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
openssl tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
partition_table global: update note in the partition tables 2019-07-27 10:28:16 +02:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
pthread Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
sdmmc Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
smartconfig_ack esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
soc Fix function prototypes 2019-08-13 17:14:16 +10:00
spi_flash Fix function prototypes 2019-08-13 17:14:16 +10:00
spiffs Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
tcp_transport Merge branch 'feature/transport_support_der_certs' into 'master' 2019-08-05 09:52:08 +08:00
tcpip_adapter esp_eth: Add CONFIG_ETH_ENABLED flag to enable/disable ethernet at build time 2019-08-13 17:14:16 +10:00
ulp Cleanup of previous merge commit 2019-08-12 16:57:40 +10:00
unity Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
vfs Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
wear_levelling Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 15:26:58 +10:00
wifi_provisioning wifi_prov_mgr : Added missing esp_event_post() for WIFI_PROV_END events 2019-07-13 15:48:23 +05:30
wpa_supplicant esp_rom: Fail immediately if the wrong SoC's header file is included 2019-08-12 16:57:40 +10:00
xtensa esp_rom: Fail immediately if the wrong SoC's header file is included 2019-08-12 16:57:40 +10:00