OVMS3-idf/components
Felipe Neves 64f918bd70 freertos/xtensa_context: added conditional compiling option around isr cycle measurement
It is possible to enable and disable the isr time measurement on context save and
it related test via menuconfig by the new option: FREERTOS_ISR_STATS
2019-12-04 10:39:22 -03:00
..
app_trace bugfix/esp32: add cpp guard headers for app_trace component so that its 2019-11-26 17:44:15 +05:30
app_update app_update: Add support esp32s2beta 2019-09-20 16:57:33 +10:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader cmake: Fix some uninitialized variable warnings 2019-11-08 12:50:28 +08:00
bootloader_support Merge branch 'bugfix/bootloader_unicore_cache_enable' into 'master' 2019-11-27 08:01:59 +08:00
bt Merge branch 'feature/reorganise_bluetooth-bluedroid-hci' into 'master' 2019-12-04 20:28:20 +08:00
cbor cbor: add tinycbor library and example 2019-08-22 17:44:29 +08:00
coap ESP32/coap_mbedtls:add macro checks 2019-10-09 16:46:46 +08:00
console tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cxx build system: move -fno-rtti link option next to the compile option 2019-11-26 19:12:56 +01:00
driver sdio: add unit test between host and slave 2019-12-03 22:58:42 +08:00
efuse efuse: Add the batch writing mode 2019-10-30 15:43:40 +08:00
esp-tls tcp_transport: added functionality for using ALPN with SSL 2019-11-13 11:33:13 +08:00
esp32 esp_wifi: fix WiFi scan and connect bugs when coexist with Bluetooth 2019-12-02 18:20:40 +08:00
esp32s2beta ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
esp_adc_cal Merge branch 'master' into feature/esp32s2beta_merge 2019-09-20 10:28:37 +10:00
esp_common essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_eth ethernet: add start/stop stress test 2019-12-03 17:58:03 +08:00
esp_event esp_event: fix possibility of null ptr dereference 2019-11-25 14:27:10 +08:00
esp_gdbstub Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
esp_http_client examples: modify other examples and tests to use esp_netif instead of tcpip_adapter 2019-11-13 12:36:25 +01:00
esp_http_server esp_http_server : Bugfix in parsing of empty header values 2019-09-06 11:02:36 +08:00
esp_https_ota Merge branch 'bugfix/CMake_esp_https_ota_dependencies' into 'master' 2019-11-12 19:43:26 +08: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_netif ethernet: move netif glue && add ref counter 2019-11-27 10:36:32 +08:00
esp_ringbuf feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
esp_rom esp32s2beta: implement esp_reset_reason API 2019-11-21 20:03:26 +01:00
esp_serial_slave_link essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_websocket_client Add User-Agent and additional headers to esp_websocket_client 2019-11-21 21:14:29 +01:00
esp_wifi Merge branch 'bugfix/coex_fix_wifi_scan_and_connect_bugs_master' into 'master' 2019-12-04 14:56:39 +08:00
espcoredump coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
esptool_py esptool: Update esptool version to match master 2019-10-22 16:44:16 +11:00
expat global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
fatfs fatfs: fix unit tests not included in the build 2019-11-15 15:04:57 +01:00
freemodbus Merge branch 'bugfix/freemodbus_fix_clang_warnings' into 'master' 2019-11-28 07:06:19 +08:00
freertos freertos/xtensa_context: added conditional compiling option around isr cycle measurement 2019-12-04 10:39:22 -03:00
heap esp32s2: Adds apptrace support 2019-11-13 15:24:01 +03:00
idf_test freertos/test: added spill register timer measurement test 2019-12-04 10:39:22 -03:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json Update cJSON to v1.7.12 2019-08-14 10:03:27 +10:00
libsodium global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
log log: refactoring to make compatible with no-FreeRTOS builds 2019-11-22 11:41:35 +01:00
lwip fix bug for ramdom tcp crash 2019-11-27 13:39:54 +00:00
mbedtls Fixed warnings for components driver, esp32 and mbedtls 2019-11-15 08:51:16 +00:00
mdns mdns: fixed forgotten merge conflicts in debug code 2019-11-22 10:31:06 +01:00
mqtt Merge branch 'master' into feature/esp32s2beta_merge 2019-10-22 13:51:49 +11:00
newlib global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash nvs_flash: build nvs_encr.cpp only if relevant config option is enabled 2019-11-15 15:58:31 +05:30
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
partition_table cmake: fix partition_table cmake when using md5 checksum 2019-11-08 02:59:22 +00:00
perfmon test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm ci: disable unavailable tests for esp32s2beta 2019-09-04 10:53:25 +10:00
pthread global: remove gcc 5.2 support 2019-11-20 11:17:27 +01:00
sdmmc driver: fix gpio pin_bit_mask truncation in sdspi_host and others 2019-11-18 13:42:22 +01:00
soc Merge branch 'bugfix/fix_esp32-s2_rtc_io_issue' into 'master' 2019-12-03 11:17:41 +08:00
spi_flash ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spiffs Merge branch 'master' into feature/esp32s2beta_merge 2019-10-25 15:13:52 +11:00
tcp_transport Add User-Agent and additional headers to esp_websocket_client 2019-11-21 21:14:29 +01:00
tcpip_adapter ethernet: warning when double start/stop 2019-12-03 16:10:20 +08:00
ulp s2 support for make build removed. 2019-11-22 09:03:23 +03:00
unity unity/unity_config.h: changed configuration for setjmp usage 2019-12-04 10:39:22 -03:00
vfs feature: Add uart hal support. 2019-11-26 20:01:50 +08:00
wear_levelling Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
wifi_provisioning esp_netif: Introduction of esp-netif component as a replacement of tcpip_adpter 2019-11-13 12:36:25 +01:00
wpa_supplicant wpa_supplicant: remove header file MD5 unit test 2019-11-27 23:00:11 +08:00
xtensa Merge branch 'feature/perfmon' into 'master' 2019-11-04 18:25:14 +08:00