Guo Jia Cheng
|
b8c2825b21
|
Merge branch 'bugfix/mdns-null-hostname' into 'master'
mdns: fix crash when adding services without hostname set
Closes WIFI-3964
See merge request espressif/esp-idf!14519
|
2021-08-03 02:47:36 +00:00 |
|
morris
|
606557b48b
|
Merge branch 'bugfix/uart_sw_sw_flow_error_typo' into 'master'
uart: fix typo in error message
Closes IDFGH-5639
See merge request espressif/esp-idf!14612
|
2021-08-03 02:44:55 +00:00 |
|
Zim Kalinowski
|
c10a1dd1bb
|
Merge branch 'bugfix/gnumake_owntarget' into 'master'
GNU Make: Fix own build/clean targets, document component library requirement
Closes IDFGH-1384
See merge request espressif/esp-idf!9977
|
2021-08-03 02:40:45 +00:00 |
|
Angus Gratton
|
dea52a92b9
|
make: Fix COMPONENT_OWNBUILDTARGET
Add build system test to match
Partial fix for https://github.com/espressif/esp-idf/issues/3664
|
2021-08-03 10:40:39 +08:00 |
|
SalimTerryLi
|
32ca6ab65d
|
MCPWM/deadtime: fix and sync preset deadtime modes with well-known definition
Closes https://github.com/espressif/esp-idf/issues/7321
|
2021-08-03 10:12:42 +08:00 |
|
Marius Vikhammer
|
baf0b7cdf5
|
uart: fix typo in error message
Closes https://github.com/espressif/esp-idf/issues/7360
|
2021-08-03 09:18:21 +08:00 |
|
KonstantinKondrashov
|
40c360a096
|
efuse: Add CUSTOM_MAC address for ESP32-C3/-S2/-S3/-H2
|
2021-08-02 14:43:27 +05:00 |
|
Song Ruo Jing
|
5d82d7c6ee
|
Merge branch 'typo_fix/fix-length-typo' into 'master'
docs: Fix length typo
Closes IDFGH-5272
See merge request espressif/esp-idf!14371
|
2021-08-02 09:35:15 +00:00 |
|
Jiacheng Guo
|
ba5b7ddded
|
docs: add OpenThread docs
|
2021-08-02 17:17:38 +08:00 |
|
Shubham Kulkarni
|
3244f9b894
|
Merge branch 'feature/get_partition_count' into 'master'
app_update: Expose API to get OTA partition count
Closes IDFGH-5591
See merge request espressif/esp-idf!14596
|
2021-08-02 09:12:58 +00:00 |
|
Marius Vikhammer
|
a0c548ccd4
|
Merge branch 'bugfix/coredump_elf_py_section' into 'master'
coredump: fix section name parsing in python utility
See merge request espressif/esp-idf!14597
|
2021-08-02 07:26:47 +00:00 |
|
yuanjm
|
981287900e
|
esp_http_client: Support HTTP_EVENT_ERROR event
Closes https://github.com/espressif/esp-idf/issues/7280
|
2021-08-02 14:33:50 +08:00 |
|
Lv Xin Yue
|
8494ef1401
|
Merge branch 'doc/add_esp32-s3-devkitc-1_user_guide_en' into 'master'
docs:fix a typo
See merge request espressif/esp-idf!14574
|
2021-08-02 06:01:58 +00:00 |
|
Marius Vikhammer
|
8b259d15f6
|
coredump: fix section name parsing in python utility
elf.py assumed every section header name had its own string in
shstrtab, but multiple sections may reuse the same substring with
different offsets.
|
2021-08-02 13:15:30 +08:00 |
|
Shubham Kulkarni
|
c7361327be
|
app_update: Expose get_ota_partition_count in header file
Closes: https://github.com/espressif/esp-idf/issues/7313
|
2021-08-02 10:12:46 +05:30 |
|
Cao Sen Miao
|
247866261f
|
Merge branch 'feature/flash_support_on_esp32s3' into 'master'
esp_flash: bringup ext flash chip on ESP32-S3
Closes IDF-2021 and IDF-3230
See merge request espressif/esp-idf!14523
|
2021-08-02 03:59:14 +00:00 |
|
Zim Kalinowski
|
a5a131825f
|
Merge branch 'bugfix/btdm_ble_delete_unused_variables' into 'master'
Remove unused 'yy' variables
Closes IDFGH-5586
See merge request espressif/esp-idf!14582
|
2021-08-02 00:46:17 +00:00 |
|
Emil Muratov
|
34be62665c
|
lwip: menuconfig option to enable ntp servers option request via DHCP
This could be toggled on/off, off is the default.
SNTP debug option. Example update for ntp via DHCP
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
|
2021-08-02 01:21:35 +03:00 |
|
Michael (XIAO Xufeng)
|
f7a7cc1014
|
Merge branch 'fix/sdio_slave_recv_intr_unhandled' into 'master'
sdio_slave: fixed the issue that interrupt may be cleared with finished trans unhandled
See merge request espressif/esp-idf!11399
|
2021-08-01 07:37:56 +00:00 |
|
Jiang Jiang Jian
|
5578909ffb
|
Merge branch 'bugfix/fix_80211_tx_issue' into 'master'
esp_wifi: support config 80211 tx rate
Closes IDFGH-5526
See merge request espressif/esp-idf!14340
|
2021-07-31 13:12:37 +00:00 |
|
Cao Sen Miao
|
5083ff5922
|
Merge branch 'feature/usb_serial_jtag_support_s3' into 'master'
usb_serial_jtag: enable blocking implementation on esp32s3(console)
Closes IDF-3635
See merge request espressif/esp-idf!14581
|
2021-07-31 11:27:09 +00:00 |
|
ChenJianxing
|
9e7d75cb95
|
esp_wifi: fix some wifi bugs
1. support config 80211 tx rate
2. fix 80211 tx crash issue
3. disable ampdu+amsdu bit
|
2021-07-31 18:02:20 +08:00 |
|
Armando (Dou Yiwen)
|
0dad76329f
|
Merge branch 'feature/support_noinit_section_in_psram_on_esp32' into 'master'
memory: support noinit section in psram on esp32
Closes IDFGH-2621
See merge request espressif/esp-idf!14088
|
2021-07-31 09:58:59 +00:00 |
|
Michael (XIAO Xufeng)
|
f26006a3bc
|
Merge branch 'feature/ledc_fade_callback' into 'master'
ledc: Add a callback for LEDC fade end
Closes IDF-2475 and IDF-3222
See merge request espressif/esp-idf!14302
|
2021-07-31 08:52:00 +00:00 |
|
Cao Sen Miao
|
24529a6aec
|
usb_serial_jtag: enable blocking implementation on esp32s3
|
2021-07-31 16:32:09 +08:00 |
|
Cao Sen Miao
|
992de2750e
|
spi_flash: add support for ext flash
|
2021-07-31 14:11:35 +08:00 |
|
Wu Zheng Hui
|
fb7894382b
|
Merge branch 'bugfix/fix_c3_bootloader_ld_addr_err' into 'master'
update c3 bootloader ld rom addr info
See merge request espressif/esp-idf!14168
|
2021-07-31 05:43:58 +00:00 |
|
Armando (Dou Yiwen)
|
ed741a5d96
|
Merge branch 'bugfix/fix_adc_single_with_pm_lock_build_bug' into 'master'
adc: make adc single api only build pm lock on s2
See merge request espressif/esp-idf!14567
|
2021-07-31 05:32:34 +00:00 |
|
morris
|
9506819df0
|
Merge branch 'feature/mcpwm_expose_low_level_api' into 'master'
mcpwm: expose API for accessing timer resolution
Closes IDFGH-2398
See merge request espressif/esp-idf!14444
|
2021-07-31 04:12:08 +00:00 |
|
Armando
|
f2bfdec20f
|
ci: enable external bss and external noinit test cases
|
2021-07-31 11:02:13 +08:00 |
|
Armando
|
e0acefbb78
|
docs: add docs to .bss and .noinit segments on spiram
|
2021-07-31 11:02:13 +08:00 |
|
Armando
|
65aa737b15
|
esp_common: add a case to test EXT_RAM_ATTR attribute
|
2021-07-31 11:02:13 +08:00 |
|
Jiang Jiang Jian
|
aebdaf08a6
|
Merge branch 'bugfix/esp32s3_app_core_clock_gate_invalid_issue' into 'master'
fix app cpu core clock gate invalid issue
Closes WIFI-3899
See merge request espressif/esp-idf!14518
|
2021-07-31 03:00:58 +00:00 |
|
Jiang Jiang Jian
|
72b7932e12
|
Merge branch 'mesh/non_mesh_connections_access' into 'master'
esp_wifi_mesh: add non mesh connections access
See merge request espressif/esp-idf!11779
|
2021-07-31 02:51:47 +00:00 |
|
Wang Ning
|
915c6c6ba0
|
Merge branch 'docs/add_esp32-s2-devkitc-1_user_guide' into 'master'
Add ESP32-S2-DevKitC-1 User Guide
See merge request espressif/esp-idf!14484
|
2021-07-31 02:32:00 +00:00 |
|
shenjun
|
42a1be10db
|
esp_wifi_mesh: add non mesh connections access
|
2021-07-30 22:17:30 +08:00 |
|
Sachin Parekh
|
201c6cc70f
|
Merge branch 'doc/fix_secure_boot_v2' into 'master'
doc/secure_boot_v2: Fix the steps mentioned for enabling secure boot
Closes IDF-2580
See merge request espressif/esp-idf!14483
|
2021-07-30 13:39:55 +00:00 |
|
Wang Fang
|
5760b3a02b
|
Merge branch 'docs/fix_adc_pad_typo_MOSI_typo_and_broken_link' into 'master'
Fix ADC pad and MOSI typo, update esp32c3 rom elf link
Closes DOC-1662, DOC-1738, DOC-1468, and DOC-1563
See merge request espressif/esp-idf!14481
|
2021-07-30 11:22:52 +00:00 |
|
SalimTerryLi
|
f4314af913
|
MCPWM: expose API to set timer resolution
Closes https://github.com/espressif/esp-idf/issues/1101
|
2021-07-30 18:52:17 +08:00 |
|
Jakob Hasse
|
de6b54de66
|
[nvs_flash]: Entries with state == 1 don't crash
|
2021-07-30 18:33:27 +08:00 |
|
morris
|
36cd038526
|
Merge branch 'feature/rgb_lcd_fb_in_psram' into 'master'
RGB_LCD: support frame buffer in PSRAM
Closes IDF-3565
See merge request espressif/esp-idf!14555
|
2021-07-30 09:09:32 +00:00 |
|
Shubham Kulkarni
|
1871b35df0
|
Merge branch 'feature/get_cookie_helpers' into 'master'
esp_http_server: Add function to get Cookie value from request
Closes IDFGH-5548
See merge request espressif/esp-idf!14406
|
2021-07-30 08:00:06 +00:00 |
|
sU8U7SfkcwTJVH7PjaVmej7D
|
b421ce2b00
|
Remove unused 'yy' variables
|
2021-07-30 15:59:06 +08:00 |
|
Jiang Jiang Jian
|
eacadf72a3
|
Merge branch 'bugfix/fix_nvs_init_issue' into 'master'
esp_wifi: fix nvs init status issue
Closes WIFI-3911
See merge request espressif/esp-idf!14337
|
2021-07-30 07:07:28 +00:00 |
|
Sachin Parekh
|
082cc36532
|
doc/secure_boot_v2: Fix the steps mentioned for enabling secure boot
|
2021-07-30 14:40:32 +08:00 |
|
Wang Ning
|
baebf74342
|
docs/add_esp32-s2-devkitc-1_user_guide
|
2021-07-30 14:00:45 +08:00 |
|
Patryk Krzywdziński
|
f43e9cdaa7
|
http: Function to get Cookie value from request.
Closes https://github.com/espressif/esp-idf/pull/7273
Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com>
|
2021-07-30 13:23:25 +08:00 |
|
Armando (Dou Yiwen)
|
f5266c1066
|
Merge branch 'feature/support_spi_example_on_s3' into 'master'
spi: support spi example on s3
See merge request espressif/esp-idf!14517
|
2021-07-30 03:51:26 +00:00 |
|
morris
|
dc1d14a37f
|
lcd: support putting RGB frame buffer in PSRAM
|
2021-07-30 11:23:26 +08:00 |
|
morris
|
21067a0455
|
spiram: add getter function to check psram initialization state
|
2021-07-30 11:23:26 +08:00 |
|