morris
9c39996c51
gdma: update soc reg.h for esp32c3 to be consistent with TRM
...
in the TRM the DMA module is callbed GDMA, but the reg.h in the esp-idf is still calling it DMA
2023-06-08 13:23:38 +08:00
David Čermák
9f9bd8c033
Merge branch 'feature/usb_device/ncm' into 'master'
...
usb: Add NCM device example
See merge request espressif/esp-idf!22232
2023-06-08 13:20:43 +08:00
Cai Xin Ying
d25b5e45aa
Merge branch 'docs/add_Chinese_translation_for_api-guides/tools/idf-tools.rst' into 'master'
...
docs: provide CN translation for api-guides/tools/idf-tools.rst
Closes DOC-5217
See merge request espressif/esp-idf!23774
2023-06-08 12:55:42 +08:00
Armando (Dou Yiwen)
cd7ef82ab2
Merge branch 'feature/use_circular_dma_desc_link_in_adc_continuous_mode' into 'master'
...
adc: pr 11500, use circular dma descriptors in adc continuous mode
Closes IDFGH-10235
See merge request espressif/esp-idf!24048
2023-06-08 11:51:08 +08:00
caixinying-git
ec1e03e132
docs: provide CN translation for api-guides/tools/idf-tools.rst
2023-06-08 11:44:07 +08:00
Jiang Guang Ming
943fe875eb
Merge branch 'feature/support_esp_flash_rom_impl_test_on_c6_h2' into 'master'
...
spi_flash: support esp_flash rom impl test on c6 and h2
See merge request espressif/esp-idf!24037
2023-06-08 09:28:55 +08:00
Xiao Xufeng
91fc40cfd9
esp32: stop using deprecated name PICOD2 to avoid confusion
2023-06-08 02:09:12 +08:00
harshal.patil
0b86bcd35f
efuse: use esp32 qemu target for a efuses example test.
...
The efuses example test with secure boot v2 and flash encryption enabled can be run on the esp32 qemu image.
2023-06-07 18:19:56 +05:30
zhangwenxu
65f7e1ec13
openthread: add source address selection hook
2023-06-07 12:12:31 +00:00
zhangwenxu
5708743c5a
lwip: add a hook for ip6 source address selection
2023-06-07 12:12:31 +00:00
Jiang Jiang Jian
9da31ea373
Merge branch 'bugfix/fix_bleqabr23_250' into 'master'
...
Fixed crash when controller initialization fails due to insufficient memory
See merge request espressif/esp-idf!24085
2023-06-07 20:00:24 +08:00
Linda
b7a6655bdc
docs: update the number of interrupts for esp32h2
2023-06-07 19:12:27 +08:00
Rahul Tank
6f021ba5f3
Nimble: Expose API to clear all addresses in whitelist out of stack
2023-06-07 16:29:22 +05:30
Rahul Tank
6ace246ba2
Merge branch 'bugfix/sync_reporting_files' into 'master'
...
NimBLE : Sync common porting and nimble submodule files
See merge request espressif/esp-idf!23655
2023-06-07 18:53:34 +08:00
Xu Si Yu
cbddae6043
Merge branch 'bugfix/enable_build_of_ot_related_modification' into 'master'
...
OpenThread CI: build 3 apps when the OpenThread related modifications exist
See merge request espressif/esp-idf!24089
2023-06-07 18:08:07 +08:00
Kevin (Lao Kaiyao)
628f0e4018
Merge branch 'feature/gdma_support_rx_done_callback' into 'master'
...
gdma: support on_recv_done callback
Closes IDF-7408
See merge request espressif/esp-idf!23966
2023-06-07 17:32:58 +08:00
Xu Si Yu
c8e2135648
OpenThread CI: build 3 apps when the OpenThread related modifications exist
2023-06-07 16:53:55 +08:00
Roshan Bangar
27dc6d95f6
NimBLE : Sync porting files
2023-06-07 13:03:53 +05:30
David Cermak
6edd1be973
Examples/http-server: Make DNS server a simple configurable component
2023-06-07 08:46:24 +02:00
Shu Chen
c0e9f4b965
Merge branch 'bugfix/modification_when_stop_tx_rx_ack' into 'master'
...
IEEE802154: modification of the action when stop tx/rx ack
See merge request espressif/esp-idf!24019
2023-06-07 14:40:01 +08:00
Mahavir Jain
819bbeb255
Merge branch 'contrib/github_pr_11602' into 'master'
...
docs: Fix ESP TLS instructions to use wolfSSL (GitHub PR)
Closes IDFGH-10344
See merge request espressif/esp-idf!24097
2023-06-07 14:22:25 +08:00
laokaiyao
71ef56f988
gdma: support on_recv_done callback
2023-06-07 11:38:32 +08:00
morris
5cd6189677
Merge branch 'bugfix/coverity_scan_fix_driver' into 'master'
...
ADC: Fixed potential multiply overflow in the calibration code
See merge request espressif/esp-idf!24073
2023-06-07 11:36:20 +08:00
Marius Vikhammer
ccda256058
Merge branch 'docs/ulp_lp_core' into 'master'
...
ulp: add lp core docs
Closes IDF-5816
See merge request espressif/esp-idf!24013
2023-06-07 10:43:23 +08:00
mik13ST
8133d43552
docs: Fix ESP TLS instructions to use wolfSSL
...
The original command without `--recursive` did not clone the upstream wolfssl library which is included as a submodule since commit 901dd90f9a
. Using `--recursive` fixes this.
2023-06-06 15:40:34 +02:00
chenjianhua
cf5895d07e
Update bt lib for ESP32-C3 and ESP32-S3
...
- Fixed crash when controller initialization fails due to insufficient memory
2023-06-06 21:16:47 +08:00
Frantisek Hrbata
7819965039
tools: do not disable pytest-embedded
...
As pointed out by Fu Hanxi, the pytest_build_system job is currently
using --parallel-index and --parallel-count, which are provided by
pytest-embedded, so we should not disable it. Moreover to properly
disable pytest-embedded we should use "no:pytest_embedded". Meaning
this probably was not working as indented anyway.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-06-06 15:01:08 +02:00
Frantisek Hrbata
925bc17cd0
tools: add sbom information for submodules
...
This adds SBOM information for submodules, which are not managed
by Espressif. Meaning there is no fork for them in the espressif
namespace. Other submodules should add sbom.yml manifest file to
the root of their git repository.
The SBOM information for submodules is stored in the .gitmodules file.
Each SBOM related variable has the "sbom-" prefix and the following
variables may be used:
sbom-version:
submodule version
sbom-cpe:
CPE record if available in NVD. This will be used by the SBOM
tool to check for possible submodule vulnerabilities. The
version in the CPE can be replaced with the "{}" placeholder,
which will be replaced by the "sbom-version" value from above.
sbom-supplier:
Person or organization who is providing the submodule.
It has to start with "Person:" or "Organization:" prefix
as required by the SPDX-2.2 standard.
sbom-url:
URL to the project if exists, e.g. github.
sbom-description:
Project description.
sbom-hash:
Submodule SHA as recorded in the git-tree. This field is used by
CI to check that the submodule checkout hash and info in .gitmodules
are in sync. IOW if submodule is updated and it has SBOM info in
.gitmodules, the .gitmodules has to be updated too. The test is
part of this commit. The checkout has of the submodule can be found
by using "git submodule status".
Example for micro-ecc submodule
---8<---
[submodule "components/bootloader/subproject/components/micro-ecc/micro-ecc"]
path = components/bootloader/subproject/components/micro-ecc/micro-ecc
url = ../../kmackay/micro-ecc.git
sbom-version = 1.0
sbom-cpe = cpe:2.3🅰️ micro-ecc_project:micro-ecc:{}:*:*:*:*:*:*:*
sbom-supplier = Person: Ken MacKay
sbom-url = https://github.com/kmackay/micro-ecc
sbom-description = A small and fast ECDH and ECDSA implementation for 8-bit, 32-bit, and 64-bit processors
sbom-hash = d037ec89546fad14b5c4d5456c2e23a71e554966
---8<---
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-06-06 15:01:08 +02:00
Shu Chen
8672467d36
openthread: introduce the auto start API
2023-06-06 20:03:57 +08:00
Shu Chen
523e2593ef
Merge branch 'bugfix/remove_assert_when_seckey_parsing_failed' into 'master'
...
openthread: fix assert when parsing security key failed
Closes TZ-131
See merge request espressif/esp-idf!24062
2023-06-06 19:32:07 +08:00
Xu Si Yu
6b6984b4a8
ot br lib: update br lib to fix issues found in certification
2023-06-06 19:12:29 +08:00
Xu Si Yu
c1581eb6b8
openthread: forbid otPlatUdp to connect to address 0.0.0.0 and port 0
2023-06-06 19:11:32 +08:00
Xu Si Yu
3f52b00948
openthread cli: set dua feature optional
2023-06-06 19:11:32 +08:00
Xu Si Yu
1241bfc73d
openthread rcp: set link metrics feature optional
2023-06-06 19:11:32 +08:00
Zhang Xiao Yan
60441881a5
Merge branch 'docs/add_power_measure_module_deep_sleep_mode' into 'master'
...
docs: add a chapter to describe how to measure current of modules in deep sleep mode
Closes DOC-517
See merge request espressif/esp-idf!21438
2023-06-06 18:29:41 +08:00
Marius Vikhammer
d19600e0a7
ulp/lp-core: added docs describing the lp core
2023-06-06 17:42:03 +08:00
Mahavir Jain
743df412df
Merge branch 'bugfix/aes_dma_align_issue' into 'master'
...
aes: fix DMA descriptor calculation for the alignment case
Closes IDFGH-10033
See merge request espressif/esp-idf!23963
2023-06-06 16:54:47 +08:00
Fu Hanxi
e998d2c55c
Merge branch 'docs/fix_pytest_embedded_broken_links' into 'master'
...
docs: fix 404 links
See merge request espressif/esp-idf!24072
2023-06-06 15:34:01 +08:00
Aditya Patwardhan
5e6ad95b78
Merge branch 'docs/fix_instructions_nvs_encr_hmac' into 'master'
...
docs: Fix the instructions for setting up HMAC-based NVS encryption
See merge request espressif/esp-idf!23951
2023-06-06 14:32:43 +08:00
morris
630b1b079e
drivers: fix issue reported by coverity
2023-06-06 14:16:09 +08:00
morris
d1934d8c45
adc: fixed the issue that multiply overflow before type expand
2023-06-06 14:16:09 +08:00
Mahavir Jain
c606127315
Merge branch 'fix/xts_aes_register_prefix_discrepancy_c6_h2' into 'master'
...
fix: xts aes register prefix discrepancy for ESP32H2 and ESP32C6
Closes DOC-5171 and DOC-5179
See merge request espressif/esp-idf!23944
2023-06-06 12:40:57 +08:00
Xu Si Yu
135a123e77
IEEE802154: modification of the action when stop tx/rx ack
2023-06-06 11:31:54 +08:00
Fu Hanxi
a58aed1187
Merge branch 'ci/fix_multi_needs_test_cases_skipped_issue' into 'master'
...
ci: fix duplicated names for generated built app list
See merge request espressif/esp-idf!24034
2023-06-06 11:24:39 +08:00
Fu Hanxi
22a8784553
docs: fix 404 links
2023-06-06 11:11:23 +08:00
Marius Vikhammer
adef00f363
Merge branch 'bugfix/comp_opt_level_debug_rename' into 'master'
...
core-system: changed CONFIG_COMPILER_OPTIMIZATION_DEFAULT to CONFIG_COMPILER_OPTIMIZATION_DEBUG
Closes IDFGH-6776
See merge request espressif/esp-idf!24033
2023-06-06 10:31:01 +08:00
Marius Vikhammer
f54503d822
Merge branch 'bugfix/ulp_fsm_ci' into 'master'
...
ulp-system/ulp-fsm: clean up test cases
Closes IDFCI-1665
See merge request espressif/esp-idf!24015
2023-06-06 10:29:31 +08:00
Jiang Jiang Jian
4237885947
Merge branch 'bufix/update_esp_phy_h_comments' into 'master'
...
esp_phy:update comments in esp_phy_init.h
See merge request espressif/esp-idf!23224
2023-06-06 10:20:59 +08:00
Marius Vikhammer
aeeee67164
docs: updated misc docs with H2 specific information.
2023-06-06 09:48:47 +08:00
Fu Hanxi
547701cfe3
Merge branch 'ci/move_esp_dockerfile_update_tools_job_to_pre_stage' into 'master'
...
ci: fix update_sha_in_esp-dockerfiles rules
See merge request espressif/esp-idf!23788
2023-06-06 08:17:47 +08:00