gaoxu
|
65acf4abe9
|
feat(csi): add a flag to allow no backup buffer usage
|
2024-04-18 10:42:22 +08:00 |
|
Cao Sen Miao
|
28b2e5f2bb
|
feat(jpeg): update example use ldo for sd card
|
2024-04-18 10:40:48 +08:00 |
|
Cao Sen Miao
|
876a3697ec
|
feat(jpeg): Support jpeg decoder yuv format
|
2024-04-18 10:40:48 +08:00 |
|
morris
|
04dbe6672d
|
Merge branch 'ci/temp_disable_s3_usb_device' into 'master'
fix(ci): Temporarily disable USB device tests on S3
See merge request espressif/esp-idf!30312
|
2024-04-18 10:21:44 +08:00 |
|
zhanghaipeng
|
0a4636a8be
|
fix(ble/bluedroid): Fixed set BLE appearance value
|
2024-04-17 20:38:36 +08:00 |
|
Rahul Tank
|
7ee1e0b8fb
|
fix(nimble): Add check for return value of hex2val
|
2024-04-17 18:07:59 +05:30 |
|
Island
|
e82a723abf
|
Merge branch 'bugfix/ble_mesh_fsm_list_init' into 'master'
bugfix/ble_mesh_fsm_list_init
Closes BLERP-539 and BLERP-451
See merge request espressif/esp-idf!30281
|
2024-04-17 20:09:52 +08:00 |
|
Cao Sen Miao
|
ea8be1533a
|
docs(jpeg): Add docs for explain pixel order supported in jpeg driver
|
2024-04-17 19:16:44 +08:00 |
|
Cao Sen Miao
|
fc9eece101
|
change(jpeg): modify open_rgb.py for its now supporting open YUV files
|
2024-04-17 19:16:44 +08:00 |
|
Guillaume Souchere
|
ada38e8d5e
|
fix(linenoise): Skip 0x00 to 0x1F character in dump mode
Skipping through the non printable character assures that
in dumb mode, any special keys will not lead to the cursor
movement.
|
2024-04-17 13:13:58 +02:00 |
|
Ivan Grokhotkov
|
3f663ec789
|
ci(sdmmc): add test config for p4
|
2024-04-17 12:49:23 +02:00 |
|
Ivan Grokhotkov
|
ad6cce5e3a
|
fix(sdmmc): correct unused pin number for P4 EV board
|
2024-04-17 12:49:23 +02:00 |
|
Ivan Grokhotkov
|
3546c81e32
|
ci(sdmmc): re-enable CD/WP tests
|
2024-04-17 12:49:22 +02:00 |
|
Ivan Grokhotkov
|
b08ddfb25b
|
fix(sdmmc): don't fail in clock update commands when no card detected
Clock update commands don't actually require the card to be present,
so it's not necessary to fail at this stage.
|
2024-04-17 12:49:22 +02:00 |
|
Ivan Grokhotkov
|
96074470ec
|
fix(sdmmc): correct power init in CD/WP tests for P4
|
2024-04-17 12:49:22 +02:00 |
|
Ivan Grokhotkov
|
ad51d0d1ca
|
ci(sdmmc): clean up stdout to avoid false positive memory leaks
|
2024-04-17 12:49:22 +02:00 |
|
Ivan Grokhotkov
|
8a66e059e9
|
Merge branch 'feature/sdmmc_p4_psram' into 'master'
feat(sdmmc): add support for PSRAM DMA
Closes IDF-9662
See merge request espressif/esp-idf!30044
|
2024-04-17 18:10:00 +08:00 |
|
Ivan Grokhotkov
|
3b42fde974
|
Merge branch 'ci/test_apps_codeowners' into 'master'
change(ci): split test_apps build-test-rules, add missing code owners
See merge request espressif/esp-idf!30306
|
2024-04-17 18:04:45 +08:00 |
|
Guillaume Souchere
|
aa61062584
|
fix(console): bug where backspace erases the prompt in dumb mode
|
2024-04-17 12:03:42 +02:00 |
|
Ivan Grokhotkov
|
545203f1c8
|
change(ci): split test_apps build-test-rules, add missing code owners
|
2024-04-17 11:54:33 +02:00 |
|
Tomas Rezucha
|
6b10a3074a
|
fix(ci): Temporarily disable USB device tests on S3
Partially reverts 1302fd70ba
|
2024-04-17 11:43:10 +02:00 |
|
Wu Zheng Hui
|
eded4eabf6
|
Merge branch 'feature/support_esp32p4_clock_output' into 'master'
feat: support esp32p4 clock output
Closes IDF-8226
See merge request espressif/esp-idf!28619
|
2024-04-17 17:40:40 +08:00 |
|
Wang Meng Yang
|
d8ddc102f6
|
Merge branch 'bugfix/crash_after_bluedroid_deinit' into 'master'
fix(bt/bluedroid): Fixed controller using null pointer after bluedroid deinit
Closes BTQABR2023-248
See merge request espressif/esp-idf!30172
|
2024-04-17 17:26:06 +08:00 |
|
Fu Hanxi
|
01d56baac6
|
Merge branch 'ci/fix_macos_runner' into 'master'
ci: select correct python version for mac runners
Closes IDFCI-2107
See merge request espressif/esp-idf!30102
|
2024-04-17 16:58:27 +08:00 |
|
Jiang Jiang Jian
|
0f5aca1e47
|
Merge branch 'bugfix/mgmt_gcmp_issue' into 'master'
fix(wifi): Fix GCMP encryption for mgmt packets and other bugfixes
Closes WIFIBUG-293 and WIFIBUG-459
See merge request espressif/esp-idf!28449
|
2024-04-17 16:52:22 +08:00 |
|
Marius Vikhammer
|
c9efc9cc83
|
Merge branch 'bugfix/p4_reserved_rtc_mem' into 'master'
fix(rtc_memory): fix conflict between LP-ROM and RTC reserved
Closes IDF-9408
See merge request espressif/esp-idf!30012
|
2024-04-17 16:45:57 +08:00 |
|
Tomáš Rohlínek
|
ede737763c
|
feat(storage/fatfs): update deprecated syntax for tests
|
2024-04-17 10:37:31 +02:00 |
|
Tomáš Rohlínek
|
b5d78549a5
|
feat(storage/fatfs): add tests for dynamic buffers
|
2024-04-17 10:37:31 +02:00 |
|
Tomáš Rohlínek
|
1447420a91
|
feat(storage/fatfs): add Kconfig option to enable dynamic window buffers
|
2024-04-17 10:37:31 +02:00 |
|
Tomáš Rohlínek
|
0bd6330e91
|
feat(storage/fatfs): add dynamic buffers support to FatFS
Closes https://github.com/espressif/esp-idf/issues/10913
|
2024-04-17 10:37:28 +02:00 |
|
Jiang Jiang Jian
|
9c8f4301a2
|
Merge branch 'bugfix/fix_lmac_end_frame_exchange_sequence_assert_issue' into 'master'
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue
Closes IDFCI-2125
See merge request espressif/esp-idf!30283
|
2024-04-17 16:23:12 +08:00 |
|
Rahul Tank
|
ba8976aa52
|
Merge branch 'fix/removed_termination_upon_sign_write_fail' into 'master'
fix(nimble): Removed Code for Termination Upon Signed Write Operation Failure
See merge request espressif/esp-idf!29937
|
2024-04-17 16:06:57 +08:00 |
|
wuzhenghui
|
f3d963a93b
|
fix(esp_system): update power domain configuration with slow clock source selection
|
2024-04-17 15:45:52 +08:00 |
|
wuzhenghui
|
59a8a8a54a
|
fix(esp_hw_support): decrease DCDC volt with increase LDO volt in LDO take over preparation
|
2024-04-17 15:45:51 +08:00 |
|
wuzhenghui
|
55c5c2467d
|
fix(esp_hw_support): fix ipc_isr pause/resume order in sleep process
|
2024-04-17 15:45:51 +08:00 |
|
wuzhenghui
|
8ad94931f2
|
change(soc): remove clockoutput hardware unavaliable registers
|
2024-04-17 15:09:54 +08:00 |
|
wuzhenghui
|
ffd5d1fd66
|
feat(esp_hw_support): support set clock divider for esp32p4 clock output
|
2024-04-17 15:09:54 +08:00 |
|
wuzhenghui
|
309725fcd0
|
feat(esp_hw_support): support esp32p4 clock output
|
2024-04-17 15:09:49 +08:00 |
|
Wang Fang
|
c86952ed9d
|
docs: Updated CN translation for coredump
|
2024-04-17 14:56:02 +08:00 |
|
Wan Lei
|
624bcb4757
|
Merge branch 'feat/csi_disclose_internal_buffer_api' into 'master'
feat(csi): add API to expose internal backup_buffer
Closes IDF-9572
See merge request espressif/esp-idf!30094
|
2024-04-17 14:51:55 +08:00 |
|
zwl
|
d0c1ff0376
|
ble: fixed an occasional assertion issue in coexistence scenarios on ESP32C2
|
2024-04-17 14:46:02 +08:00 |
|
wuzhenghui
|
101f1abbf1
|
refactor(esp_hw_support): add hal layer for clock output feature
|
2024-04-17 14:25:29 +08:00 |
|
Zhang Xiao Yan
|
36c860a588
|
Merge branch 'docs/add_description_configure_usb_pins_to_gpio' into 'master'
docs: add code snippet showing how to configure usb pins to gpio
See merge request espressif/esp-idf!30236
|
2024-04-17 14:03:07 +08:00 |
|
Harshit Malpani
|
12c92bf822
|
feat: Enable app_update test app for ESP32P4
|
2024-04-17 11:21:34 +05:30 |
|
Marius Vikhammer
|
4533f16c34
|
fix(rtc_memory): fix conflict between LP-ROM and RTC reserved
|
2024-04-17 13:37:56 +08:00 |
|
Anton Maklakov
|
c1966573f5
|
Merge branch 'ci/version-commitliter-hook' into 'master'
ci(pre-commits): update conventional-precommit-linter version
Closes RDT-746
See merge request espressif/esp-idf!30061
|
2024-04-17 12:25:43 +08:00 |
|
muhaidong
|
490c6d3c38
|
fix(wifi): fixed lmacEndFrameExchangeSequence assert issue
|
2024-04-17 11:16:51 +08:00 |
|
luoxu
|
b6c09192c8
|
fix(ble_mesh): rpr server and df bug fixed(10f7fdc1a9)
|
2024-04-17 11:14:18 +08:00 |
|
Jiang Jiang Jian
|
a75bacf781
|
Merge branch 'fix/wl_fatfs_format' into 'master'
fix(storage/fatfs): fix double mouting of spiflash
Closes IDF-9677
See merge request espressif/esp-idf!30162
|
2024-04-17 10:48:39 +08:00 |
|
wanlei
|
af86df7f02
|
feat(csi): add API to expose internal backup_buffer
|
2024-04-17 10:48:11 +08:00 |
|