Kapil Gupta
|
df1a15e918
|
wpa_supplicant: Add upstream files for wps registrar
|
2022-05-24 12:11:53 +05:30 |
|
Mahavir Jain
|
5607018f28
|
Merge branch 'feature/ota_examples_pytest_migration' into 'master'
Migrate OTA example test to pytest framework
Closes IDFCI-1146
See merge request espressif/esp-idf!17767
|
2022-05-24 14:28:15 +08:00 |
|
morris
|
60d51bf6c8
|
Merge branch 'contrib/github_pr_9001' into 'master'
usbh_print_intf_desc prints wrong value for tbInterfaceClass (GitHub PR)
Closes IDFGH-7422 and IDFGH-9000
See merge request espressif/esp-idf!18198
|
2022-05-24 10:15:12 +08:00 |
|
Kevin (Lao Kaiyao)
|
94d7ae03da
|
Merge branch 'bugfix/i2s_write_timeout_when_setting_clock' into 'master'
i2s: fixed write timeout while setting the clock
Closes IDFGH-7273 and IDFGH-7261
See merge request espressif/esp-idf!18201
|
2022-05-24 10:01:12 +08:00 |
|
Marius Vikhammer
|
d485f6add8
|
Merge branch 'feature/arch_build_property' into 'master'
build-system: add property for architecture (riscv/xtensa)
Closes IDF-1754
See merge request espressif/esp-idf!18127
|
2022-05-24 08:46:09 +08:00 |
|
Marius Vikhammer
|
425c9e5b0f
|
Merge branch 'feature/target_kconfig_movement_3' into 'master'
kconfig: move remaining kconfig options out of target component
Closes IDF-3579
See merge request espressif/esp-idf!18046
|
2022-05-24 08:45:01 +08:00 |
|
Mahavir Jain
|
5d88df658d
|
Merge branch 'feature/esp-tls_optimize_memory' into 'master'
esp-tls: add api to free client session
Closes AEG-57
See merge request espressif/esp-idf!18103
|
2022-05-24 02:53:59 +08:00 |
|
morris
|
1385d1b2f6
|
Merge branch 'bugfix/i2c_warning_always_true' into 'master'
i2c: fix 'comparision is always true' warning
See merge request espressif/esp-idf!18202
|
2022-05-24 02:21:34 +08:00 |
|
Shang Zhou
|
954069eb37
|
Merge branch 'docs/sync_up_api_reference' into 'master'
docs: Sync up line number for api reference files
Closes DOC-2572 and DOC-2573
See merge request espressif/esp-idf!18033
|
2022-05-23 21:27:56 +08:00 |
|
unknown
|
5a1c257f96
|
docs: sync up line number for api reference
|
2022-05-23 20:30:29 +08:00 |
|
Marius Vikhammer
|
0687daf2c8
|
kconfig: move remaining kconfig options out of target component
The kconfig options are moved to the component where they are used,
mostly esp_hw_support and esp_system.
|
2022-05-23 17:57:45 +08:00 |
|
Ivan Grokhotkov
|
179ea878c7
|
Merge branch 'bugfix/pre-commit_PyYAML_deps' into 'master'
Tools: fix PyYAML deps for pre-commit hook
See merge request espressif/esp-idf!18204
|
2022-05-23 17:55:18 +08:00 |
|
Mahavir Jain
|
b54fc7ecd5
|
Merge branch 'feature/esp_local_ctrl_example_pytest_migration' into 'master'
esp local ctrl example pytest migration
See merge request espressif/esp-idf!18051
|
2022-05-23 17:06:21 +08:00 |
|
Roland Dobai
|
2e9ac36fc8
|
Merge branch 'contrib/github_pr_8981' into 'master'
Tools: Add missing DTR/RTS set before serial port open on reconnect (GitHub PR)
Closes IDFGH-7403
See merge request espressif/esp-idf!18171
|
2022-05-23 16:32:08 +08:00 |
|
Mahavir Jain
|
b8e02c689d
|
Merge branch 'bugfix/https_mbedtls_tls1_3' into 'master'
https_mbedtls: Prefer TLS 1.3 connection when enabled over TLS 1.2
Closes IDFGH-7380
See merge request espressif/esp-idf!18133
|
2022-05-23 16:29:25 +08:00 |
|
laokaiyao
|
a5f651ad71
|
i2s: Update FIFO direct access reg on ESP32 according to the TRM
Closes: https://www.github.com/espressif/esp-idf/issues/8862
|
2022-05-23 16:28:42 +08:00 |
|
laokaiyao
|
f523fbc73b
|
i2s: Fixed divide 0 issue while setting PDM down sampling issue
Closes https://www.github.com/espressif/esp-idf/issues/8850
|
2022-05-23 16:28:42 +08:00 |
|
Li Jingyi
|
9b766b851a
|
example: https_request update free client session api
|
2022-05-23 16:28:40 +08:00 |
|
Li Jingyi
|
6d58008119
|
esp-tls: add api to free client session
Free session with mbedtls api to avoid mem-leak
|
2022-05-23 16:28:40 +08:00 |
|
laokaiyao
|
f36ae3f603
|
i2s: fixed write timeout while setting the clock
|
2022-05-23 16:28:37 +08:00 |
|
Harshit Malpani
|
448b98d3bc
|
Update relative link for example test in README.md
|
2022-05-23 13:11:22 +05:30 |
|
Harshit Malpani
|
877b00ab5f
|
target-test.yml: Add job for tags related to ota tests
|
2022-05-23 13:11:21 +05:30 |
|
Harshit Malpani
|
989aeac11a
|
pytest.ini: Add markers
|
2022-05-23 13:11:21 +05:30 |
|
Harshit Malpani
|
25f02efaa1
|
Migrate OTA example test to pytest framework
|
2022-05-23 13:11:21 +05:30 |
|
Anton Maklakov
|
95da3330c7
|
Tools: fix PyYAML deps for pre-commit hook
Fix 'error: Library stubs not installed for "yaml" (or incompatiblewith Python 3.9)'
|
2022-05-23 14:09:42 +07:00 |
|
morris
|
3b2f8dfc0d
|
Merge branch 'contrib/github_pr_8997' into 'master'
Clean up botched merge (GitHub PR)
Closes IDFGH-7419
See merge request espressif/esp-idf!18199
|
2022-05-23 14:41:26 +08:00 |
|
Anton Maklakov
|
41bbea5124
|
i2c: fix 'comparision is always true' warning
|
2022-05-23 11:39:46 +07:00 |
|
Omar Chebib
|
2d84985baa
|
Merge branch 'bugfix/i2c_notify_task_in_ISR' into 'master'
I2C: Fix a bug making the I2C task wait too long on an event
Closes IDFGH-7169
See merge request espressif/esp-idf!18027
|
2022-05-23 12:29:22 +08:00 |
|
Laukik Hase
|
6ad25f991d
|
https_mbedtls: Prefer TLS 1.3 connection when enabled over TLS 1.2
Closes https://github.com/espressif/esp-idf/issues/8960
|
2022-05-23 09:51:57 +05:30 |
|
Song Ruo Jing
|
70109e2393
|
Merge branch 'refactor/remove_ck8m_fpu_in_rtc_slow_clk_set' into 'master'
rtc_clk: Remove the ck8m fpu logic when setting rtc slow clock source
See merge request espressif/esp-idf!18181
|
2022-05-23 11:49:24 +08:00 |
|
Omar Chebib
|
872a4311f2
|
I2C: Fix a bug making the I2C task wait too long on an event
The I2C ISR will now notify the task waiting on an event. Thus, the task can stop waiting on the event queue as soon as possible.
|
2022-05-23 02:02:00 +00:00 |
|
Ivan Grokhotkov
|
341162bb3d
|
Merge branch 'fix/vfs_fat_info_overflow' into 'master'
fatfs: Fix possible integer overflow in esp_vfs_fat_info()
Closes IDF-4958
See merge request espressif/esp-idf!18191
|
2022-05-22 20:00:12 +08:00 |
|
Fu Hanxi
|
5c046631f4
|
Merge branch 'ci/add_qemu_hello_world_example' into 'master'
CI: add qemu hello world example
Closes IDFCI-1187
See merge request espressif/esp-idf!18151
|
2022-05-22 10:49:34 +08:00 |
|
Nicholas Palmer
|
0f645e59b6
|
usbh_print_intf_desc prints wrong value for tbInterfaceClass (IDFGH-9000)
|
2022-05-21 15:54:21 -07:00 |
|
songruojing
|
87b917c04a
|
rtc_clk: Remove the ck8m fpu logic when setting rtc slow clock source, ck8m fpu in sleep logic is now completely handled in sleep_modes.c
|
2022-05-21 13:13:52 +00:00 |
|
Aditya Patwardhan
|
911b310a90
|
Merge branch 'bugfix/mbedtls_dynamic_memory_crash_on_rsa_ciphers' into 'master'
fix(mbedtls): fix ssl server crash when enable mbedtls dynamic buffer and...
See merge request espressif/esp-idf!18017
|
2022-05-21 13:38:40 +08:00 |
|
Darian
|
4afd048abf
|
Merge branch 'bugfix/freertos_smp_queue_sets_thread_safety' into 'master'
FreeRTOS: Fix queue set tests for SMP FreeRTOS
See merge request espressif/esp-idf!18169
|
2022-05-21 05:02:19 +08:00 |
|
Kaushik Ghose
|
34369cd709
|
Clean up botched merge
|
2022-05-20 16:04:41 -04:00 |
|
Fu Hanxi
|
4746a71028
|
ci: add qemu example
|
2022-05-21 00:11:59 +08:00 |
|
Adam Múdry
|
2565acbc28
|
fatfs: Fix possible integer overflow in esp_vfs_fat_info()
|
2022-05-20 14:51:11 +02:00 |
|
Li Jingyi
|
0cdee37630
|
https_server: add mbedtls dynamic buffer function test
|
2022-05-20 11:21:48 +00:00 |
|
Li Jingyi
|
c88af419a3
|
mbedtls: fix ssl server crash when enable mbedtls dynamic buffer
Not free keycert until MBEDTLS_SSL_CLIENT_KEY_EXCHANGE for rsa key exchange methods, because keycert will be used to parse client key exchange.
|
2022-05-20 11:21:48 +00:00 |
|
Shu Chen
|
7e71c0cff2
|
Merge branch 'otbr-rcp-update' into 'master'
openthread: support automatic RCP update upon boot in border router
See merge request espressif/esp-idf!17322
|
2022-05-20 17:58:26 +08:00 |
|
Marius Vikhammer
|
96965d5d64
|
Merge branch 'ci/app_type_elf_reduce_ram' into 'master'
CI: reduce memory footprint for "Loadable ELF build"
Closes IDFCI-1272
See merge request espressif/esp-idf!18185
|
2022-05-20 15:48:15 +08:00 |
|
Marius Vikhammer
|
27045f5e74
|
CI: reduce memory footprint for "Loadable ELF build"
Build test was failing due to IRAM overflow, building with the recommended
options for reducing memory footprint should give us some breathing room.
|
2022-05-20 14:39:46 +08:00 |
|
Omar Chebib
|
68ddce7c0b
|
Merge branch 'bugfix/esp32_i2c_incorrect_speed' into 'master'
I2C: Fix SCL period timings on ESP targets
See merge request espressif/esp-idf!17999
|
2022-05-20 13:33:03 +08:00 |
|
Marius Vikhammer
|
9362434c47
|
build-system: add property for architecture (riscv/xtensa)
riscv/xtensa is now a common component.
|
2022-05-20 09:00:32 +08:00 |
|
David Čermák
|
8153695192
|
Merge branch 'contrib/github_pr_8962' into 'master'
Update echo_example_main.c (GitHub PR)
Closes IDFGH-7382
See merge request espressif/esp-idf!18126
|
2022-05-20 04:14:48 +08:00 |
|
Shang Zhou
|
4ad048f05f
|
Merge branch 'docs/update_cn_translation_of_16452_and_16658' into 'master'
docs: updated CN translation for !16452 and !16658
Closes DOC-2828 and DOC-2827
See merge request espressif/esp-idf!18007
|
2022-05-20 03:57:52 +08:00 |
|
Shang Zhou
|
ed1bf1d056
|
docs: updated CN translation for !16452 and !16658
|
2022-05-20 03:57:51 +08:00 |
|