Angus Gratton eb85cfb9f6 docs: Temporarily mark RF calibration chapter as ESP32 only 6 лет назад
..
app_trace e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
app_update aa42177e19 app_update(s2): Enable app_update UTs 6 лет назад
asio 13d603e486 asio: updated ASIO port to use latest asio and esp-idf features 6 лет назад
bootloader fd15acb50f esp32s2: bootloader: move iram_loader segment higher 6 лет назад
bootloader_support e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
bt 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
cbor 5a09de8245 cbor: add tinycbor library and example 6 лет назад
coap 3e9a054626 ESP32/coap_mbedtls:add macro checks 6 лет назад
console afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 лет назад
cxx c8137c5298 C++: rtti unit tests, corresponding CI config 6 лет назад
driver 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
efuse e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
esp-tls 3f532c8895 Merge branch 'bugfix/esp_tls_blocking_timeout' into 'master' 6 лет назад
esp32 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
esp32s2 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
esp_adc_cal 1c2cc5430e global: bring up esp32s2(not beta) 6 лет назад
esp_common 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
esp_eth e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
esp_event 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
esp_gdbstub e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
esp_http_client 032a041395 Bugfix for failing OTA example 6 лет назад
esp_http_server 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
esp_https_ota ba31458347 OTA: Fixed OTA with chunked servers and added example_test with chunked server 6 лет назад
esp_https_server 25dd5e39af 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 6 лет назад
esp_local_ctrl afbaf74007 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 6 лет назад
esp_netif 7d45bfda21 esp_netif_lwip_ppp: fix posting ip-event data 6 лет назад
esp_ringbuf 9f9da9ec96 feat(timer): refator timer group driver 6 лет назад
esp_rom 16e63f6a3f esp32s2: esp_rom: separate nano formatting functions, fix newlib tests 6 лет назад
esp_serial_slave_link 087c8f6065 essl: new component to communicate with esp serial slave devices 6 лет назад
esp_timer 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
esp_websocket_client 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
esp_wifi eb85cfb9f6 docs: Temporarily mark RF calibration chapter as ESP32 only 6 лет назад
espcoredump e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
esptool_py 09950797cb esptool_py: pass flash mode/frequency/size to elf2image 6 лет назад
expat 4909fdfe02 heap_caps: small fixes on comments plus cleaning 6 лет назад
fatfs ee269ed687 Merge branch 'bugfix/fatfs_corrupted_assert' into 'master' 6 лет назад
freemodbus 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
freertos 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
heap e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
idf_test e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
jsmn 68dc6b2158 jsmn: define macros in build system 6 лет назад
json e366b6ac21 cJSON: include only source file objects for cmake build 6 лет назад
libsodium e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
log e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
lwip 95f9db79d2 Merge branch 'feature/lwip_netinet_tcp_pr4637' into 'master' 6 лет назад
mbedtls 6e527fb763 mbedtls: temporary disable HW crypto for ESP32S2 6 лет назад
mdns 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
mqtt e8787fc49e mqtt: update submodule to point to latest commit. 6 лет назад
newlib 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
nghttp 742d4689dd Modified http_parser to handle ICY uris. 6 лет назад
nvs_flash e228a2102d Fixed missing implementations 6 лет назад
openssl 833822c10b Fix Kconfig issues discovered by upstream Kconfiglib 6 лет назад
partition_table cc8bff703e esptool_py: create flash target functions 6 лет назад
perfmon 13cb9f8718 xtensa: update header file 6 лет назад
protobuf-c 9eccd7c082 components: use new component registration api 6 лет назад
protocomm c63684cf6c hw crypto: activated hardware acceleration for esp32s2beta 6 лет назад
pthread 429712c6eb freertos: moved all xtensa specific files into a separated folder 6 лет назад
sdmmc e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
soc 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
spi_flash e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
spiffs e85e99189f spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined 6 лет назад
tcp_transport aa3b1da384 esp_tls: added connection timeout to esp_tls_conn_new_sync() 6 лет назад
tcpip_adapter c0148ef1e8 lwip: Enable IPv6 stateless address autoconfiguration 6 лет назад
ulp e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
unity e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
vfs 11fac8637a docs: Resolve doxygen & Sphinx warnings 6 лет назад
wear_levelling e30cd361a8 global: rename esp32s2beta to esp32s2 6 лет назад
wifi_provisioning 739eb05bb9 esp32: add implementation of esp_timer based on TG0 LAC timer 6 лет назад
wpa_supplicant 98618333a1 Merge branch 'bugfix/wps_config_init' into 'master' 6 лет назад
xtensa 429712c6eb freertos: moved all xtensa specific files into a separated folder 6 лет назад