| .. |
|
app_trace
|
d6ed894113
esp_ipc: fix race condition in ipc task
|
пре 4 година |
|
app_update
|
9abe6da406
app_update: Check if the running app is signed by a valid key before revocation
|
пре 4 година |
|
asio
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
пре 5 година |
|
bootloader
|
e00f6cbde9
bootloader: add xmc spi_flash startup flow to improve reliability
|
пре 4 година |
|
bootloader_support
|
d4fd54f8ce
spi_flash: fix the corruption of ROM after calling bootloader_execute_flash_command
|
пре 4 година |
|
bt
|
dfe5f7432f
Merge branch 'bugfix/fix_ble_scan_failed_issue_master_4.3' into 'release/v4.3'
|
пре 4 година |
|
cbor
|
636d685eab
Update tinycbor submodule in ESP-IDF
|
пре 5 година |
|
cmock
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
пре 5 година |
|
coap
|
d43bb775a5
coap: Fix coap implentation with cxx
|
пре 4 година |
|
console
|
0d0bec6c31
console: fix a bug preventing us from starting a CLI on non-default UART
|
пре 4 година |
|
cxx
|
d376c161aa
[C++]: wrapper functions around unwind code
|
пре 4 година |
|
driver
|
8732cc6c6b
Merge branch 'bugfix/timer_example_crashed_not_calling_timer_group_set_alarm_value_in_isr_v4.3' into 'release/v4.3'
|
пре 4 година |
|
efuse
|
0d16e61d96
efuse: Fix len of SOFT_DIS_JTAG for esp32c3(v4.3)
|
пре 4 година |
|
esp-tls
|
c62682cd07
Fix esp_mbedtls_write API
|
пре 4 година |
|
esp32
|
42039cde0a
add flash and PSRAM CS IO acquire function
|
пре 4 година |
|
esp32c3
|
d6cdb3e0ae
usb_serial_jtag: support usb_serial_jtag on esp32c3
|
пре 4 година |
|
esp32s2
|
7689a801d4
System/Memprot: fixed voltage glitching detection logic
|
пре 4 година |
|
esp32s3
|
3908360e46
Merge branch 'feature/support_bss_in_psram_for_esp32s2_v4.3' into 'release/v4.3'
|
пре 4 година |
|
esp_adc_cal
|
a71d9cc466
[cxx]: fixed extern "C" declarations
|
пре 4 година |
|
esp_common
|
d6cdb3e0ae
usb_serial_jtag: support usb_serial_jtag on esp32c3
|
пре 4 година |
|
esp_eth
|
1eab7a033b
ci: update cert used for esp_eth test
|
пре 4 година |
|
esp_event
|
dfa2a980d7
[esp_event]: fixed and improved docs
|
пре 4 година |
|
esp_gdbstub
|
d6cdb3e0ae
usb_serial_jtag: support usb_serial_jtag on esp32c3
|
пре 4 година |
|
esp_hid
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
пре 5 година |
|
esp_http_client
|
70db0406fc
esp_http_client: Fixed handling of EAGAIN return
|
пре 4 година |
|
esp_http_server
|
f728202ee9
esp_http_server: Fix ws server handle length over 1440(MTU) messages incorrectly.
|
пре 4 година |
|
esp_https_ota
|
70db0406fc
esp_http_client: Fixed handling of EAGAIN return
|
пре 4 година |
|
esp_https_server
|
c707d0d323
Fixed ssl_ctx not being freed at the time of error.
|
пре 5 година |
|
esp_hw_support
|
7c52647243
fix stuck in rtc_clk_cal
|
пре 4 година |
|
esp_ipc
|
d6ed894113
esp_ipc: fix race condition in ipc task
|
пре 4 година |
|
esp_local_ctrl
|
9e00034ec7
Added support for security1 in local control
|
пре 4 година |
|
esp_netif
|
acf5333b1e
esp_netif: Fix dhcps state transitions
|
пре 4 година |
|
esp_pm
|
0b8ed8d76e
ci: enable previously disabled unit tests
|
пре 4 година |
|
esp_ringbuf
|
b69f94fb3a
Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master'
|
пре 5 година |
|
esp_rom
|
ce9e615679
Merge branch 'feature/esp32c3_usbjtagserial_v4.3' into 'release/v4.3'
|
пре 4 година |
|
esp_serial_slave_link
|
52a8f6cdd5
essl: add essl spi support to communicate with spi slave hd mode
|
пре 4 година |
|
esp_system
|
28f8ac5f12
cpu_start: rename function to add core prefix for more clarity
|
пре 4 година |
|
esp_timer
|
0b8ed8d76e
ci: enable previously disabled unit tests
|
пре 4 година |
|
esp_websocket_client
|
63e489255f
transport: Add CONFI_WS_TRANSPORT for optimize the code size
|
пре 4 година |
|
esp_wifi
|
b4b57a25b8
esp_wifi: backport some wifi fix
|
пре 4 година |
|
espcoredump
|
49fcfafed3
Merge branch 'bugfix/core_dump_image_erase_with_encryption_v4.3' into 'release/v4.3'
|
пре 4 година |
|
esptool_py
|
75e099129e
secure_boot_v2(doc): secure_boot_v2 key/s must be readable
|
пре 4 година |
|
expat
|
6ad84919ad
expat: Update library from 2.2.9 to 2.4.1
|
пре 4 година |
|
fatfs
|
3926b436b5
vfs/fatfs: fix failed tests by increasing timeout
|
пре 4 година |
|
freemodbus
|
43d2a6eeed
Merge branch 'bugfix/modbus_add_task_affinity_and_callbacks_v43' into 'release/v4.3'
|
пре 4 година |
|
freertos
|
8bb5d87f0c
Merge branch 'bugfix/freertos_ut_suspend_v4.3' into 'release/v4.3'
|
пре 4 година |
|
hal
|
14977d7561
Merge branch 'bugfix/spi_ll_intr_bits_v4.3' into 'release/v4.3'
|
пре 4 година |
|
heap
|
dd73ba9601
heap: use hal specific API to get cpu cycles count
|
пре 4 година |
|
idf_test
|
689fad7372
ci: adjust spi_flash performance value according to more test data
|
пре 4 година |
|
jsmn
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
пре 5 година |
|
json
|
7059591d92
cJSON: Update submodule to latest release.
|
пре 4 година |
|
libsodium
|
496f749f63
libsodium: fix source directory names to address build issues with Make
|
пре 4 година |
|
log
|
f683db7aea
Merge branch 'feature/c3_IDF-2554' into 'master'
|
пре 5 година |
|
lwip
|
6e182d7ed3
dhcpserver: support cplusplus
|
пре 4 година |
|
mbedtls
|
caafeff63f
esp_crt_bundle: remove EC-ACC certificate
|
пре 4 година |
|
mdns
|
0b556de95c
mdns: fix memory free issue when repeating the query in reply
|
пре 4 година |
|
mqtt
|
f7169ed063
mqtt: Moved weekend tests to test apps
|
пре 4 година |
|
newlib
|
746f2e2d49
Merge branch 'bugfix/newlib_dirent_decls_4.3' into 'release/v4.3'
|
пре 4 година |
|
nghttp
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
пре 5 година |
|
nvs_flash
|
4a21a9e341
nvs_tool: Update Readme with supports of multiline strings and comments in the CSV file
|
пре 4 година |
|
openssl
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
пре 5 година |
|
partition_table
|
58a3e08895
paritition_table: Verify the partition table md5sum when loading the app
|
пре 4 година |
|
perfmon
|
0301c66bf0
esp32c3: Disable components that are not yet supported
|
пре 5 година |
|
protobuf-c
|
9eccd7c082
components: use new component registration api
|
пре 6 година |
|
protocomm
|
a30195d87b
ESP32C3: Fix for provisioning failure with ble transport mode and bluedriod stack for v4.3
|
пре 4 година |
|
pthread
|
9596f0d966
pthread: Fix possible deadlock when using pthread_join() and Debug log level
|
пре 4 година |
|
riscv
|
57442c38bd
core: fix cases where riscv SP were not 16 byte aligned
|
пре 4 година |
|
sdmmc
|
6e2dc5d291
Fix minor documentation issue
|
пре 5 година |
|
soc
|
e5bd4427e3
fix efuse err address in block0 (backport v4.3)
|
пре 4 година |
|
spi_flash
|
61bd1eb225
Merge branch 'bugfix/xmc_overerase_v4.3' into 'release/v4.3'
|
пре 4 година |
|
spiffs
|
0146f258d7
style: format python files with isort and double-quote-string-fixer
|
пре 5 година |
|
tcp_transport
|
6a1938384a
tls: Modify tls optimize both mbedtls and wolfssl
|
пре 4 година |
|
tcpip_adapter
|
1ef91c72e2
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
|
пре 4 година |
|
tinyusb
|
958bfcbf59
Update tinyusb to the latest upstream version
|
пре 5 година |
|
touch_element
|
1821fd766b
touch_element: fix event callback parameter type, change it into pointer
|
пре 4 година |
|
ulp
|
b667770cc6
ulp riscv: force cocpu clock on to prevent spurious cocpu trap resets
|
пре 4 година |
|
unity
|
c233ce0449
spi_flash: mocking should be possible now
|
пре 5 година |
|
vfs
|
d6cdb3e0ae
usb_serial_jtag: support usb_serial_jtag on esp32c3
|
пре 4 година |
|
wear_levelling
|
fb82bdb9da
docs: update api-reference chapters for C3
|
пре 4 година |
|
wifi_provisioning
|
fb345ecc2e
provisioning: fix wifi warning in wifi_prov_mgr application
|
пре 4 година |
|
wpa_supplicant
|
f83699a67f
Merge branch 'cherry-pick-e8360fe0-4' into 'release/v4.3'
|
пре 4 година |
|
xtensa
|
de0063164d
Merge branch 'bugfix/place_xt_int_fns_into_iram_4.3' into 'release/v4.3'
|
пре 4 година |