OVMS3-idf/components
Ivan Grokhotkov 63a544dd3c newlib: don't define non-thread-safe versions of getc, putc
getc, getchar, putc, putchar were defined both as functions and as
macros. The macro versions are not thread safe, and should not be used
in multithreaded applications.

Upstream fix: b0f271d1db
2020-03-19 12:53:12 +01:00
..
app_trace cmake: Add support for test build 2018-10-20 12:07:24 +08:00
app_update support esp32 eco revision 2 and 3 2019-09-19 17:05:08 +08:00
asio cmake: make main a component again 2018-09-11 09:44:12 +08:00
aws_iot cmake: make main a component again 2018-09-11 09:44:12 +08:00
bootloader bootloader: Factory reset not for deep sleep 2019-09-12 22:07:05 +08:00
bootloader_support bugfix(i2s_bootloader_random_disable): fix bug about i2s bootloader_random_disable for release/v3.2 2019-11-05 17:04:42 +08:00
bt Remove (x2) varible for BCM_STRNCPY_S and BCM_STRCPY_S 2020-03-14 15:04:44 +08:00
coap cmake: silence some warnings in coap, bt, expat, libsodium, lwip and examples/bluetooth 2018-09-20 18:53:15 +08:00
console console/linenoise: support buffered stdout 2019-03-15 11:29:56 +08:00
cxx cmake: Add support for test build 2018-10-20 12:07:24 +08:00
driver bugfix(driver): fix i2s and timergroup some issues 2019-12-31 14:58:30 +08:00
esp-tls fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2020-03-09 13:51:28 +00:00
esp32 bugfix: Place the Vendor Specific element at the end according to the protocol 2020-03-02 14:15:31 +08:00
esp_adc_cal cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_event esp_event: detect leaks in unit test 2019-02-01 10:08:50 +08:00
esp_http_client http_client: added comments to http header generation function 2019-11-19 14:07:54 +00:00
esp_http_server esp_http_server : Bugfix in parsing of empty header values 2019-09-09 08:57:29 +00:00
esp_https_ota esp_http_client: add support for using certs from global ca store 2019-04-24 14:06:33 +05:30
esp_ringbuf cmake: Add support for test build 2018-10-20 12:07:24 +08:00
esp_websocket_client tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-02-27 08:56:43 +00:00
espcoredump cmake: Add support for test build 2018-10-20 12:07:24 +08:00
esptool_py project_include.cmake: Make esptool_py_custom_target callable from other directories 2020-02-20 13:06:18 +05:30
ethernet ethernet: add kconfig help for GPIO0 output mode 2019-10-14 10:50:49 +08:00
expat expat: Update library from 2.2.5 to 2.2.9 2019-12-05 09:22:01 +01:00
fatfs Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 2019-10-18 10:28:24 +02:00
freemodbus freemodbus: change critical sections to semaphore mutex 2019-03-07 16:01:43 +01:00
freertos freertos: remove semicolon in xTaskNotifyGive 2019-10-08 12:39:28 +08:00
heap heap: Fix printf usage in heap poisoning 2019-10-16 13:21:30 +00:00
idf_test test: fix test case MESH_EST_2403 2019-09-12 02:51:06 +00:00
jsmn cmake: make main a component again 2018-09-11 09:44:12 +08:00
json Update cJSON to v1.7.12 2019-08-21 18:58:37 +10:00
libsodium test: Set timeout of libsodium ed25519_convert test to 60s 2019-07-30 04:44:30 +00:00
log cmake: make main a component again 2018-09-11 09:44:12 +08:00
lwip lwip: Add to sys_arch_protect() a check that the mutex is created before use if not then creates it 2020-03-11 19:26:43 +08:00
mbedtls mbedtls: fix hw accelerated big-num mul if operand and result overlap 2020-02-20 10:06:28 +01:00
mdns mdns: respond to discovery with the proper pseudo name _services._dns-sd._udp 2020-01-08 10:22:27 +01:00
micro-ecc cmake: make main a component again 2018-09-11 09:44:12 +08:00
mqtt mqtt: update submodule to point to latest commit. 2020-01-14 10:53:01 +08:00
newlib newlib: don't define non-thread-safe versions of getc, putc 2020-03-19 12:53:12 +01:00
nghttp Modified http_parser to handle ICY uris. 2019-10-11 16:24:31 +05:30
nvs_flash Merge branch 'fix/update_curr_page_state_3.2' into 'release/v3.2' 2019-07-08 14:05:40 +08:00
openssl cmake: make main a component again 2018-09-11 09:44:12 +08:00
partition_table cmake: Add support for test build 2018-10-20 12:07:24 +08:00
protobuf-c protobuf-c : Added Google's protocol buffer C library as sub-module 2018-10-02 19:07:28 +05:30
protocomm Unified Provisioning - BLE: Fix characteristics read response issue 2020-02-18 14:59:26 +05:30
pthread Merge branch 'feature/cmake-unit-test' into 'master' 2018-10-22 16:29:15 +08:00
sdmmc cmake: Add support for test build 2018-10-20 12:07:24 +08:00
smartconfig_ack fix the bug for Airkiss can't get the ip of the cellphone 2020-02-19 10:38:05 +08:00
soc soc: clear PHY status when cpu start 2020-02-13 14:28:33 +08:00
spi_flash bugfix(flash): improve flash dio read timing 2019-07-02 14:57:13 +08:00
spiffs spiffs: increase timeout in readdir test 2018-11-21 03:42:15 +00:00
tcp_transport fix(transport): Fix a bug of the connection whether be active or not by timeout option when the select function return a correct value. 2020-03-09 13:51:28 +00:00
tcpip_adapter lw-ip: Enable IPv6 stateless address autoconfiguration 2020-02-18 19:38:09 +08:00
ulp cmake: Fix for Python files executed directly, not via PYTHON variable 2019-03-25 11:41:00 +08:00
vfs VFS: Fix bug which occurs when driver is installed during a select() call 2019-10-22 08:26:43 +02:00
wear_levelling Version update from V1 to V2 now done in correct way. 2018-10-26 09:21:30 +03:00
wifi_provisioning Wi-Fi Provisioning : Bugfix in copying SSID and Passphrase 2019-06-27 12:38:07 +05:30
wpa_supplicant wps: Relax the check on older config methods in case of WPS2.0 (backport v3.2) 2019-08-27 14:10:43 +05:30
xtensa-debug-module cmake: make main a component again 2018-09-11 09:44:12 +08:00