OVMS3-idf/components
Chinmay Chhajed 6d96217204 Future events scheduling error in case of wifi and bluetooth.
After this commit, global interrupts will be disabled before taking
current time for scheduling further bluetooth events. Earlier disabling
interrupts was taking some time because of which WiFi events were
interrupting in current bluetooth scheduling.

Signed-off-by: Chinmay Chhajed <chinmay.chhajed@espressif.com>
2020-02-12 20:04:21 +08:00
..
app_trace global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
app_update app_update(s2): Enable app_update UTs 2020-01-31 10:34:08 +00:00
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader Fixes accessing some files from 2nd part of the bootloader. 2020-02-10 12:34:18 +05:30
bootloader_support bootloader_support: add esp_chip_id_t value for ESP32-S2 2020-02-06 19:50:14 +01:00
bt Future events scheduling error in case of wifi and bluetooth. 2020-02-12 20:04:21 +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 console: simplify examples 2020-02-07 20:15:06 +08:00
cxx C++: rtti unit tests, corresponding CI config 2020-01-13 16:39:21 +08:00
driver Merge branch 'fix/spi_on_esp32s2' into 'master' 2020-02-09 19:45:16 +08:00
efuse global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp-tls Merge branch 'bugfix/esp_tls_blocking_timeout' into 'master' 2020-01-20 09:35:23 +08:00
esp32 esp32: use semaphore in FP switch test, raise worker task priority 2020-02-10 13:36:43 +01:00
esp32s2 ci: solve public headers errors 2020-02-11 14:30:42 +05:00
esp_adc_cal global: bring up esp32s2(not beta) 2020-01-16 17:41:31 +08:00
esp_common Merge branch 'bugfix/watchpoint_on_shared_stacl' into 'master' 2020-02-12 06:32:49 +08:00
esp_eth ethernet: add enc28j60 example 2020-02-10 12:56:14 +08:00
esp_event docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
esp_gdbstub global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_http_client Bugfix for failing OTA example 2019-12-31 14:18:16 +05:30
esp_http_server esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
esp_https_ota OTA: Fixed OTA with chunked servers and added example_test with chunked server 2020-02-05 11:56:37 +05:30
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 ESP-NETIF: add unit test for get/set hostname API 2020-02-11 07:36:32 +01:00
esp_ringbuf feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
esp_rom Merge branch 'feature/esp32_5p0_code_optimize' into 'master' 2020-02-11 17:29:08 +08:00
esp_serial_slave_link essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
esp_timer esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
esp_websocket_client esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
esp_wifi ci: solve public headers errors 2020-02-11 14:30:42 +05:00
espcoredump global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esptool_py esptool_py: pass flash mode/frequency/size to elf2image 2020-01-23 12:19:15 +01:00
expat heap_caps: small fixes on comments plus cleaning 2019-12-20 13:35:56 -03:00
fatfs soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
freemodbus docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
freertos shared_stack: using watchpoint 1 to monitor the shared_stack instead of watchpoint 0 2020-02-10 12:03:30 -03:00
heap global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
idf_test global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
jsmn jsmn: define macros in build system 2019-11-29 18:05:24 +08:00
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
log log: Check for ISR context and use proper API to get Tick Count 2020-02-07 04:49:53 +00:00
lwip ESP-NETIF: fix get/set hostname API to reflect user settings 2020-02-11 07:35:12 +01:00
mbedtls mbedtls: temporary disable HW crypto for ESP32S2 2020-01-23 18:14:10 +01:00
mdns esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
mqtt mqtt: example test to check connection with different ssl parameters 2020-02-07 10:35:40 +01:00
newlib esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 05:04:08 +00:00
nvs_flash Fixed missing implementations 2020-02-03 17:18:21 +01:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-23 16:10:57 +02:00
partition_table Fix subtype in PartitionTable.find_by_type 2020-02-06 08:48:35 +01:00
perfmon xtensa: update header file 2019-12-09 09:44:56 +08:00
protobuf-c
protocomm hw crypto: activated hardware acceleration for esp32s2beta 2019-12-12 12:37:29 +08:00
pthread freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
sdmmc global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
soc Merge branch 'bugfix/wifi_clear_phy_status_when_cpu_start' into 'master' 2020-02-12 15:34:46 +08:00
spi_flash soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
spiffs soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
tcp_transport esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-01-16 07:32:19 +00:00
tcpip_adapter lwip: Enable IPv6 stateless address autoconfiguration 2020-01-14 07:15:26 +00:00
ulp global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
unity global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
vfs docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
wear_levelling soc: separate abstraction, description and implementation 2020-02-11 14:30:42 +05:00
wifi_provisioning esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
wpa_supplicant Merge branch 'bugfix/eapol_log_verbosity' into 'master' 2020-02-11 16:10:07 +08:00
xtensa Merge branch 'refactor/restructure_soc_component' into 'master' 2020-02-12 07:50:10 +08:00