David Cermak 5472deec6e ci: Add MQTT publish test to standard test apps 5 лет назад
..
app_trace 5228d9f9ce esp32c3: Apply one-liner/small changes for ESP32-C3 5 лет назад
app_update df544dee30 tools: Redirect some warnings to stderr 5 лет назад
asio 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
bootloader 548ea1bdd5 tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 5 лет назад
bootloader_support 68608f804c esp32c3: Misc fixes needed to build & run 5 лет назад
bt e784469966 Merge branch 'bugfix/spp_data_send_delay' into 'master' 5 лет назад
cbor 636d685eab Update tinycbor submodule in ESP-IDF 5 лет назад
cmock 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
coap 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
console fb8b905539 uart: add uart support on esp32s3 5 лет назад
cxx 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
driver 68608f804c esp32c3: Misc fixes needed to build & run 5 лет назад
efuse 707b1bd9b1 efuse: revert EARLY_LOGD to LOGD 5 лет назад
esp-tls ca964dfbcc esp-tls: Changed default behaviour for esp-tls client ( for security 5 лет назад
esp32 db4fb49432 esp_common: Fix issue with SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY not visible on c3 5 лет назад
esp32c3 c218f669ba panic on RISC-V: Take into account Merge Request comments 5 лет назад
esp32s2 1b0442b963 Merge branch 'feature/unify_rtc_fast_mem_as_heap_config_across_chips' into 'master' 5 лет назад
esp32s3 1b0442b963 Merge branch 'feature/unify_rtc_fast_mem_as_heap_config_across_chips' into 'master' 5 лет назад
esp_adc_cal 5cc329b9d0 driver/adc: support for esp32s2 adc calibration scheme V2 5 лет назад
esp_common a90dcfba1a panic: Add support for SoC-level panic 5 лет назад
esp_eth 1e905acacf eth: support W5500 MAC RAW mode 5 лет назад
esp_event 620b0df2b1 esp_event: fix misuse of recursive semaphore take/give calls for profiling_mutex 5 лет назад
esp_gdbstub 68608f804c esp32c3: Misc fixes needed to build & run 5 лет назад
esp_hid 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
esp_http_client e1d9abafa8 Merge branch 'bugfix/http_client_test_memcorupt' into 'master' 5 лет назад
esp_http_server 669d9820fc esp_http_server: Add some response error code, such as 401, 403 etc. 5 лет назад
esp_https_ota bc78b8f2da esp_https_ota: Add definition for esp_https_ota_abort 5 лет назад
esp_https_server c707d0d323 Fixed ssl_ctx not being freed at the time of error. 5 лет назад
esp_hw_support d505474f78 1. Fix CPU switch to 160M issue; 5 лет назад
esp_ipc 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
esp_local_ctrl 49e8c09ec2 local-ctrl: fix memory allocation issues found by static analyser 5 лет назад
esp_netif cf60ec0ffc lwip: Added support for configurable LwIP hooks 5 лет назад
esp_pm 68608f804c esp32c3: Misc fixes needed to build & run 5 лет назад
esp_ringbuf 7f3b16a99d freertos: always enable static allocation 5 лет назад
esp_rom b7b9ea4361 newlib: add _RETARGETABLE_LOCKING support 5 лет назад
esp_serial_slave_link f9e1ee35ad esp_serial_slave_link: Add essl_spi definitions for esp32c3 5 лет назад
esp_system c218f669ba panic on RISC-V: Take into account Merge Request comments 5 лет назад
esp_timer 57aa65eeed components/pm: Add sleep related code iram opt chioce 5 лет назад
esp_websocket_client 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
esp_wifi 4d8af87298 Merge branch 'bugfix/fix_csa_timer_issue' into 'master' 5 лет назад
espcoredump f4ac8433c1 coredump: Core dump is encrypted if the partition itself is encrypted 5 лет назад
esptool_py 548ea1bdd5 tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 5 лет назад
expat 20c068ef3b cmock: added cmock as component 5 лет назад
fatfs b1c4107275 vfs: zero-initialize struct stat in *_stat and *_fstat handlers 5 лет назад
freemodbus 0301c66bf0 esp32c3: Disable components that are not yet supported 5 лет назад
freertos 7f3b16a99d freertos: always enable static allocation 5 лет назад
hal c218f669ba panic on RISC-V: Take into account Merge Request comments 5 лет назад
heap 89d461df2a heap: increase the sl to reduce the fragmentation to acceptable level. 5 лет назад
idf_test 1b6891c5d8 mbedtls: merge changes from C3 5 лет назад
jsmn 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
json 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
libsodium 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
log a46dfd316e log: correct timestamp formatting to unsigned integer type 5 лет назад
lwip db4fb49432 esp_common: Fix issue with SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY not visible on c3 5 лет назад
mbedtls 1b6891c5d8 mbedtls: merge changes from C3 5 лет назад
mdns 0693e172de mdns: Allow resolve its own non-strict answers 5 лет назад
mqtt 5472deec6e ci: Add MQTT publish test to standard test apps 5 лет назад
newlib f54e9269f3 esp_system: Don't compile sleep_mode.c on c3 5 лет назад
nghttp 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
nvs_flash 45afa158ff Merge branch 'bugfix/nvs_str_cmp' into 'master' 5 лет назад
openssl 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
partition_table 548ea1bdd5 tools: Wrap flash binaries into a UF2 file for flashing through USB MSC 5 лет назад
perfmon 0301c66bf0 esp32c3: Disable components that are not yet supported 5 лет назад
protobuf-c 9eccd7c082 components: use new component registration api 6 лет назад
protocomm 85cb1e8ca3 protocomm_httpd: Change an info print to debug print as it isn't really required in the logs 5 лет назад
pthread 28ca70cce5 pthread: fix the priority inheritance 5 лет назад
riscv c218f669ba panic on RISC-V: Take into account Merge Request comments 5 лет назад
sdmmc 6e2dc5d291 Fix minor documentation issue 5 лет назад
soc 6b5377f11a gpio: fixed GPIO47 not available issue on ESP32s3 5 лет назад
spi_flash 56cdf4268f Merge branch 'ci/alternative_flash_performance' into 'master' 5 лет назад
spiffs b1c4107275 vfs: zero-initialize struct stat in *_stat and *_fstat handlers 5 лет назад
tcp_transport ce519ee783 tcp_transport: Extend transport error storage for socket error 5 лет назад
tcpip_adapter 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
tinyusb b1c4107275 vfs: zero-initialize struct stat in *_stat and *_fstat handlers 5 лет назад
ulp 68608f804c esp32c3: Misc fixes needed to build & run 5 лет назад
unity c233ce0449 spi_flash: mocking should be possible now 5 лет назад
vfs b1c4107275 vfs: zero-initialize struct stat in *_stat and *_fstat handlers 5 лет назад
wear_levelling 570ef56d86 wear_levelling: Re-enable for ESP32-C3 5 лет назад
wifi_provisioning 68608f804c esp32c3: Misc fixes needed to build & run 5 лет назад
wpa_supplicant 56625eea1e Merge branch 'bugfix/11kv_bugfixes' into 'master' 5 лет назад
xtensa af845b7de2 xtensa: Disable component on esp32c3 5 лет назад