| .. |
|
app_trace
|
5ad1e020ce
gcov: add stub table size entry
|
4 years ago |
|
app_update
|
86c5d3136e
docs: define __DOXYGEN__ for doxygen builds
|
4 years ago |
|
asio
|
13d603e486
asio: updated ASIO port to use latest asio and esp-idf features
|
6 years ago |
|
bootloader
|
527e5abae0
secure_boot/esp32s2: Disable read protecting of efuses
|
4 years ago |
|
bootloader_support
|
5cc2eb15c9
Merge branch 'bugfix/bootloader_debug_buffers_v4.2' into 'release/v4.2'
|
4 years ago |
|
bt
|
0204aea35b
Merge branch 'bugfix/fix_blufi_encryption_fail_v4.2' into 'release/v4.2'
|
4 years ago |
|
cbor
|
5a09de8245
cbor: add tinycbor library and example
|
6 years ago |
|
coap
|
7dbf01afad
coap: move mbedTLS config options from component to examples
|
5 years ago |
|
console
|
3967e1b6d2
vfs: support vfs uart set line endings with specified uart number (release/v4.2)
|
5 years ago |
|
cxx
|
dd08575c29
[C++]: wrapper functions around unwind code
|
4 years ago |
|
driver
|
9b6d4c4015
uart: support alloc driver object in SRAM
|
4 years ago |
|
efuse
|
0877949237
Merge branch 'bugfix/fix_esp32h2_efuse_get_ext_mac_v4.2' into 'release/v4.2'
|
4 years ago |
|
esp-tls
|
a0b107fe3d
Fix esp_mbedtls_write API
|
4 years ago |
|
esp32
|
20e41d6265
fix esp32s2 fall into sleep forever when deep-sleep time is set to 0(backport v4.2)
|
4 years ago |
|
esp32s2
|
5c82ebce35
Merge branch 'bugfix/fix_esp32s2_deep_sleep_timer_wake_up_fail_backport_v4.2' into 'release/v4.2'
|
4 years ago |
|
esp_adc_cal
|
be3fc35533
[cxx]: fixed extern "C" declarations
|
4 years ago |
|
esp_common
|
f8e2eadc51
esp32c3: Adds support BROWNOUT reset (v4.2)
|
4 years ago |
|
esp_eth
|
a8ed7f44bb
Increased LAN8720 ETH-PHY reset assertion time (IDFGH-6018)
|
4 years ago |
|
esp_event
|
a249794640
esp_wifi: Add beacon timeout event
|
4 years ago |
|
esp_gdbstub
|
0adf0f85dd
gdbstub: fix thread list generation
|
4 years ago |
|
esp_hid
|
65b993234d
esp_hid: fix memory leak if getting dev reports fails
|
5 years ago |
|
esp_http_client
|
f2347ff434
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
|
4 years ago |
|
esp_http_server
|
420aedbe3d
esp_http_server: Fix ws server handle length over 1440(MTU) messages incorrectly.
|
4 years ago |
|
esp_https_ota
|
718d2e5f19
esp_http_client: Fixed handling of EAGAIN return
|
4 years ago |
|
esp_https_server
|
22b1607405
esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT
|
5 years ago |
|
esp_ipc
|
e4fdf07acb
esp_ipc: fix race condition in ipc task
|
4 years ago |
|
esp_local_ctrl
|
3af5f20da1
Added support for security1 in local control
|
4 years ago |
|
esp_netif
|
2b65b82bd6
esp_netif: Fix dhcps state transitions
|
4 years ago |
|
esp_ringbuf
|
1ca25688a8
freertos: place `xQueueGenericCreateStatic` into flash
|
5 years ago |
|
esp_rom
|
0fe219a3f3
fix bootloader build with rom flash driver
|
4 years ago |
|
esp_serial_slave_link
|
087c8f6065
essl: new component to communicate with esp serial slave devices
|
6 years ago |
|
esp_system
|
0473ddffa7
coredump: Fixes ESP-specific panic reasons handling
|
4 years ago |
|
esp_timer
|
084e170a8f
Merge branch 'refactor/esp_ipc' into 'master'
|
5 years ago |
|
esp_websocket_client
|
90218b4e9b
Add options for esp_http_client and esp_websocket_client to support keepalive
|
5 years ago |
|
esp_wifi
|
aa5e034c52
eps_wifi:
|
4 years ago |
|
espcoredump
|
6d7aa57177
coredump: Fixes core dump private header inclusion guard
|
4 years ago |
|
esptool_py
|
78ea042e7d
esptool: Update esptool to have merge adjacent sections feature
|
4 years ago |
|
expat
|
be4b8e547a
expat: Update library from 2.2.9 to 2.4.1
|
4 years ago |
|
fatfs
|
cc366cc3c7
fatfs: fix SPIRAM allocation not used due to Kconfig option name error
|
4 years ago |
|
freemodbus
|
ea101ecb38
freemodbus: increase max priority of modbus tasks
|
4 years ago |
|
freertos
|
cb9391a1cc
Merge branch 'ci/change_perf_key_v4.2' into 'release/v4.2'
|
4 years ago |
|
heap
|
eed6eed909
components: fix ldgen check errors
|
4 years ago |
|
idf_test
|
1d19a237b4
Update components/idf_test/include/esp32/idf_performance_target.h
|
4 years ago |
|
jsmn
|
68dc6b2158
jsmn: define macros in build system
|
6 years ago |
|
json
|
87a4f82d73
cJSON: Update submodule to latest release.
|
4 years ago |
|
libsodium
|
1472bf8780
libsodium: fix source directory names to address build issues with Make
|
4 years ago |
|
log
|
a177897f4d
log: correct timestamp formatting to unsigned integer type
|
4 years ago |
|
lwip
|
769099dd64
Merge branch 'bugfix/lwip_config_dhcp_client_id_v4.2' into 'release/v4.2'
|
4 years ago |
|
mbedtls
|
a7a495f796
aes: fix potential unaligned access of buffers
|
4 years ago |
|
mdns
|
93921e042c
Merge branch 'bugfix/mdns_one_shot_multicast_v4.2' into 'release/v4.2'
|
4 years ago |
|
mqtt
|
af7f75268c
MQTT: Update submodule reference to support new config modes
|
4 years ago |
|
newlib
|
1214dcea3a
newlib: Fix a case in FD_ISSET macro when n==-1
|
4 years ago |
|
nghttp
|
385a299069
nghttp2: upgrade to v1.41.0 release
|
4 years ago |
|
nvs_flash
|
5dbca18324
[doc]: NVS documentation updates
|
4 years ago |
|
openssl
|
521eee7384
openssl: made verification mode conversion to mbetls modes more strict
|
5 years ago |
|
partition_table
|
fc0f90e8aa
partition_table: Fix case when a few similar to otadata partitions in the table
|
4 years ago |
|
perfmon
|
3d0967a58a
test: declare requirements and include dirs private
|
5 years ago |
|
protobuf-c
|
9eccd7c082
components: use new component registration api
|
6 years ago |
|
protocomm
|
bcdedf5501
Provisioning BLE: Add API to set manufacturer data in scan response
|
4 years ago |
|
pthread
|
cd8173bc13
pthread: Fix possible deadlock when using pthread_join() and Debug log level
|
4 years ago |
|
sdmmc
|
19ae66dfa2
sdmmc: fix the probe issue that forbid sdspi working in highspeed mode
|
5 years ago |
|
soc
|
417711c390
reduce bootup time when using usb-serial-jtag
|
4 years ago |
|
spi_flash
|
b6b227e6cc
fix: app crash when OTA because the OTA task's stack is in rtc fast memory
|
4 years ago |
|
spiffs
|
f5f91a4d05
tools: Redirect some warnings to stderr
|
5 years ago |
|
tcp_transport
|
98d19efe6f
tcp_transport: Fix some memory leak issues by coverity static analyzer.
|
4 years ago |
|
tcpip_adapter
|
ddedf25ca8
Set default AP handlers in wifi_create_and_start_ap() v4.2
|
5 years ago |
|
tinyusb
|
e5b242a3cb
usb: removes non-integrated features
|
5 years ago |
|
ulp
|
be74e06e50
ulp: Fix bug where ULP linker script not regenerated for new config
|
4 years ago |
|
unity
|
e30cd361a8
global: rename esp32s2beta to esp32s2
|
6 years ago |
|
vfs
|
e5b4d5f348
Fix memory leak on error path in register_select
|
4 years ago |
|
wear_levelling
|
3d0967a58a
test: declare requirements and include dirs private
|
5 years ago |
|
wifi_provisioning
|
d96dd2c002
provisioning: fix wifi warning in wifi_prov_mgr application
|
4 years ago |
|
wpa_supplicant
|
69ca323a74
esp_wifi: Add support for EAP-FAST authentication method
|
4 years ago |
|
xtensa
|
aabdb2c7a1
[system]: Made longjmp save for context switch
|
4 years ago |