Omar Chebib 32067f9b6b Merge branch 'feature/freertos_snapshot_extraction' into 'master' 4 лет назад
..
app_trace 29f581fc70 freertos(esp32s3): SysTick uses systimer 4 лет назад
app_update c7361327be app_update: Expose get_ota_partition_count in header file 4 лет назад
asio 36e6938920 Merge branch 'feature/lwip_ipv6_automatic_coap_asio' into 'master' 4 лет назад
bootloader dd40123129 bootloader: add xmc spi_flash startup flow to improve reliability 4 лет назад
bootloader_support a0d2efe1be Merge branch 'bugfix/xmc_overerase' into 'master' 4 лет назад
bt bdd4b45f6a Merge branch 'bugfix/btdm_auto_update_PPCP_attribute_value' into 'master' 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 7c22cccb9c esp32: cleanup build script 4 лет назад
cxx 7edb808592 [cxx]: Activated emergency pool test to CI 4 лет назад
driver 4e3f5573c4 uart: cleaner way of handling error in a critical section 4 лет назад
efuse 3cf4fbc150 efuse(esp32s2): Added flash_ver, psram_ver, pkg_ver efuses 4 лет назад
esp-tls 6fce2930d0 esp32h2: enable more components to support esp32h2 4 лет назад
esp32 2347e68e6b soc: move peripheral linker scripts out of target component 4 лет назад
esp32c3 2347e68e6b soc: move peripheral linker scripts out of target component 4 лет назад
esp32h2 2347e68e6b soc: move peripheral linker scripts out of target component 4 лет назад
esp32s2 2347e68e6b soc: move peripheral linker scripts out of target component 4 лет назад
esp32s3 97507ebe49 Merge branch 'feature/support_esp32s3_lightsleep' into 'master' 4 лет назад
esp_adc_cal ee23a489b9 esp32h2: code clean up 4 лет назад
esp_common 6a2f7b6f88 ld: rename .ext_ram.noinit to .ext_ram_noinit 4 лет назад
esp_eth 404905d5f1 esp_eth: Add support to LAN87xx family 4 лет назад
esp_event 88eb4fa6a6 [mocks]: moved mocks dir to tools/ 4 лет назад
esp_gdbstub 83c9e1b223 freertos: take tasks snapshot out of tasks.c source code 4 лет назад
esp_hid d1c8c268d4 Add event_stack_size option to esp_hidh_config_t 4 лет назад
esp_http_client 981287900e esp_http_client: Support HTTP_EVENT_ERROR event 4 лет назад
esp_http_server f43e9cdaa7 http: Function to get Cookie value from request. 4 лет назад
esp_https_ota 3064487c20 esp_https_ota: Add check for HTTP error codes and corresponding error logs 4 лет назад
esp_https_server 967e057906 esp-tls, esp_http_client and esp_http_server: update copyright notice 4 лет назад
esp_hw_support 53975c444c Merge branch 'update_copyright_notice_esp_hw_support_5' into 'master' 4 лет назад
esp_ipc 4972605b16 esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 4 лет назад
esp_lcd dc1d14a37f lcd: support putting RGB frame buffer in PSRAM 4 лет назад
esp_local_ctrl 0146f258d7 style: format python files with isort and double-quote-string-fixer 5 лет назад
esp_netif cd47ba03bc Merge branch 'bugfix/mdns_lwip_agnostic' into 'master' 4 лет назад
esp_phy d73a09cd8b light sleep: add wifi mac sleep support for esp32s3 4 лет назад
esp_pm 29f581fc70 freertos(esp32s3): SysTick uses systimer 4 лет назад
esp_ringbuf 7c22cccb9c esp32: cleanup build script 4 лет назад
esp_rom 6e1f8a68b9 Merge branch 'feature/support_esp32s3_wifi_lightsleep' into 'master' 4 лет назад
esp_serial_slave_link 99c30d32c7 essl: use esp_check in essp spi driver 4 лет назад
esp_system 294f9783fc Tools: Fix memory calculations of idf_size.py 4 лет назад
esp_timer 29f581fc70 freertos(esp32s3): SysTick uses systimer 4 лет назад
esp_websocket_client ecd3f85794 Merge branch 'bugfix/ws_client_const_correct' into 'master' 4 лет назад
esp_wifi 09ab053ea1 esp_wifi: Fix some PMF and FTM issues 4 лет назад
espcoredump 83c9e1b223 freertos: take tasks snapshot out of tasks.c source code 4 лет назад
esptool_py 93512edc7a secure_boot_v2(doc): secure_boot_v2 key/s must be readable 4 лет назад
expat 77d4f3080f expat: Update library from 2.2.9 to 2.4.1 4 лет назад
fatfs bd96484f7b host tests: add missing header files for compiling host tests 4 лет назад
freemodbus 5944433424 Merge branch 'bugfix/modbus_allow_master_slave_work_simultaneously' into 'master' 4 лет назад
freertos 32067f9b6b Merge branch 'feature/freertos_snapshot_extraction' into 'master' 4 лет назад
hal 1c3be690ed [esp_hw_support]: HMAC upstream support for S3 4 лет назад
heap 064f12cb90 idf_size.py: fixed diram counted twice issue, and improve display 4 лет назад
idf_test d29335710d test: add ethernet iperf example test case 4 лет назад
ieee802154 a74bbde9c5 openthread: support 1.3 border routing features 4 лет назад
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
json 6ba648edac cJSON: update to v1.7.14 release 5 лет назад
libsodium a2111ce2b5 libsodium: fix source directory names to address build issues with Make 4 лет назад
linux c9984faaef [mocks]: freertos mock 4 лет назад
log 4dd88329c1 [esp_rom]: Partially buildable for linux 4 лет назад
lwip a74bbde9c5 openthread: support 1.3 border routing features 4 лет назад
mbedtls bf21cf0c99 aes/sha: change gdma transfer ability for sram to be 1 byte aligned 4 лет назад
mdns 5e98772eaf mdns: fix crash when adding services without hostname set 4 лет назад
mqtt f6d23bfee1 mqtt: Adds host tests for mqtt client 4 лет назад
newlib 41973b761e newlib: Override __assert and __assert_func 4 лет назад
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
nvs_flash 84d184bdb0 Merge branch 'bugfix/nvs_corrupted_storage_crashes_app' into 'master' 4 лет назад
openssl cc78923d23 docs: Update OpenSSL API documents 4 лет назад
openthread a74bbde9c5 openthread: support 1.3 border routing features 4 лет назад
partition_table ede477ea65 paritition_table: Verify the partition table md5sum when loading the app 4 лет назад
perfmon 6fce2930d0 esp32h2: enable more components to support esp32h2 4 лет назад
protobuf-c d6f4d99d93 core system: Fix warnings in compilation when assertions are disabled 4 лет назад
protocomm 99cce49299 ESP32C3: Fix for provisioning failure with ble transport mode and bluedriod stack 4 лет назад
pthread c685ef303b pthread: Fix race conditions in existing pthread UTs 4 лет назад
riscv 75bd02bd46 esp32h2: add some more fixes and TODOs 4 лет назад
sdmmc 80acc1a002 CI: add S3 default_2 unit test config 4 лет назад
soc 1c3be690ed [esp_hw_support]: HMAC upstream support for S3 4 лет назад
spi_flash a0d2efe1be Merge branch 'bugfix/xmc_overerase' into 'master' 4 лет назад
spiffs bd96484f7b host tests: add missing header files for compiling host tests 4 лет назад
tcp_transport 37e08d38a4 tls: Modify tls optimize both mbedtls and wolfssl 4 лет назад
tcpip_adapter da58235a0e components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 5 лет назад
tinyusb 81448dcae8 tiny_usb: rename Kconfig name 4 лет назад
touch_element ee4ca67620 touch_element: add unit test for Touch Element lib 4 лет назад
ulp 7c22cccb9c esp32: cleanup build script 4 лет назад
unity 0b86f81847 [nvs]: use real esp_common on host tests 4 лет назад
usb 81448dcae8 tiny_usb: rename Kconfig name 4 лет назад
vfs d4ff9ab266 Fix memory leak on error path in register_select 4 лет назад
wear_levelling bd96484f7b host tests: add missing header files for compiling host tests 4 лет назад
wifi_provisioning baa2faa94b provisioning: fix wifi warning in wifi_prov_mgr application 4 лет назад
wpa_supplicant 20d0891e1e wpa_supplicant: Trivial typo fix for setting spp_sup.require 4 лет назад
xtensa 75bd02bd46 esp32h2: add some more fixes and TODOs 4 лет назад