zwl
2bd3eaf288
feat(bluetooth/controller): Fixed the issue of unresponsiveness when using hci uart mode on ESP32-C6 and ESP32-H2
2024-06-26 17:19:00 +08:00
Roland Dobai
53d3f2f594
Merge branch 'feat/wrapper_tests' into 'master'
...
feat: Add unit tests for new wrapper commands
Closes IDF-10224
See merge request espressif/esp-idf!31525
2024-06-26 16:06:01 +08:00
Jeroen Domburg
7982ece4af
refactor(usb-serial-jtag): usb-serial-jtag driver simplification to fix rom print coexistence
2024-06-26 15:47:25 +08:00
Song Ruo Jing
40f3bc2e57
feat(clk): Add basic clock support for esp32c5 mp
...
- Support SOC ROOT clock source switch
- Support CPU frequency change
- Support RTC SLOW clock source switch
- Support RTC SLOW clock + RC FAST calibration
- Remove FPGA build
2024-06-26 14:26:34 +08:00
C.S.M
0a12dbee45
Merge branch 'bugfix/usb_otg_console' into 'master'
...
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3 (for discussion)
Closes IDFGH-13085
See merge request espressif/esp-idf!28905
2024-06-26 14:24:38 +08:00
Lou Tian Hao
ede24b0440
Merge branch 'docs/add_the_description_of_gpio_wakeup_in_lightsleep_when_pd_top' into 'master'
...
docs(pm): add description for gpio_wakeup
Closes PM-161
See merge request espressif/esp-idf!31709
2024-06-26 14:00:09 +08:00
Guillaume Souchere
87b1e45564
fix(console): USB Serial JTAG freezes when input received before init
...
When data was sent through USB Serial JTAG before the
driver was installed, the bus was malfunctioning. This
was because the interrupt bit for data reception was cleared
regardless of whether data was received or not. Consequently,
usb_serial_jtag_isr_handler_default was not triggered and the
data was never read causing the bus to malfunction.
This commit is modifying usb_serial_jtag_driver_install to
prevent clearing USB_SERIAL_JTAG_INTR_SERIAL_OUT_RECV_PKT and
USB_SERIAL_JTAG_INTR_SERIAL_IN_EMPTY thus allowing the callback
usb_serial_jtag_isr_handler_default to trigger for possible data
exchanged prior to the call to usb_serial_jtag_driver_install.
This commit also modified the while logic in linenoiseProbe to
discard any data that doesn't match the expected chaaracter sequences
to prevent random input from interfering with evaluating whether the
terminal supports escape sequences or not.
See https://github.com/espressif/esp-idf/issues/13940
2024-06-26 06:32:13 +02:00
Lou Tianhao
afbd7e2a13
docs(pm): add description for gpio_wakeup
2024-06-26 11:33:55 +08:00
Cao Sen Miao
b19f9242d7
fix(usb_otg): Fix bug that usb_otg console cannot work on esp32s3
2024-06-26 11:20:19 +08:00
Roman Leonov
d4f0b77d29
Merge branch 'feature/usb_host_ext_hub_driver' into 'master'
...
feat(ext_hub): Added External Hub Driver
Closes IDF-9697, IDF-9205, IDF-10073, and IDF-10100
See merge request espressif/esp-idf!30391
2024-06-26 04:37:22 +08:00
Konstantin Kondrashov
e7070e777a
Merge branch 'feature/bootloader_skip_validate_in_deep_sleep_for_c2' into 'master'
...
feat(bootloader): BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP for C2 (without RTC_MEM)
Closes IDF-9129
See merge request espressif/esp-idf!31241
2024-06-25 21:22:58 +08:00
Marius Vikhammer
0a57b255d2
ci(qemu): increase timeout for esp_intr_dump test
2024-06-25 19:26:50 +08:00
Zhang Shu Xian
fce3df1a26
Merge branch 'docs/delete_userguide_esp32_s2_devkitc_1' into 'master'
...
docs: Delete user guide esp32-s2-devkitc-1
See merge request espressif/esp-idf!31396
2024-06-25 19:10:34 +08:00
laokaiyao
e845c15b47
fix(rom): update rom layout for c5
2024-06-25 17:51:24 +08:00
Zhang Shuxian
885845c035
docs: Fix conflicts
2024-06-25 17:40:02 +08:00
Roman Leonov
5527ee588e
docs(ext_hub): Added description for External Hub Driver
2024-06-25 11:28:03 +02:00
Roman Leonov
548b03c69f
feat(ext_hub): Added External Hub driver
2024-06-25 11:28:03 +02:00
Roland Dobai
15013c978a
Merge branch 'feat/added_pwsh_checker' into 'master'
...
feat: Added pre-commit hook of PowerShell scrip checker
Closes IDF-8301
See merge request espressif/esp-idf!30593
2024-06-25 17:18:27 +08:00
Wang Fang
3fa703ecf3
Merge branch 'docs/update_translation_for_size_speed_and_log_docs' into 'master'
...
docs: Update Chinese translation for tag level check related documents
Closes DOC-7425
See merge request espressif/esp-idf!31473
2024-06-25 15:58:38 +08:00
Marius Vikhammer
ce01841b10
Merge branch 'feature/smp_usage_example' into 'master'
...
feat(freertos): Add examples showing basic freertos SMP usage and common APIs
See merge request espressif/esp-idf!30554
2024-06-25 15:47:53 +08:00
liuning
0dcbbb8eb9
fix(coex): fix ESP32 Wi-Fi cant tx after sw_reset with BLE scan
...
Closes https://github.com/espressif/esp-idf/issues/13598
2024-06-25 15:42:47 +08:00
Zhang Shuxian
aee423348a
docs: Resolve conflict
2024-06-25 15:22:09 +08:00
morris
dcfcf83109
fix(rmt): fix gcc static analyzer warnings
2024-06-25 14:54:00 +08:00
harshal.patil
bd4e48d0d9
feat(cpu): Configure panic exception generation using asm illegal instruction
2024-06-25 11:55:24 +05:30
harshal.patil
84afc6a955
feat(esp_hw_support): Support memory protection using PMA and PMP for ESP32-C5
2024-06-25 11:55:15 +05:30
harshal.patil
980ac9bcf5
fix(soc): Fix ESP32-C5's rom mask high and subsystem high memory addresses
2024-06-25 11:39:22 +05:30
Jiang Jiang Jian
b5762b732b
Merge branch 'feat/optimize_bt_porting_layer_0619' into 'master'
...
Feat/optimize bt porting layer 0619
See merge request espressif/esp-idf!31653
2024-06-25 13:57:40 +08:00
Shen Meng Jing
20697f0f87
Merge branch 'docs/add_some_examples_to_i2c' into 'master'
...
docs: Add some application examples to i2c
Closes DOC-8018
See merge request espressif/esp-idf!31679
2024-06-25 13:19:46 +08:00
Marius Vikhammer
7ba8f6bc51
Merge branch 'feature/lp_timer_c5_mp' into 'master'
...
feat(lp-timer): support lp timer for C5
Closes IDF-8636
See merge request espressif/esp-idf!31631
2024-06-25 12:35:30 +08:00
Shen Meng Jing
f703e99df6
Merge branch 'docs/update_translation_for_ulp-lp-core' into 'master'
...
docs: Update the CN translation for ulp-lp-core
Closes DOC-7977, DOC-7877, and DOC-8019
See merge request espressif/esp-idf!31338
2024-06-25 12:21:03 +08:00
shenmengjing
1dd35f5479
docs: Add some application examples to i2c
2024-06-25 11:54:18 +08:00
Jiang Jiang Jian
f482d3a754
Merge branch 'bugfix/fix_phy_cal_data' into 'master'
...
fix(phy): add phy calibration data check when mode is not none calibration
Closes PM-130 and AUD-5423
See merge request espressif/esp-idf!31052
2024-06-25 11:34:24 +08:00
shenmengjing
306fe50558
docs: Update the CN translation for ulp-lp-core
2024-06-25 11:20:41 +08:00
Rahul Tank
986f6246fd
fix(nimble): Pass the correct cb arg during reconnection attempt
2024-06-25 08:25:09 +05:30
chenjianxing
4dfeb9c26c
fix(phy): add phy calibration data check when mode is not none calibration
2024-06-25 10:53:25 +08:00
Jiang Jiang Jian
6e59ca58e6
Merge branch 'bugfix/frequency_switching_issue_in_esp32h2_c6_coex' into 'master'
...
fix(esp_phy): fix the frequency switching issue in esp32h2/esp32c6 ble/ieee802154 coex
See merge request espressif/esp-idf!30895
2024-06-25 09:21:08 +08:00
Roland Dobai
4f3522d343
Merge branch 'monitor_no_reset' into 'master'
...
fix(tools/idf_monitor): exit with error if monitor is run with --no-reset and without --port
Closes IDFGH-13094
See merge request espressif/esp-idf!31705
2024-06-25 04:20:13 +08:00
Konstantin Kondrashov
ee605e35b4
feat(bootloader): BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP for C2 (without RTC_MEM)
2024-06-25 02:09:59 +08:00
Sudeep Mohanty
e9a2f3b098
Merge branch 'fix/ulp_riscv_i2c_multi_byte' into 'master'
...
fix(ulp-risc-v): Fixed RTC I2C multi-byte read/write issue for ULP RISC-V
Closes IDFGH-11056
See merge request espressif/esp-idf!31666
2024-06-24 23:09:56 +08:00
Mahavir Jain
5920651ea7
Merge branch 'change/add_error_logs_for_incorrect_secure_boot_key' into 'master'
...
change: Add error logs for secure boot scheme and key mismatch
See merge request espressif/esp-idf!31199
2024-06-24 20:28:22 +08:00
Jakob Hasse
e025c8b467
Merge branch 'doc/host_tests' into 'master'
...
docs(linux): Added limitations section to POSIX simulator docs
Closes IDFGH-12934
See merge request espressif/esp-idf!31667
2024-06-24 19:59:25 +08:00
Peter Dragun
2662a5125c
fix(tools/idf_monitor): exit with error if monitor is run with --no-reset and without --port
...
Closes https://github.com/espressif/esp-idf/issues/14040
2024-06-24 13:47:40 +02:00
xiaqilin
474bac76b3
fix(esp_phy): fix the frequency switching issue in esp32h2/esp32c6 ble/ieee802154 coex
2024-06-24 18:00:50 +08:00
Sudeep Mohanty
8d489caed0
Merge branch 'docs/ulp_shared_variables_note' into 'master'
...
docs(lp-core): Added a note about how shared variables are initialized
See merge request espressif/esp-idf!31655
2024-06-24 17:57:05 +08:00
Jan Beran
b286105d5f
feat: Add unit tests for new wrapper commands
2024-06-24 10:56:10 +02:00
Jakob Hasse
d8689b7394
docs(linux): Added limitations section to POSIX simulator docs
2024-06-24 10:50:04 +02:00
Konstantin Kondrashov
a648a95660
Merge branch 'feature/doc_for_parttool' into 'master'
...
feat(doc): Adds note for parttool that if SB or FE are on
See merge request espressif/esp-idf!31318
2024-06-24 16:28:24 +08:00
C.S.M
992d8bc5f2
feat(i2c_master): Add an api for retrieveing handle via port,
...
Closes https://github.com/espressif/esp-idf/issues/13968
2024-06-24 16:06:34 +08:00
Chen Jichang
d81546628a
feat(pcnt): add support for step notify
...
PCNT can add watch of value increment that we call step notify.
This commit add a step notify driver and a test for the driver.
Closes https://github.com/espressif/esp-idf/issues/9604
Closes https://github.com/espressif/esp-idf/issues/12136
2024-06-24 15:50:47 +08:00
laokaiyao
7ac331fea7
refactor(lp_ana_periph): sync the reg names to TRM (part2)
2024-06-24 15:30:55 +08:00