| .. |
|
app_trace
|
df71c733df
Merge branch 'doc/cleanup_apptrace2host_example' into 'master'
|
7 lat temu |
|
app_update
|
ea52a19c00
build system: include SHA256 hash of ELF file into app_desc structure
|
7 lat temu |
|
asio
|
d9939cedd9
cmake: make main a component again
|
7 lat temu |
|
aws_iot
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
bootloader
|
7626145e6d
bootloader: Add support efuse component
|
7 lat temu |
|
bootloader_support
|
615376d14a
secure boot: Use mbedtls_sha256() not esp_sha()
|
7 lat temu |
|
bt
|
f330bb50b2
fix the bug assert(8192 0) in rwble.c 234
|
7 lat temu |
|
coap
|
37d30c7a6e
cmake: separate app from idf lib project
|
7 lat temu |
|
console
|
50ceb45e6f
console/linenoise: support buffered stdout
|
7 lat temu |
|
cxx
|
37d30c7a6e
cmake: separate app from idf lib project
|
7 lat temu |
|
driver
|
8f3fe52b5a
test: temp disable spi master slave mode test
|
7 lat temu |
|
efuse
|
af1ea9b1b9
efuse: When Virtual eFuses are enabled, seed the virtual values as part of startup code
|
7 lat temu |
|
esp-tls
|
a1204f8b16
Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store
|
7 lat temu |
|
esp32
|
b692bda09b
wifi: fix the bug that when call set_config before connecting to an encrypted AP, PMK will be recalculated
|
7 lat temu |
|
esp_adc_cal
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
esp_event
|
4e770aec61
Merge branch 'feature/predictable_event_dispatch_via_duplication' into 'master'
|
7 lat temu |
|
esp_http_client
|
27e00cf7aa
esp_http_client: add support for using certs from global ca store
|
7 lat temu |
|
esp_http_server
|
f28f4016cb
esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes
|
7 lat temu |
|
esp_https_ota
|
27e00cf7aa
esp_http_client: add support for using certs from global ca store
|
7 lat temu |
|
esp_https_server
|
1af5d0d87c
https_server : Missing uri_match_fn paramater added to default config
|
7 lat temu |
|
esp_ringbuf
|
496bfe3842
Initialized some uninitialized variables in rtc_clk.c and ringbuf.c.
|
7 lat temu |
|
espcoredump
|
13e1c0b32f
esp32: coredump header (fix linker.lf)
|
7 lat temu |
|
esptool_py
|
d0b2d5ec95
cmake: Fix for Python files executed directly, not via PYTHON variable
|
7 lat temu |
|
ethernet
|
7528dc0f20
ethernet: support new PHY (IP101)
|
7 lat temu |
|
expat
|
cc774111bf
cmake: Add support for test build
|
7 lat temu |
|
fatfs
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
freemodbus
|
aaa1cb6eec
freemodbus: change critical sections to semaphore mutex
|
7 lat temu |
|
freertos
|
3576e54d79
freertos: Make xPortGetCoreID() volatile
|
7 lat temu |
|
heap
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
idf_test
|
0176f912b6
esp32: Chunk input blocks for esp_sha() function performance, add perf test
|
7 lat temu |
|
jsmn
|
d9939cedd9
cmake: make main a component again
|
7 lat temu |
|
json
|
d9939cedd9
cmake: make main a component again
|
7 lat temu |
|
libsodium
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
log
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
lwip
|
27cc0d1f91
modify the behavior for dhcpserver and tcpip_adapter:
|
7 lat temu |
|
mbedtls
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
mdns
|
936b99d756
mdns: fix possible crash when probing on particular interface with duplicated service instances due to naming conflicts on network
|
7 lat temu |
|
micro-ecc
|
d9939cedd9
cmake: make main a component again
|
7 lat temu |
|
mqtt
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
newlib
|
aa9d302814
VFS: Implement poll() based on select()
|
7 lat temu |
|
nghttp
|
d9939cedd9
cmake: make main a component again
|
7 lat temu |
|
nvs_flash
|
dae40f4ff1
nvs: add a blob fragmentation test case
|
7 lat temu |
|
openssl
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
partition_table
|
e916cf52a3
bootloader: Add support of anti-rollback
|
7 lat temu |
|
protobuf-c
|
3ba8eed60a
protobuf-c : Added Google's protocol buffer C library as sub-module
|
7 lat temu |
|
protocomm
|
bd0984226e
Protocomm BLE: Make changes in handling BLE read/write requests
|
7 lat temu |
|
pthread
|
314c77609e
pthread: Transform the units of the stack size to the FreeRTOS domain
|
7 lat temu |
|
sdmmc
|
cc774111bf
cmake: Add support for test build
|
7 lat temu |
|
smartconfig_ack
|
d9939cedd9
cmake: make main a component again
|
7 lat temu |
|
soc
|
b8141f3ad8
efuse: Fix make/cmake build systems and docs
|
7 lat temu |
|
spi_flash
|
e916cf52a3
bootloader: Add support of anti-rollback
|
7 lat temu |
|
spiffs
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
tcp_transport
|
27e00cf7aa
esp_http_client: add support for using certs from global ca store
|
7 lat temu |
|
tcpip_adapter
|
27cc0d1f91
modify the behavior for dhcpserver and tcpip_adapter:
|
7 lat temu |
|
ulp
|
d0b2d5ec95
cmake: Fix for Python files executed directly, not via PYTHON variable
|
7 lat temu |
|
unity
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
vfs
|
aa9d302814
VFS: Implement poll() based on select()
|
7 lat temu |
|
wear_levelling
|
37126d3451
Correct Kconfigs according to the coding style
|
7 lat temu |
|
wifi_provisioning
|
59b10709d1
wifi_provisioning : context pointer added to wifi_config_t structure and related examples/docs updated
|
7 lat temu |
|
wpa_supplicant
|
cc774111bf
cmake: Add support for test build
|
7 lat temu |
|
xtensa-debug-module
|
63411fc556
tools: implement linker script generation
|
7 lat temu |