Tomas Sebestik
2bd570c93b
ci(danger/precommit): Update incorrect scope message in commit message Danger check
...
Updated ' hook version
2023-08-01 07:39:07 +02:00
harshal.patil
f2801ae4c9
feat(ecc): add ECC peripheral support for esp32p4
2023-08-01 10:20:30 +05:30
harshal.patil
b4cf035608
feat(soc): Add hwcrypto_reg.h for esp32p4
2023-08-01 10:19:18 +05:30
Lou Tianhao
f33188fb35
docs(pm/sleep): rewrite_all_low_to_any_low_when_not_esp32
2023-08-01 11:53:14 +08:00
Jim Mussared
c7d5112771
idf-docker-image.rst: Run with current user ID instead of root.
...
Rather than running the command inside the container as root, which will
mean that any build artifacts created will be owned by root on the host,
run the command as the current user.
This requires setting a temporary home directory as idf.py will try to
access e.g. ~/.cache, so just use /tmp inside the container which is
ephemeral anyway.
This also allows the command to use `git`. without setting the user ID,
`docker run ... git status` will fail with
fatal: detected dubious ownership in repository at '/project'
Also added the missing explanation for `-w /project`.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-01 11:27:34 +10:00
Vincent Hamp
d975a26666
feat: Add support for NVS image generation from CMake
...
Closes: https://github.com/espressif/esp-idf/pull/11926
Closes: https://github.com/espressif/esp-idf/pull/11785
Co-authored-by: Nebojša Cvetković <nebkat@gmail.com>
2023-07-31 18:26:06 +02:00
Darian Leung
6fc935e584
refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t
...
portBASE_TYPE is an internal macro defined by the porting layer. This commit
changes all references to BaseType_t which is the official type exposed by
FreeRTOS.
2023-07-31 17:10:34 +02:00
Darian Leung
1e51387222
refactor(freertos): Refactor usage of portSTACK_TYPE to StackType_t
...
portSTACK_TYPE is an internal macro defined by the porting layer. This commit
changes all references to StackType_t which is the official type exposed by
FreeRTOS.
2023-07-31 16:59:41 +02:00
Abhik Roy
ef50beb4d0
ci: Added napt pytest with vlan example
...
CI: add vlan example to ethernet patterns
Included a Pytest for the vlan_support example, which focuses on testing
the NAPT module in lwip by forwarding packets between different VLAN interfaces.
2023-07-31 13:42:26 +00:00
Rahul Tank
8ce1c45d6d
fix (nimble): Fix warnings generated in GCC13
2023-07-31 18:37:01 +05:30
Daniel Paul
0e91006749
docs(IDF Component Manager): Updates documentation for new Component Manager CLI commands in IDF
2023-07-31 13:27:44 +02:00
jgujarathi
cabb41d889
fix(esp_wifi) : Trigger null data frame TX before offchan channel switch.
...
Moves the location of null data frame TX to before channel switch during
offchannel action frame TX req.
2023-07-31 16:51:57 +05:30
Sonika Rathi
02f5b9a898
Merge branch 'update/littlefs_demo_example' into 'master'
...
LittleFS demo example added
See merge request espressif/esp-idf!24472
2023-07-31 18:24:50 +08:00
Xu Si Yu
753f74cb99
feat(openthread): add sleep debug message
2023-07-31 17:01:37 +08:00
Xu Si Yu
5f51dcc686
ci(openthread): Add a test case for openthread sleepy device
2023-07-31 15:38:11 +08:00
Geng Yuchao
bcdf8964d6
fix(ble): Fix compile issue when disable duplicate config option in kconfig.
2023-07-31 14:53:48 +08:00
luomanruo
1636061b81
c2 h2 c6 headfile re-organized
...
c2 c6 h2 cfg_t and addr_t documented
comments for controller_enable
2023-07-31 12:39:43 +08:00
Chen Yudong
fe1b03308e
ci(tsens): add new test tsens phy coexist
2023-07-31 12:13:24 +08:00
Linda
3c1e129ac3
fix(adc_continuous.h): Fix Doxygen syntax error
2023-07-31 12:11:00 +08:00
morris
4478c13ea4
Merge branch 'docs_add_Chinese_translation_for_api-reference_peripherals/sdm.rst' into 'master'
...
docs: provide CN translation for api-reference/peripherals/sdm.rst
Closes DOC-5813
See merge request espressif/esp-idf!24986
2023-07-31 11:39:50 +08:00
Dai Zi Yan
8b9610b94f
Merge branch 'docs/udpate_memory-types' into 'master'
...
Docs/udpate memory types
Closes DOC-5388 and DOC-5157
See merge request espressif/esp-idf!24392
2023-07-31 10:45:12 +08:00
morris
1ef1d9354b
Merge branch 'bugfix/remove__warning_for_rc_fast_calibration_h2' into 'master'
...
remove(clk): remove warning log if RC_FAST clock calibration is needed on esp32h2
Closes IDF-7917
See merge request espressif/esp-idf!25015
2023-07-31 10:43:20 +08:00
chenjianhua
7083222a2f
fix(bt/bluedroid): Fix address check when using NRPA as random device address
2023-07-30 19:53:16 +08:00
Zim Kalinowski
35cfcdbbf7
Merge branch 'bugfix/fix-stacktype-in-doc' into 'master'
...
docs: Use StackType_t instead of portSTACK_TYPE
See merge request espressif/esp-idf!25046
2023-07-29 19:45:05 +08:00
Ivan Grokhotkov
cfa1896780
Merge branch 'contrib/github_pr_11535' into 'master'
...
Replace deprecated flushregs alias with full gdb command (GitHub PR)
Closes IDFGH-10272
See merge request espressif/esp-idf!24752
2023-07-28 22:40:22 +08:00
Ivan Grokhotkov
93d1d996b7
feat(tools): add espsecure.py to the Windows export scripts
...
This is not needed on Linux/macOS where the path to esptool directory
is added to PATH.
2023-07-28 15:35:50 +02:00
Ivan Grokhotkov
01d4c4740a
change(tools): export.ps1: define functions for helper python tools
...
Follows the approach used in Initialise-Idf.ps1 created by the tools
installer. This is the closes equivalent of "alias" used in export.bat
Closes https://github.com/espressif/esp-idf/issues/9849
2023-07-28 15:34:59 +02:00
Harshit Malpani
778bdbd99f
feat: Update cJSON version to v1.7.16
...
Changelog: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.16
2023-07-28 16:45:00 +05:30
Michael (XIAO Xufeng)
d7ffd53de3
Merge branch 'ci/check_no_release_notes' into 'master'
...
ci: add more dangerjs check for release notes
See merge request espressif/esp-idf!23862
2023-07-28 18:32:39 +08:00
Isha Pardikar
335d707a63
Merge branch 'bugfix/l2cap_coc_more_one_pkt' into 'master'
...
NimBLE: Fixed crash when L2CAP COC sends large amount of data.
See merge request espressif/esp-idf!24231
2023-07-28 18:24:04 +08:00
Shyamal Khachane
d64a3d7755
fix(esp_wifi): Drop Eapol msg if EAP success is not processed
2023-07-28 15:00:03 +05:30
Mahavir Jain
224a308fd5
ci(test): add SHA DMA mode test for large data in PSRAM
...
Covers a test scenario described in following issue:
https://github.com/espressif/esp-idf/issues/11915
2023-07-28 14:23:02 +05:30
Aditya Patwardhan
22d98c2c35
Merge branch 'esp_prov/update_deprecation_warnings' into 'master'
...
fix(esp_prov): Fixed the deprecation APIs warnings
See merge request espressif/esp-idf!24896
2023-07-28 16:24:09 +08:00
Alexey Lapshin
5f07ed87f6
Merge branch 'fix/esp32c2-gdbstub-runtime' into 'master'
...
fix(freertos): enable esp32c2 runtime-gdbstub
See merge request espressif/esp-idf!24858
2023-07-28 15:41:07 +08:00
Fu Hanxi
361427288a
Merge branch 'ci/qemu_test_case_target_with_postfix' into 'master'
...
ci: name the test case id with _qemu postfix for qemu test cases
Closes IDFCI-1759
See merge request espressif/esp-idf!24980
2023-07-28 15:28:17 +08:00
morris
d1055758e4
Merge branch 'feature/gptimer_support_p4' into 'master'
...
Feature/gptimer support p4
Closes IDF-6515
See merge request espressif/esp-idf!24746
2023-07-28 15:17:45 +08:00
Omar Chebib
7b5c0fb96b
ci(build_system): add a test case for bootloader override
2023-07-28 15:04:21 +08:00
Omar Chebib
c98d1f1619
feat(bootloader): add the possibility to ignore extra components
2023-07-28 15:04:21 +08:00
Michael (XIAO Xufeng)
2253d3fe83
Merge branch 'test/s3_emmc_powerdown' into 'master'
...
sdmmc: support power down card on S3 emmc board
See merge request espressif/esp-idf!24871
2023-07-28 15:02:07 +08:00
Zim Kalinowski
0e8d2b9550
docs: Use StackType_t instead of portSTACK_TYPE
2023-07-28 14:55:13 +08:00
Zim Kalinowski
456d288a2e
Merge branch 'bugfix/remove-unnecessary-define' into 'master'
...
fix(bt): Removed unnecessary define
See merge request espressif/esp-idf!24918
2023-07-28 14:12:58 +08:00
Marius Vikhammer
0437c01aa8
Merge branch 'docs/get_started_h2' into 'master'
...
docs: add H2 to list of supported series to front page doc
See merge request espressif/esp-idf!25033
2023-07-28 14:01:37 +08:00
Li Shuai
6ba55e1b78
fix(wifi/phy): fix the issue of vTaskStepTick assert failed caused by wifi baseband retention linked list
2023-07-28 13:46:30 +08:00
Mahavir Jain
89c7608f05
Merge branch 'update/mbedtls_mpi_assert' into 'master'
...
fix(mbedtls): Update redundant assert for H/W MPI operations
See merge request espressif/esp-idf!24922
2023-07-28 13:16:02 +08:00
Marius Vikhammer
c5427cdb07
docs: add H2 to list of supported series to front page doc
2023-07-28 11:43:10 +08:00
caixinying-git
0ae5e9afcd
docs: provide CN translation for api-reference/peripherals/sdm.rst
2023-07-28 11:26:15 +08:00
Bogdan Kolendovskyy
c5ec77d9ca
Merge branch 'bugfix/eth_netif_speed_after_connected' into 'master'
...
esp_eth/eth_netif_glue: Move reporting speed from action start to action connected.
Closes IDF-5545
See merge request espressif/esp-idf!24434
2023-07-28 00:02:43 +08:00
chenjianxing
0672067e6c
fix(esp_phy): WIFI RX multipath optimization.
...
fix(esp_phy): BLE TX sideband optimization for C3/S3.
2023-07-27 20:55:37 +08:00
morris
5aaba6c877
Merge branch 'feature/update_etm_source_on_p4' into 'master'
...
feat(etm): update etm source on p4
See merge request espressif/esp-idf!25021
2023-07-27 19:23:55 +08:00
Bogdan Kolendovskyy
a28d87e72a
fix(eth_netif_glue): Move reporting speed to action connected
...
esp_eth_netif_glue.c:
Moved reporting link speed to action connected, removed speed reportg code from action start.
2023-07-27 13:15:42 +02:00