OVMS3-idf/components
Wangjialin 870efdb9d4 bugfix(uart): patten detect function
requirement from github(https://github.com/espressif/esp-idf/issues/805): to provide the position in the buffer of the pattern detected.

requirement from AT application: in AT app, when no hardware flow control is enabled, in some situation the rx buffer might be full, and the terminator “+++” might be lost, we can use pattern detect interrupt to avoid missing the terminator. When pattern detect interrupt happens, it will not send a data event at the same time.

1. Add API to get position of detected pattern in rx buffer
2. Modify UART event example
3. Add comments for uart_flush, add alias API uart_flush_input to clear the rx buffer
4. Modify the way rx_buffered_len is calculated
2018-01-22 13:33:51 +08:00
..
app_trace unit_tests/Update unit test timer divider 2017-10-30 19:42:16 +08:00
app_update ota_ops: Fix get_selected_boot_partition() in case there is no factory partition 2017-09-04 17:37:28 +10:00
aws_iot mbedtls: Rename net to net_sockets (in line with 2.4.0 API change) 2017-09-07 18:02:39 +10:00
bootloader build system: Fix undefined variables 2017-12-28 19:21:34 +08:00
bootloader_support Merge branch 'bugfix/bootloader_v10_backwards_compat' into 'master' 2017-12-18 17:20:08 +08:00
bt Merge branch 'bugfix/btdm_avrc_connect_state_evt' into 'master' 2018-01-09 19:33:06 +08:00
coap Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
console Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-04 10:18:40 +11:00
cxx Merge branch 'feature/cxx_exceptions_emg_pool' into 'master' 2017-11-23 13:02:49 +08:00
driver bugfix(uart): patten detect function 2018-01-22 13:33:51 +08:00
esp32 Merge branch 'feature/toolchain-80-g6c4433a' into 'master' 2018-01-11 21:44:42 +08:00
esp_adc_cal feature(I2S-ADC): add ADC mode for I2S. 2017-09-14 13:24:08 +08:00
espcoredump bugfix: fixed path to esptool when there is no compiled python module for it 2017-03-21 13:30:38 +03:00
esptool_py Add --warn-undefined-variables to MAKEFLAGS 2017-09-05 16:10:46 +10:00
ethernet Merge branch 'feature/eth_set_mac_addr' into 'master' 2017-12-19 17:40:36 +08:00
expat Build system: Raise warning level 2016-11-16 15:57:34 +11:00
fatfs Merge branch 'bugfix/sdmmc_vfs_deinit' into 'master' 2017-12-14 13:36:20 +08:00
freertos Merge branch 'bugfix/freertos_eventgroup_isr_test' into 'master' 2018-01-08 16:51:27 +08:00
heap fix typo for heap cap free size 2017-12-14 10:39:26 +05:30
idf_test Merge branch 'feature/bot' into 'master' 2017-11-21 18:43:56 +08:00
jsmn Add jsmn JSON parser component 2017-03-07 10:18:47 +11:00
json Update cJSON to 1.6.0 2017-12-04 10:22:07 +11:00
libsodium unit tests: fix warnings, build with -Werror 2017-10-19 21:35:23 +08:00
log log: fix typos in header files 2018-01-05 16:10:58 +08:00
lwip when netconn created directly,netconn_delete() will not call netconn_free(), 2017-12-05 10:42:37 +08:00
mbedtls Add #include guards and __cplusplus guards to esp_debug.h 2017-12-07 10:25:57 +11:00
mdns Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-04 10:18:40 +11:00
micro-ecc micro-ecc: Add submodule dependency 2016-11-17 09:18:51 +11:00
newlib time: rename time source option from FRC to "high-resolution timer" 2017-12-11 12:37:08 +08:00
nghttp Ensure that C++ and C compilers get the same preprocessor setup 2017-10-26 13:04:41 +02:00
nvs_flash Fix compilation errors when using gcc-7.2.0 for the crosstool-ng toolchain 2017-12-04 10:18:40 +11:00
openssl openssl: add feature check for MBEDTLS_SSL_ALPN 2017-12-08 13:00:11 +08:00
partition_table build system: Fix undefined variables 2017-12-28 19:21:34 +08:00
pthread Removed logging from pthread conditional variable which completely drowned out any other logging and also had negative effects on the RMT due to sharing the same log system. Related to #1345 / TW#16842 2017-12-28 15:21:00 +01:00
sdmmc sdmmc: allow command timeouts to be configured 2017-10-13 08:16:07 +08:00
soc Fix uart fifo overflow bug 2018-01-12 14:42:54 +08:00
spi_flash bug fix of assert happen in PSRAM 2018-01-09 20:01:06 +08:00
spiffs spiffs: make OBJ_META_LEN configurable, make mtime support optional 2017-11-22 00:17:11 +08:00
tcpip_adapter fix the dhcps default behaviour chenged by dns 2017-11-28 16:39:00 +08:00
ulp soc,ulp: add register definitions of RTC_I2C peripheral 2018-01-08 21:28:14 +08:00
vfs add missing ioctl declaration 2017-10-23 19:47:33 +08:00
wear_levelling unit test: adapt tests to single core configuration 2017-10-19 21:35:21 +08:00
wpa_supplicant Add the fast crypto function in supplicant 2017-08-09 21:36:13 +08:00
xtensa-debug-module esp32: Apptrace API enhancement 2017-07-24 19:57:44 +03:00