Song Ruo Jing
0558d40c81
Merge branch 'contrib/github_pr_10856' into 'master'
...
Correct typo in referenced function name (GitHub PR)
Closes IDFGH-9496
See merge request espressif/esp-idf!22537
2023-03-01 18:39:11 +08:00
Xia Qi Lin
63d04942e5
Merge branch 'feature/esp32h2_support_ieee802154' into 'master'
...
ieee802154: add support esp32h2
Closes TZ-59
See merge request espressif/esp-idf!22379
2023-03-01 18:30:55 +08:00
morris
d4b99895d3
Merge branch 'support/iperf_break_after_tcp_send_timeout' into 'master'
...
iperf: support iperf break after tcp tx send timeout
See merge request espressif/esp-idf!22539
2023-03-01 18:06:16 +08:00
morris
14555a19db
Merge branch 'feature/parlio_driver' into 'master'
...
Parallel IO TX driver && LED Matrix example
Closes IDF-6607
See merge request espressif/esp-idf!22163
2023-03-01 17:08:16 +08:00
harshal.patil
04cc562180
mbedtls: enable RSA support for esp32h2
2023-03-01 14:18:57 +05:30
jgujarathi
20c316d4cf
wpa_supplicant : Add disable for tls key usage check.
...
Disable the key usage check this leads to false negative results
while using wfa certificates during testing.
2023-03-01 14:14:26 +05:30
Song Ruo Jing
3bb34f9882
Merge branch 'bugfix/ledc_improper_fade_param_for_setting_duty' into 'master'
...
ledc: Fix improper fade parameters for one-time duty set
Closes IDF-6928
See merge request espressif/esp-idf!22547
2023-03-01 15:02:54 +08:00
jgujarathi
d9d1c3e334
wpa_supplicant : Add validations for 192-bit Suite B test cases.
...
Add validation for group data cipher, pairwise cipher and AKM Suites to
ensure correct ciphers are supported by AP during 192-bit Enterprise
connections.
2023-03-01 12:04:45 +05:30
zhangwenxu
c07ec73201
efuse: fix esp_read_mac on esp32h2
2023-03-01 14:14:30 +08:00
Marius Vikhammer
3f65959eef
hw-support: configure PMP to allow writing to ULP memory area
2023-03-01 12:50:28 +08:00
Bradley McFadden
6a21403cba
uart: Correct typo in referenced function name
...
The functions `uart_enable_pattern_det_intr` have been renamed to `uart_enable_pattern_det_baud_intr`, but a reference to these functions in the programming guide was not updated.
Merges https://github.com/espressif/esp-idf/pull/10856
2023-03-01 12:19:07 +08:00
Marius Vikhammer
7a0b9f65c9
esp-system: migrate test app cases to pytest
2023-03-01 03:21:39 +00:00
Armando
6d88c52bc5
esp_common: restore test_attr test scope for psram
2023-03-01 11:04:22 +08:00
zhangwenxu
7b4961afaa
iperf: support iperf break after tcp tx send timeout
2023-03-01 11:00:33 +08:00
Armando (Dou Yiwen)
bbac0c81f2
Merge branch 'bugfix/fix_adc_pm_lock_release_issue' into 'master'
...
esp_adc: fix continuous mode pm lock release fail issue and add tests
Closes IDFGH-9493
See merge request espressif/esp-idf!22535
2023-03-01 10:46:52 +08:00
Fu Hanxi
2b401b2bac
Merge branch 'ci/fix_component_ut_report_general_test_cases' into 'master'
...
ci: make unity test case known failure work!
See merge request espressif/esp-idf!22484
2023-03-01 10:45:07 +08:00
Armando
0fb0be3817
ld: fixed bootloader and app potential overlap issue
2023-03-01 10:39:30 +08:00
Zhang Xiao Yan
268a662e6c
Merge branch 'docs/add_link_to_vscode_debug_configuration' into 'master'
...
docs: add link to configuration of VSCode debug
See merge request espressif/esp-idf!22526
2023-03-01 10:33:55 +08:00
Shu Chen
acac972f70
Merge branch 'bugfix/github_diverged' into 'master'
...
fix Github master branch diverged from Gitlab master branch
See merge request espressif/esp-idf!22550
2023-03-01 09:38:06 +08:00
morris
d15534c4e2
parlio: add simple rgb led matrix example
2023-03-01 00:43:14 +00:00
morris
a7f5ff32ff
doc: initial parallel IO programming guide
...
Also correct the GPIO information on esp32h2.
2023-03-01 00:43:14 +00:00
morris
f534247a00
driver: add parallel IO TX driver
2023-03-01 00:43:14 +00:00
morris
d9f82baca7
driver: fix typo "destroy"
2023-03-01 00:43:14 +00:00
Ivan Grokhotkov
75faeec845
Revert "Create manual.yml"
...
This reverts commit b50231d443
.
2023-02-28 23:56:04 +01:00
Ivan Grokhotkov
0063bf6682
Revert "adding qemu workflow"
...
This reverts commit 8126ebc2ea
.
2023-02-28 23:55:32 +01:00
Ivan Grokhotkov
f5655bc627
Merge remote-tracking branch 'github/master' into bugfix/github_diverged
2023-02-28 23:55:06 +01:00
Zim Kalinowski
94c87a9106
Merge pull request #10866 from zikalino/modify-workflow
...
Modify workflow
2023-02-28 23:26:40 +01:00
Zim Kalinowski
8126ebc2ea
adding qemu workflow
2023-02-28 23:25:14 +01:00
Zim Kalinowski
79c57f6b72
Merge pull request #1 from zikalino/master-with-custom-workflows
...
Create manual.yml
2023-02-28 23:18:51 +01:00
Zim Kalinowski
b50231d443
Create manual.yml
2023-03-01 06:13:30 +08:00
Darian Leung
a8b9314353
esp_ringbuf: Clarify behavior when sending items of 0 size
...
Ring buffers permit sending items of 0 size where:
- No-split/allow-split buffers will send an item (i.e., header) but the item
will have a 0 sized data section
- Byte buffers will simply return pdTRUE
This commit fixes an incorrect assert w.r.t 0 item size in
xRingbufferSendAcquire() and also adds a note to the API descriptions regarding
0 item sizes. A test case has also been added.
2023-02-28 23:56:45 +08:00
Darian Leung
443d87c2ff
esp_ringbuf: Replace internal semaphores with task event lists
...
This commit replaces the existing TX/RX semaphores with FreeRTOS task event
lists (similar to how FreeRTOS queues implement task blocking). Using task
event lists allows the ring buffer object to be smaller and various ring buffer
functions to be faster. The ring buffer queue set impelementation was also
updated as a result.
2023-02-28 23:56:45 +08:00
Jiang Jiang Jian
df13918c80
Merge branch 'fix/tinyusb/string_desc' into 'master'
...
tinyusb: Do not access string descriptor array out of boundaries
Closes IDF-6943
See merge request espressif/esp-idf!22497
2023-02-28 22:46:59 +08:00
Shu Chen
e8784f3641
Merge branch 'feature/add_154_ci_for_c6' into 'master'
...
IEEE802.15.4: replace ESP32-H4 with ESP32-C6 for 154 CI
See merge request espressif/esp-idf!22149
2023-02-28 22:38:12 +08:00
Tomas Sebestik
783a688dcb
Merge branch 'fix/dangerjs_wip_exact_match' into 'master'
...
ci: Fix DangerJS check for MR title - exact match WIP and DRAFT
See merge request espressif/esp-idf!22538
2023-02-28 21:45:48 +08:00
Shen Wei Long
20cc537044
Merge branch 'bugfix/fix_assertion_when_deinit_ble_controller' into 'master'
...
[esp32c2] Fixed the occasional assertion when deinit the ble controller
Closes BT-3203
See merge request espressif/esp-idf!22455
2023-02-28 20:53:21 +08:00
Song Ruo Jing
eab8abd877
ledc: Fix improper fade parameters for one-time duty set
...
Valid step and cycle values starts from 1.
scale = 0 indicates no change in duty for this linear fade.
2023-02-28 20:13:52 +08:00
xiaqilin
967bfb603c
ieee802154: update 154 lib for esp32h2 and esp32c6
...
* Add support esp32h2
* Change esp32c6 using modem clock
2023-02-28 19:59:28 +08:00
Mahavir Jain
4db6cae2d6
Merge branch 'fix/mbedtls_test_app_perf_logs_esp32c2' into 'master'
...
mbedtls/test_apps: Fix performance logs
See merge request espressif/esp-idf!22340
2023-02-28 19:50:56 +08:00
Jiang Jiang Jian
df00fd874f
Merge branch 'feature/modbus_remove_example_tests' into 'master'
...
modbus remove example tests
Closes IDFCI-1222
See merge request espressif/esp-idf!22434
2023-02-28 19:50:26 +08:00
Jiang Jiang Jian
b9d40b4943
Merge branch 'feature/add_esp_http_client_host_test' into 'master'
...
fix esp_http_client_example to build for Linux target.
See merge request espressif/esp-idf!22339
2023-02-28 19:48:24 +08:00
Jiang Jiang Jian
60a7fe99f7
Merge branch 'bugfix/set_component_relative_path' into 'master'
...
Nimble: component path relative to IDF
Closes IDFGH-9429
See merge request espressif/esp-idf!22424
2023-02-28 19:46:30 +08:00
Shu Chen
2f5b54111d
Merge branch 'bugfix/ot-spinel-uart-radio-frame-loss' into 'master'
...
openthread: add the configurable option of uart buffer size
See merge request espressif/esp-idf!22451
2023-02-28 19:13:08 +08:00
Peter Dragun
16d033a919
tools: Docker: add build-essentials needed for linux targets
...
Closes https://github.com/espressif/esp-idf/pull/10772
2023-02-28 11:27:25 +01:00
Tomas Sebestik
4ebab0c28e
Reformulated "missing JIRA links" message
2023-02-28 10:21:26 +01:00
KonstantinKondrashov
a0408f7324
efuse: Updates efuse table for esp32c6
2023-02-28 17:13:21 +08:00
Wan Lei
c2d090d174
Merge branch 'test/h2_mcpwm_fix_legacy_test' into 'master'
...
mcpwm: fix h2 mcpwm legacy test
Closes IDF-6812
See merge request espressif/esp-idf!22510
2023-02-28 16:42:17 +08:00
Armando
53f1c35826
esp_adc: fix continuous mode pm lock release fail issue and add tests
...
Closes https://github.com/espressif/esp-idf/issues/10853
2023-02-28 16:33:50 +08:00
Martin Vychodil
25e438d94b
Merge branch 'feature/sdspi_host_h2' into 'master'
...
sdspi: h2 support
Closes IDF-6244
See merge request espressif/esp-idf!22504
2023-02-28 16:32:36 +08:00
Tomas Sebestik
fd3c8a0d3e
Fix DangerJS check for MR title - exact match WIP and DRAFT
2023-02-28 09:31:55 +01:00