| .. |
|
app_trace
|
d8b921c438
Merge branch 'bugfix/link_gcov_rtio_backport_v4.2' into 'release/v4.2'
|
4 anni fa |
|
app_update
|
881909ecda
app_update: fix incorrect first byte from esp_ota_get_app_elf_sha256
|
4 anni fa |
|
asio
|
13d603e486
asio: updated ASIO port to use latest asio and esp-idf features
|
6 anni fa |
|
bootloader
|
54383f684f
soc: add dummy bytes to ensure instr prefetch always valid
|
4 anni fa |
|
bootloader_support
|
f23c9d94ae
bootloader: Fix selection of Quad I/O modes on ESP32-U4WDH chip
|
4 anni fa |
|
bt
|
036a045b86
component/bt: fix some bugs in bluetooth controller(2fcbe897)
|
4 anni fa |
|
cbor
|
5a09de8245
cbor: add tinycbor library and example
|
6 anni fa |
|
coap
|
7dbf01afad
coap: move mbedTLS config options from component to examples
|
5 anni fa |
|
console
|
3967e1b6d2
vfs: support vfs uart set line endings with specified uart number (release/v4.2)
|
5 anni fa |
|
cxx
|
dd08575c29
[C++]: wrapper functions around unwind code
|
4 anni fa |
|
driver
|
8872c6a3ac
driver/i2c: add notes to i2c deleteing function
|
4 anni fa |
|
efuse
|
d0d7c53ee1
Tools: add Python 2 deprecation warning
|
5 anni fa |
|
esp-tls
|
a2e6db19e6
esp_tls: Fix misplaced paranthesis in esp_tls_mbedtls.c
|
5 anni fa |
|
esp32
|
54383f684f
soc: add dummy bytes to ensure instr prefetch always valid
|
4 anni fa |
|
esp32s2
|
54383f684f
soc: add dummy bytes to ensure instr prefetch always valid
|
4 anni fa |
|
esp_adc_cal
|
be3fc35533
[cxx]: fixed extern "C" declarations
|
4 anni fa |
|
esp_common
|
7ab8f793ca
versions: Update version to 4.2.2
|
4 anni fa |
|
esp_eth
|
e892fed593
esp_eth: restart negotiation in esp_eth_start
|
4 anni fa |
|
esp_event
|
e0a02c1a7c
AP_STAIPASSIGNED now passes the IP through 'event_data'
|
5 anni fa |
|
esp_gdbstub
|
0adf0f85dd
gdbstub: fix thread list generation
|
4 anni fa |
|
esp_hid
|
65b993234d
esp_hid: fix memory leak if getting dev reports fails
|
5 anni fa |
|
esp_http_client
|
3810be0df5
ci/test: Fix esp_http_client test not to use pointer after free
|
4 anni fa |
|
esp_http_server
|
1c732d7556
esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru
|
5 anni fa |
|
esp_https_ota
|
f1c7b0ba6f
Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419
|
5 anni fa |
|
esp_https_server
|
22b1607405
esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT
|
5 anni fa |
|
esp_ipc
|
11d96b39d0
esp_ipc: Move to new component
|
5 anni fa |
|
esp_local_ctrl
|
d417ba0c11
esp_local_ctrl: Fix some memory leak issues by coverity static analyzer.
|
4 anni fa |
|
esp_netif
|
c5b2252e03
esp-netif: Fix PPP netif event posting to include esp_netif data
|
5 anni fa |
|
esp_ringbuf
|
1ca25688a8
freertos: place `xQueueGenericCreateStatic` into flash
|
5 anni fa |
|
esp_rom
|
65e19c0d1a
bugfix/fix crash when lmp flooding
|
4 anni fa |
|
esp_serial_slave_link
|
087c8f6065
essl: new component to communicate with esp serial slave devices
|
6 anni fa |
|
esp_system
|
d685449314
esp_system: Reconfigure the WDTs at the start of the panic handler
|
4 anni fa |
|
esp_timer
|
084e170a8f
Merge branch 'refactor/esp_ipc' into 'master'
|
5 anni fa |
|
esp_websocket_client
|
90218b4e9b
Add options for esp_http_client and esp_websocket_client to support keepalive
|
5 anni fa |
|
esp_wifi
|
efa6eca8b8
Merge branch 'bugfix/update_esp32_phy_max_tx_power_v4.2' into 'release/v4.2'
|
4 anni fa |
|
espcoredump
|
ea7d9c6368
ci: exempt upstream libmbedtls mapping for sha256
|
4 anni fa |
|
esptool_py
|
78ea042e7d
esptool: Update esptool to have merge adjacent sections feature
|
4 anni fa |
|
expat
|
3d0967a58a
test: declare requirements and include dirs private
|
5 anni fa |
|
fatfs
|
4407c9eb83
fatfs: Fix some memory leak issues by coverity static analyzer.
|
4 anni fa |
|
freemodbus
|
d340fa68aa
freemodbus: fix event processing after merge
|
4 anni fa |
|
freertos
|
eed6eed909
components: fix ldgen check errors
|
4 anni fa |
|
heap
|
eed6eed909
components: fix ldgen check errors
|
4 anni fa |
|
idf_test
|
1d19a237b4
Update components/idf_test/include/esp32/idf_performance_target.h
|
4 anni fa |
|
jsmn
|
68dc6b2158
jsmn: define macros in build system
|
6 anni fa |
|
json
|
e366b6ac21
cJSON: include only source file objects for cmake build
|
6 anni fa |
|
libsodium
|
1cdf60c914
libsodium: Update library to v1.0.18
|
4 anni fa |
|
log
|
a177897f4d
log: correct timestamp formatting to unsigned integer type
|
5 anni fa |
|
lwip
|
eed6eed909
components: fix ldgen check errors
|
4 anni fa |
|
mbedtls
|
841aca897c
Merge branch 'feature/extmem_alloc_for_s2_v4.2' into 'release/v4.2'
|
4 anni fa |
|
mdns
|
93921e042c
Merge branch 'bugfix/mdns_one_shot_multicast_v4.2' into 'release/v4.2'
|
4 anni fa |
|
mqtt
|
af7f75268c
MQTT: Update submodule reference to support new config modes
|
4 anni fa |
|
newlib
|
1214dcea3a
newlib: Fix a case in FD_ISSET macro when n==-1
|
4 anni fa |
|
nghttp
|
742d4689dd
Modified http_parser to handle ICY uris.
|
6 anni fa |
|
nvs_flash
|
5dbca18324
[doc]: NVS documentation updates
|
4 anni fa |
|
openssl
|
521eee7384
openssl: made verification mode conversion to mbetls modes more strict
|
5 anni fa |
|
partition_table
|
f8b9cb2864
paritition_table: Verify the partition table md5sum when loading the app
|
4 anni fa |
|
perfmon
|
3d0967a58a
test: declare requirements and include dirs private
|
5 anni fa |
|
protobuf-c
|
9eccd7c082
components: use new component registration api
|
6 anni fa |
|
protocomm
|
a2ccb3c0ac
protocomm: Fixed NULL check of allocated memory
|
5 anni fa |
|
pthread
|
cd8173bc13
pthread: Fix possible deadlock when using pthread_join() and Debug log level
|
4 anni fa |
|
sdmmc
|
19ae66dfa2
sdmmc: fix the probe issue that forbid sdspi working in highspeed mode
|
5 anni fa |
|
soc
|
1fe9b428f5
Merge branch 'bugfix/fix_bit_error_in_ledc_struct_backport_v4.2' into 'release/v4.2'
|
4 anni fa |
|
spi_flash
|
2c1c4999f5
ci: enabled ldgen mapping check in ci
|
4 anni fa |
|
spiffs
|
f5f91a4d05
tools: Redirect some warnings to stderr
|
5 anni fa |
|
tcp_transport
|
98d19efe6f
tcp_transport: Fix some memory leak issues by coverity static analyzer.
|
4 anni fa |
|
tcpip_adapter
|
ddedf25ca8
Set default AP handlers in wifi_create_and_start_ap() v4.2
|
5 anni fa |
|
tinyusb
|
e5b242a3cb
usb: removes non-integrated features
|
5 anni fa |
|
ulp
|
be74e06e50
ulp: Fix bug where ULP linker script not regenerated for new config
|
4 anni fa |
|
unity
|
e30cd361a8
global: rename esp32s2beta to esp32s2
|
6 anni fa |
|
vfs
|
3967e1b6d2
vfs: support vfs uart set line endings with specified uart number (release/v4.2)
|
5 anni fa |
|
wear_levelling
|
3d0967a58a
test: declare requirements and include dirs private
|
5 anni fa |
|
wifi_provisioning
|
d734c533a5
wifi_provisioning: Fix some memory leak issues by coverity static analyzer.
|
4 anni fa |
|
wpa_supplicant
|
31d05a5072
wpa_supplicant: Group key reinstallation fixes
|
4 anni fa |
|
xtensa
|
eed6eed909
components: fix ldgen check errors
|
4 anni fa |