Gustavo Henrique Nihei c1b3d77dcf spi: Fix wrong target register for interrupt disable 4 年 前
..
app_trace da59a29be6 Merge branch 'update_copyright_notice_app_trace' into 'master' 4 年 前
app_update b3e37696ba app_update: update copyright notice 4 年 前
asio 36e6938920 Merge branch 'feature/lwip_ipv6_automatic_coap_asio' into 'master' 4 年 前
bootloader d6680b689b Merge branch 'feature/s3beta3_crypto_bringup' into 'master' 4 年 前
bootloader_support 071e00a088 bootloader: Fix a wrong offset in image_load after refactoring 4 年 前
bt b75e034b3c Bluedroid: Check only x component of passkey to avoid passkey impersonation attack. 4 年 前
cbor 6a06be002e tinycbor: update to latest upstream commit-id 4 年 前
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年 前
coap e305f29382 asio coap: If LWIP IPV6 is disabled, automatically don't build asio & coap 4 年 前
console 28a94328d4 console: update copyright notice 4 年 前
cxx 71170dd5bc cxx: update copyright notice 4 年 前
driver ff29aded19 Merge branch 'bugfix/i2s_apll_disable_issue' into 'master' 4 年 前
efuse 3c30e688c4 Merge branch 'feature/support_auto_adjust_voltage_storingInEfuse_openGlitchRst' into 'master' 4 年 前
esp-tls 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 年 前
esp32 787873b86b freertos: Fix CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY description 4 年 前
esp32c3 58490418ad Merge branch 'feature/merge_c3_caps' into 'master' 4 年 前
esp32s2 7c1e1c9e2d systimer: update soc data 4 年 前
esp32s3 17c65dad27 soc: add esp32s3 sdmmc support 4 年 前
esp_adc_cal 13bc5feb0a [cxx]: fixed extern "C" declarations 4 年 前
esp_common daa13b3f62 esp32: move toolchain check 4 年 前
esp_eth 45846f06cf esp_eth: Improve GPIO interrupt processing in w5500 driver 4 年 前
esp_event 922992b519 event: Add IP_EVENT_ETH_LOST_IP event 4 年 前
esp_gdbstub 00a7ecb5a3 Code cleanup. Bugfix after rebase with master. Formating. 4 年 前
esp_hid d1c8c268d4 Add event_stack_size option to esp_hidh_config_t 4 年 前
esp_http_client 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 年 前
esp_http_server 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 年 前
esp_https_ota c73a17cc27 esp_https_ota: Added esp_https_ota_get_image_size() to retrieve total size of OTA update 4 年 前
esp_https_server 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 年 前
esp_hw_support 4c0ed8844d Merge branch 'bugfix/wifi_mac_sleep_issue' into 'master' 4 年 前
esp_ipc d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 年 前
esp_lcd e10202a608 lcd: add esp_lcd component 4 年 前
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 年 前
esp_netif 7256cfe5a4 ppp: Fix disable IPv6 will make esp_netif_lwip_ppp build fail 4 年 前
esp_pm 91dbae3eb5 esp_pm: allow dfs to swith down alltime if no lightsleep 4 年 前
esp_ringbuf b69f94fb3a Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master' 5 年 前
esp_rom 6bd7f30199 bugfix/fix crash when lmp flooding 4 年 前
esp_serial_slave_link 44fafd4991 spi_slave_hd: add polling api to read/write buf to essl_spi 4 年 前
esp_system 00a7ecb5a3 Code cleanup. Bugfix after rebase with master. Formating. 4 年 前
esp_timer 988c88a6b1 systimer: optimise esp_timer_get_time 4 年 前
esp_websocket_client c79a907e4f components: Remove repeated keep alive function by ssl layer function 4 年 前
esp_wifi 41882082f7 esp_wifi: re-enable phy calibration data to nvs for esp32c3 & esp32s3 4 年 前
espcoredump 46dc36233a coredump: Parse backtrace info for RISCV 4 年 前
esptool_py 9b4ba3d707 crypto: initial S3 Beta 3 bringup and testing for SHA/AES/RSA/flash enc 4 年 前
expat 20c068ef3b cmock: added cmock as component 5 年 前
fatfs 925dacd7fb Merge branch 'bugfix/remove_HSPI_macro_on_c3' into 'master' 4 年 前
freemodbus 59935e44c0 freemodbus: increase max priority of modbus tasks 4 年 前
freertos 38d902f544 Merge branch 'feature/gdbstubs_rt' into 'master' 4 年 前
hal c1b3d77dcf spi: Fix wrong target register for interrupt disable 4 年 前
heap d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 年 前
idf_test 51169b0e0c AES/SHA: use GDMA driver instead of LL 5 年 前
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年 前
json 6ba648edac cJSON: update to v1.7.14 release 5 年 前
libsodium e20826cc7f libsodium: update copyright notice 4 年 前
log 88829d68fc log: Document that normally logging APIs don't work in critical sections 4 年 前
lwip 557b1e9fe0 Merge branch 'docs/lwip_fuzzer_tests_document' into 'master' 4 年 前
mbedtls d6680b689b Merge branch 'feature/s3beta3_crypto_bringup' into 'master' 4 年 前
mdns 53c18a85db Docs: Added README.md for lwip fuzzer tests 4 年 前
mqtt 74fa52668c esp-mqtt: Remove __FILE__ macro from error logs 5 年 前
newlib 1ca2afd982 Merge branch 'bugfix/add-MAXNAMLEN-definition' into 'master' 4 年 前
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年 前
nvs_flash 68393c41c4 doc: linux host test documentation 4 年 前
openssl cc78923d23 docs: Update OpenSSL API documents 4 年 前
openthread ea836abe50 openthread: support microsecond timer 4 年 前
partition_table ede477ea65 paritition_table: Verify the partition table md5sum when loading the app 4 年 前
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 年 前
protobuf-c d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 5 年 前
protocomm b8dfb27141 protocomm_console.c: Fix out of bound read in protocomm_console_task and define line_buf size 4 年 前
pthread 6713291dad pthread: Fix behaviour when pthread destructor calls pthread_getspecific/pthread_setspecific 4 年 前
riscv d920aa52be xtensa: simplify build script 5 年 前
sdmmc cfa4beb661 test_sd: merge emmc SDR/DDR test cases of 4-bit mode 4 年 前
soc 2e4d3ad880 Merge branch 'feature/bringup_esp32s3beta_cmake_sdmmc' into 'master' 4 年 前
spi_flash 928e6c4d1c host tests: Add copyright notices and "This is a stub" notices to all stub files 4 年 前
spiffs 0bd9f6fe12 tools: spiffsgen: fix length error, add test case 4 年 前
tcp_transport f68d7d7023 esp_tls: Renamed public API to indicate the Plain TCP connection 4 年 前
tcpip_adapter da58235a0e components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 5 年 前
tinyusb 2c1cc506bf Merge branch 'feature/tinyusb_error_check' into 'master' 4 年 前
touch_element a3f5cf2c71 Merge branch 'bugfix/touch_element_callback_para' into 'master' 5 年 前
ulp 52b555e1e0 esp32s2 riscv ulp: Make re-linking depend on linker script file 4 年 前
unity 1fb58684a2 unity: add UNITY_MAIN_FUNC helper macro to run multiple test groups 4 年 前
usb 7f42104893 HCD: Add support for interrupt and isochronous pipes 4 年 前
vfs 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 年 前
wear_levelling e6edf34e82 esp32: move esp_clk functions 4 年 前
wifi_provisioning 06ae78b531 provisioning: Fix WiFi credentials not saved to NVS due to wifi_prov_mgr_start_provisioning change the WiFi storage to RAM 4 年 前
wpa_supplicant 9afd57057d Merge branch 'bugfix/add_sniffer_fcs_filter' into 'master' 4 年 前
xtensa be55a5eb2b [system]: put xtensa_intr_asm into IRAM 4 年 前