| .. |
|
app_trace
|
e900224343
gcov: Fixes not linked gcov rtio functions
|
4 rokov pred |
|
app_update
|
1d23b83d3b
otatool: Fix incorrect using otadata.seq&crc in switch_ota_partition cmd
|
4 rokov pred |
|
asio
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
bootloader
|
12e882632b
make build system: fix build for undefined _lock_* funcs
|
4 rokov pred |
|
bootloader_support
|
6a50197246
bootloader: Fix a wrong offset in image_load after refactoring
|
4 rokov pred |
|
bt
|
9c8b2b92ad
Bluedroid: Fixed issue of option not being set due to incorrect macro
|
4 rokov pred |
|
cbor
|
636d685eab
Update tinycbor submodule in ESP-IDF
|
5 rokov pred |
|
cmock
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
coap
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
console
|
9b2b86b7d9
console: fix linenoiseProbe never timing out
|
5 rokov pred |
|
cxx
|
d376c161aa
[C++]: wrapper functions around unwind code
|
4 rokov pred |
|
driver
|
874b470379
timer: add IRAM_ATTR to spinlock give/take API
|
4 rokov pred |
|
efuse
|
6d2bdfc5f5
1. open glitch reset for c3 ECO3;
|
4 rokov pred |
|
esp-tls
|
92a5c34a61
secure_element: Update esp-cryptoauthlib submodule latest version.
|
4 rokov pred |
|
esp32
|
362c9234dc
Merge branch 'bugfix/fix_ld_relinking_on_modification_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
esp32c3
|
362c9234dc
Merge branch 'bugfix/fix_ld_relinking_on_modification_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
esp32s2
|
362c9234dc
Merge branch 'bugfix/fix_ld_relinking_on_modification_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
esp32s3
|
362c9234dc
Merge branch 'bugfix/fix_ld_relinking_on_modification_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
esp_adc_cal
|
a71d9cc466
[cxx]: fixed extern "C" declarations
|
4 rokov pred |
|
esp_common
|
0e904b3f7e
ulp: clear rtc int at initialization
|
4 rokov pred |
|
esp_eth
|
d09f6cac24
esp_eth: Improve GPIO interrupt processing in w5500 driver
|
4 rokov pred |
|
esp_event
|
dece3abd9c
esp_wifi: Fix some wifi bugs
|
4 rokov pred |
|
esp_gdbstub
|
4c0cf6bf62
gdbstub: C3 - protection for UART register region
|
5 rokov pred |
|
esp_hid
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
esp_http_client
|
e4ebaca693
esp_http_client_read: Add check for esp_http_client_is_complete_data_received before returning ESP_FAIL
|
4 rokov pred |
|
esp_http_server
|
1ef91c72e2
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
|
4 rokov pred |
|
esp_https_ota
|
753a929525
global: fix sign-compare warnings
|
5 rokov pred |
|
esp_https_server
|
c707d0d323
Fixed ssl_ctx not being freed at the time of error.
|
5 rokov pred |
|
esp_hw_support
|
0e904b3f7e
ulp: clear rtc int at initialization
|
4 rokov pred |
|
esp_ipc
|
753a929525
global: fix sign-compare warnings
|
5 rokov pred |
|
esp_local_ctrl
|
0146f258d7
style: format python files with isort and double-quote-string-fixer
|
5 rokov pred |
|
esp_netif
|
bde386ab94
esp_netif: Correct spelling mistakes
|
4 rokov pred |
|
esp_pm
|
0ddf00c6e1
esp_pm: allow dfs to swith down alltime if no lightsleep (backport to v4.3)
|
4 rokov pred |
|
esp_ringbuf
|
b69f94fb3a
Merge branch 'feature/move_ringbuf_funcs_into_flash' into 'master'
|
5 rokov pred |
|
esp_rom
|
29b8f3b719
newlib: Add ESP_ROM_HAS_RETARGETABLE_LOCKING capability for C3 and S3 chips
|
4 rokov pred |
|
esp_serial_slave_link
|
a87f5c6c02
spi_slave_hd: add polling api to read/write buf to essl_spi
|
4 rokov pred |
|
esp_system
|
139afb094e
fix wifi mac sleep bug when wifi is initialized multiple times
|
4 rokov pred |
|
esp_timer
|
c9087c205b
docs: updated system api-reference chapters for C3
|
4 rokov pred |
|
esp_websocket_client
|
63e489255f
transport: Add CONFI_WS_TRANSPORT for optimize the code size
|
4 rokov pred |
|
esp_wifi
|
62cc976e0e
mesh/ps: esp_mesh_send is blocked in nodes(layer>=3), when a FIXED-ROOT root is duty master
|
4 rokov pred |
|
espcoredump
|
5186a968be
coredump: core dump data check can now be parametrized
|
4 rokov pred |
|
esptool_py
|
999f648a35
esp32c3 espefuse: Fix efuse programming timing on ESP32-C3 ECO3
|
4 rokov pred |
|
expat
|
20c068ef3b
cmock: added cmock as component
|
5 rokov pred |
|
fatfs
|
670b057b04
spi: remove HSPI macro on esp32c3 and esp32s3
|
4 rokov pred |
|
freemodbus
|
1ef91c72e2
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
|
4 rokov pred |
|
freertos
|
9f6e09d0d3
Merge branch 'bugfix/flash_rodata_any_alignement_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
hal
|
84a0c67a8c
Merge branch 'feature/toolchain_2021r1_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
heap
|
dd73ba9601
heap: use hal specific API to get cpu cycles count
|
4 rokov pred |
|
idf_test
|
51169b0e0c
AES/SHA: use GDMA driver instead of LL
|
5 rokov pred |
|
jsmn
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
json
|
6ba648edac
cJSON: update to v1.7.14 release
|
5 rokov pred |
|
libsodium
|
694f7e349f
libsodium: Update library to v1.0.18
|
4 rokov pred |
|
log
|
f683db7aea
Merge branch 'feature/c3_IDF-2554' into 'master'
|
5 rokov pred |
|
lwip
|
8767aa7a4f
lwip: Add CONFIG_LWIP_ICMP and CONFIG_LWIP_ICMP6 to sperate the code
|
4 rokov pred |
|
mbedtls
|
a213b289be
Merge branch 'feature/extmem_alloc_for_s2_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
mdns
|
3a588d7d19
Merge branch 'bugfix/mdns_one_shot_multicast_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
mqtt
|
9de41781d5
MQTT: Support for certificate bundle; Client clean-up
|
4 rokov pred |
|
newlib
|
99115d7e52
ci: fix test_build_system* fails
|
4 rokov pred |
|
nghttp
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
nvs_flash
|
99115d7e52
ci: fix test_build_system* fails
|
4 rokov pred |
|
openssl
|
66fb5a29bb
Whitespace: Automated whitespace fixes (large commit)
|
5 rokov pred |
|
partition_table
|
58a3e08895
paritition_table: Verify the partition table md5sum when loading the app
|
4 rokov pred |
|
perfmon
|
0301c66bf0
esp32c3: Disable components that are not yet supported
|
5 rokov pred |
|
protobuf-c
|
9eccd7c082
components: use new component registration api
|
6 rokov pred |
|
protocomm
|
962ea61d53
protocomm: Fixed NULL check of allocated memory
|
5 rokov pred |
|
pthread
|
9596f0d966
pthread: Fix possible deadlock when using pthread_join() and Debug log level
|
4 rokov pred |
|
riscv
|
57442c38bd
core: fix cases where riscv SP were not 16 byte aligned
|
4 rokov pred |
|
sdmmc
|
6e2dc5d291
Fix minor documentation issue
|
5 rokov pred |
|
soc
|
9b014138bf
Update TWAI driver docs and registers for esp32c3
|
4 rokov pred |
|
spi_flash
|
c42ee1b790
Merge branch 'bugfix/spi_flash_cs_setup_v4.3' into 'release/v4.3'
|
4 rokov pred |
|
spiffs
|
0146f258d7
style: format python files with isort and double-quote-string-fixer
|
5 rokov pred |
|
tcp_transport
|
6a1938384a
tls: Modify tls optimize both mbedtls and wolfssl
|
4 rokov pred |
|
tcpip_adapter
|
1ef91c72e2
components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components
|
4 rokov pred |
|
tinyusb
|
958bfcbf59
Update tinyusb to the latest upstream version
|
5 rokov pred |
|
touch_element
|
1821fd766b
touch_element: fix event callback parameter type, change it into pointer
|
5 rokov pred |
|
ulp
|
c0c0497de3
ulp: Fix bug where ULP linker script not regenerated for new config
|
4 rokov pred |
|
unity
|
c233ce0449
spi_flash: mocking should be possible now
|
5 rokov pred |
|
vfs
|
5490c0a243
vfs: use sys/dirent.h from newlib
|
4 rokov pred |
|
wear_levelling
|
fb82bdb9da
docs: update api-reference chapters for C3
|
5 rokov pred |
|
wifi_provisioning
|
0146f258d7
style: format python files with isort and double-quote-string-fixer
|
5 rokov pred |
|
wpa_supplicant
|
2a09b9d91f
wpa_supplicant: Add WPS strict in config option
|
4 rokov pred |
|
xtensa
|
de0063164d
Merge branch 'bugfix/place_xt_int_fns_into_iram_4.3' into 'release/v4.3'
|
4 rokov pred |