Mahavir Jain
47893ac9d6
Merge branch 'contrib/github_pr_14116' into 'master'
...
Typo fix in flash-encryption.rst (GitHub PR)
Closes IDFGH-13177
See merge request espressif/esp-idf!31839
2024-07-01 23:55:02 +08:00
kindaTall
4259df3d56
docs(security): fix typo for key purpose field in flash encryption guide
2024-07-01 12:21:49 +00:00
Konstantin Kondrashov
12aca9d83c
Merge branch 'fix/qemu_test_virt_sb_v2_and_fe' into 'master'
...
fix(efuse): Fix qemu test for efuse example with virt_sb_v2_and_fe config
Closes IDFCI-2221
See merge request espressif/esp-idf!31778
2024-07-01 19:09:27 +08:00
Roland Dobai
6a43ef93a1
Merge branch 'fix/generate_keys_in_project_root' into 'master'
...
fix: Generate secure keys in project dir instead of build dir
Closes IDF-10320
See merge request espressif/esp-idf!31797
2024-07-01 18:29:22 +08:00
Sarvesh Bodakhe
ac508b5778
fix(wifi): Fix issue of supplicant using wrong parameters to configure bss
...
- Ensure that wpa_supplicant's state machine registers the requirement for rsnxe
before deciding to add rsnxe to a assoc request.
Co-authored-by: jgujarathi <jash.gujarathi@espressif.com>
2024-07-01 15:32:45 +05:30
aditi
df9680b827
docs: Adds document for wifi PEAP phase 2 authentication security advisory.
2024-07-01 14:50:13 +05:30
Mahavir Jain
56a84c2a7a
Merge branch 'feature/enabling_config_for_dpa_protection' into 'master'
...
feat: enable DPA protection for c5
See merge request espressif/esp-idf!31758
2024-07-01 17:15:16 +08:00
Jakob Hasse
c5e6e9d29e
Merge branch 'refactor/linux_remove_unused_watchpoint_config' into 'master'
...
refactor(linux): remove explicit watchpoint configs
Closes IDF-9951
See merge request espressif/esp-idf!31805
2024-07-01 16:55:01 +08:00
Liu Xiao Yu
eefe001877
Merge branch 'change/adjust_esp_rom_header_layout_v2' into 'master'
...
change(esp_rom): optimize header files layout in components/esp_rom
See merge request espressif/esp-idf!31590
2024-07-01 16:24:56 +08:00
Guillaume Souchere
9bae186123
Merge branch 'fix/usb-serial-jtag-hangs-on-init' into 'master'
...
fix(console): USB Serial JTAG freezes when input received before the driver is installed
Closes IDFGH-12989
See merge request espressif/esp-idf!31553
2024-07-01 15:24:26 +08:00
Zhang Xiao Yan
d29d1a9972
Merge branch 'docs/migrate_esp32c3_devkitc_02_devkitm_1_user_guide' into 'master'
...
docs: Migrate user guides of ESP32-C3-DevKitM and ESP32-C3-DevKitC to esp-dev-kits
See merge request espressif/esp-idf!31640
2024-07-01 15:20:51 +08:00
Abhinav Kudnar
62ef4515c7
fix(nimble): Fix the sequence of pairing complete event
2024-07-01 12:43:37 +05:30
Marius Vikhammer
101161980f
Merge branch 'bugfix/fix_c5_rom_caps' into 'master'
...
fix(heap): add heap related rom caps for C5
See merge request espressif/esp-idf!31809
2024-07-01 14:10:25 +08:00
Mahavir Jain
850dbe8542
Merge branch 'bugfix/chip_support_cleanup' into 'master'
...
minor cleanups related to HAL and security docs for C2/C6
See merge request espressif/esp-idf!31803
2024-07-01 13:13:34 +08:00
morris
3cdbe8cef8
Merge branch 'test/pcnt_step_notify' into 'master'
...
feat(pcnt): support for pcnt step_notify
Closes IDF-7984, IDFGH-8104, and IDFGH-10943
See merge request espressif/esp-idf!31466
2024-07-01 10:44:19 +08:00
yinqingzhao
f50b0b76dc
docs(wifi):update TWT docs
2024-07-01 10:20:12 +08:00
Marius Vikhammer
342c9ef2bd
fix(heap): add heap related rom caps for C5
2024-07-01 09:37:17 +08:00
Michael (XIAO Xufeng)
fded5b0ce3
fix(sdmmc_io): fixed fixed_addr mode will still increase addr when splitting
2024-06-29 02:30:20 +08:00
Jakob Hasse
7377b103b7
refactor(linux): remove explicit watchpoint configs
...
* These where necessary before to avoid enabling the
watchpoint feature on Linux. Due to a recent change,
these configurations became obsolete.
2024-06-28 18:01:37 +02:00
gaoxu
0d35631ec1
feat(rtcio): support RTCIO on ESP32C5
2024-06-28 22:01:55 +08:00
Rodrigo Silva
48295d31ca
change: bump max sockets in lwip Kconfig
...
Tested under ESP32S3, running 50 tasks, each with a client, and a server
listening to one client, totalizing 150 sockets/files open, forwarding
data from PPP to Ethernet and vice versa.
Reasoning for 255 total sockets/files is VFS local_fd_t being a uint8_t.
Since FD_SETSIZE is defined at tool level, a CMakeLists user definition
is needed in cases above 64 (the default value).
Merges https://github.com/espressif/esp-idf/pull/13866
2024-06-28 21:19:47 +08:00
Aditya Patwardhan
79b21fb624
feat(hal): Add crypto tests for key manager
...
Added test to verify exporting of ECDSA public key
Added test to verify XTS_AES in random mode
Added pytest test case for testing ECDH0 mode for XTS_128 and XTS_256 key
Add test for ECDSA key in ECDH0 mode
Update the key manager hal based tests
Update key manager tests to add ECDH0 workflow
2024-06-28 18:41:01 +05:30
Aditya Patwardhan
e5fcc2d315
fix(hal): Fixed crypto test app
...
Previously the crypto test app was not verifying
that the no of failures is 0.
Added the check to verify that
2024-06-28 18:41:01 +05:30
Rahul Tank
3cfc7b1ec9
fix(nimble): Added debug print to check for skipped adv report
2024-06-28 18:35:12 +05:30
Rahul Tank
b1c8757b9f
Merge branch 'bugfix/set_correct_cb_arg' into 'master'
...
fix(nimble): Pass the correct cb arg during reconnection attempt
Closes IDFCI-2207
See merge request espressif/esp-idf!31629
2024-06-28 20:52:41 +08:00
David Čermák
06c685fc96
Merge branch 'fix/lwip_eth_deps' into 'master'
...
fix(lwip): Cleanup lwip -> Ethernet dependencies
See merge request espressif/esp-idf!31649
2024-06-28 19:08:47 +08:00
Jan Beran
832c3f265a
fix: Generate secure keys in project dir instead of build dir
2024-06-28 12:36:49 +02:00
Mahavir Jain
3002c08956
docs: add C6 flash encryption logs
2024-06-28 16:02:22 +05:30
Marius Vikhammer
5d292f73d0
Merge branch 'ci/enable_misc_c5_build_tests' into 'master'
...
test(misc): enable misc tests that have been missed during bringup
Closes IDF-8972
See merge request espressif/esp-idf!31785
2024-06-28 18:28:50 +08:00
Mahavir Jain
513c202db9
fix(hal): remove AES LL layer for ESP32-C2 (not supported)
2024-06-28 15:56:05 +05:30
morris
f03763577a
Merge branch 'bugfix/rmt_memory_power_up' into 'master'
...
fix(rmt): power up memory block
Closes IDF-8726
See merge request espressif/esp-idf!31650
2024-06-28 17:52:01 +08:00
Jakub Kocka
d41c9d948d
Merge branch 'fix/export_syntax' into 'master'
...
fix(export): Operator syntax fix for all versions of PowerShell
See merge request espressif/esp-idf!31786
2024-06-28 15:51:55 +08:00
Frantisek Hrbata
fabacdae8b
Merge branch 'docs/idf_size' into 'master'
...
docs: move and update idf.py size sub-commands documentation
Closes IDF-9431
See merge request espressif/esp-idf!31471
2024-06-28 15:50:25 +08:00
morris
136a07d457
Merge branch 'fix/workaround_rmt_static_analyzer_issue' into 'master'
...
fix(rmt): fix gcc static analyzer warnings
Closes IDF-10235
See merge request espressif/esp-idf!31725
2024-06-28 15:40:56 +08:00
Marius Vikhammer
be05548666
Merge branch 'ci/esp_intr_dump_qemu_timeout' into 'master'
...
ci(qemu): increase timeout for esp_intr_dump test
Closes IDFCI-2225
See merge request espressif/esp-idf!31732
2024-06-28 14:24:20 +08:00
nilesh.kale
1eaa8288a2
feat: enable DPA protection for c5
...
This commit enabled DPA protection for ESP32C5.
This reflect updating documentation for C5.
2024-06-28 11:38:51 +05:30
Jakub Kocka
5b0cf8824a
fix(export): Operator syntax fix for all versions of PowerShell
2024-06-28 08:01:30 +02:00
Marius Vikhammer
fd18bb608b
test(misc): enable misc tests that have been missed during bringup
2024-06-28 13:24:28 +08:00
Marius Vikhammer
f09f92eb54
Merge branch 'feature/c5_mp_wdt' into 'master'
...
fix(wdt): bringup WDTs for C5 MP
Closes IDF-8635 and IDF-9398
See merge request espressif/esp-idf!31562
2024-06-28 12:23:30 +08:00
Chen Jichang
03e936041d
refactor(pcnt): refactor the default isr
2024-06-28 12:12:50 +08:00
morris
722ce211af
fix(rmt): power up memory block
2024-06-28 10:58:04 +08:00
shenmengjing
3ab055992a
docs: Add a note in CN translations
2024-06-28 10:42:35 +08:00
Marius Vikhammer
2ba6f989b7
fix(wdt): bringup WDTs for CP MP
2024-06-28 09:51:57 +08:00
Konstantin Kondrashov
7797b3bf0e
fix(efuse): Fix qemu test for efuse example with virt_sb_v2_and_fe config
2024-06-27 18:36:27 +03:00
Martin Vychodil
8d34993193
Merge branch 'feature/storage_fatfs_encr_example' into 'master'
...
security: flash_encryption example extended with fatfs encryption
Closes IDF-7639
See merge request espressif/esp-idf!27729
2024-06-27 22:34:37 +08:00
radek.tandler
68df525394
feat(examples/security): Extend flash_encryption example with fatfs encryption
...
Updated the flash_encryption example to demonstrate the usage of fatfs encryption.
Updated existing test case to ensure accurate and reliable testing.
Documentation of storage section extended by security relarted summary.
Closes https://github.com/espressif/esp-idf/issues/11551
Closes https://github.com/espressif/esp-idf/issues/13668
2024-06-27 21:41:43 +08:00
Wu Zheng Hui
9e16b45dac
Merge branch 'fix/wait_efuse_idle_after_wake' into 'master'
...
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup
Closes IDFCI-2227, IDFCI-2228, IDFCI-2229, and IDFCI-2230
See merge request espressif/esp-idf!31754
2024-06-27 20:30:28 +08:00
Aditya Patwardhan
8c6e97be16
Merge branch 'feature/security_add_all_secure_example' into 'master'
...
Feature/security add all secure example
Closes IDF-1977
See merge request espressif/esp-idf!29554
2024-06-27 20:09:35 +08:00
nilesh.kale
40059dedde
feat: updated procedure for generating token in jtag_example_helper.py
...
This commit updated API for generating token providing ability to
pass more arguments and updated readme file as well.
2024-06-27 16:57:01 +05:30
Aditya Patwardhan
a57aa71190
feat(security): Add security_features_app example to demonstrate security features
2024-06-27 16:56:55 +05:30