Martin Vychodil
ead2652c33
Merge branch 'fix/fatfsgen_construct_v5.0' into 'release/v5.0'
...
fix(tools): Fix fatfsgen construct dependency (v5.0)
See merge request espressif/esp-idf!27656
2023-12-18 21:20:23 +08:00
Anton Maklakov
93c25851c1
Merge branch 'feature/update-gdb-to-12.1_20231023_v5.0' into 'release/v5.0'
...
feat(tools): update gdb version to 12.1_20231023 (v5.0)
See merge request espressif/esp-idf!27378
2023-12-18 18:13:30 +08:00
Mahavir Jain
d198439225
Merge branch 'fix/aes_mpi_interrupt_allocation_workflow_v5.0' into 'release/v5.0'
...
fix(mbedtls): move interrupt allocation during initialization phase (v5.0)
See merge request espressif/esp-idf!27442
2023-12-15 17:49:12 +08:00
Aditya Patwardhan
03d7a3807b
change(version): Update version to 5.0.5
2023-12-13 13:49:52 +05:50
Roland Dobai
53bebcade5
fix(tools): Fix fatfsgen construct exception type and dependency
...
construct=2.10.70 fixed an issue
(c3866e9492
)
and StringError is raised instead of UnicodeDecodeError.
2023-12-04 17:24:46 +01:00
harshal.patil
b72804340c
fix(mbedtls): move interrupt allocation during initialization phase
2023-12-01 16:49:47 +05:30
Alexey Lapshin
f7a6ca13e9
feat(tools): update gdb version to 12.1_20231023
2023-11-24 11:17:52 +04:00
Jiang Jiang Jian
15825570a3
Merge branch 'contrib/github_pr_12052_v5.0' into 'release/v5.0'
...
Two small patches for build system and fatfs (GitHub PR) (v5.0)
See merge request espressif/esp-idf!26432
2023-11-23 19:27:38 +08:00
Jiang Jiang Jian
ae02cc7b7c
Merge branch 'feat/dynamic_integration_pipeline_v5.0' into 'release/v5.0'
...
CI: dynamic integration pipeline v5.0
See merge request espressif/esp-idf!26947
2023-11-23 15:17:12 +08:00
Jiang Jiang Jian
85651c507f
Merge branch 'contrib/github_pr_12558_v5.0' into 'release/v5.0'
...
Fix: esptool_py incorrectly assumed target name equals binary name (GitHub PR) (v5.0)
See merge request espressif/esp-idf!27272
2023-11-23 15:13:59 +08:00
Jiang Jiang Jian
a8caeb9af4
Merge branch 'bugfix/fix_lightsleep_current_leakage_on_usj_pad_v5.0' into 'release/v5.0'
...
fix(esp_hw_support): fix lightsleep current leakage on usb pad (backport v5.0)
See merge request espressif/esp-idf!27208
2023-11-23 14:46:38 +08:00
wuzhenghui
ead822e6ee
fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad
2023-11-23 10:21:02 +08:00
Frantisek Hrbata
d587d24c43
feat(ci): add test for custom cmake CMAKE_EXECUTABLE_SUFFIX
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-11-22 14:44:18 +00:00
Chen Yudong
29a2249170
ci: dynamic integration test child pipeline
2023-11-15 05:49:32 +00:00
Roland Dobai
1e69dbf6cf
ci(fix): Improve the stability of the autocomplete tests
2023-11-09 14:10:13 +01:00
Michael (XIAO Xufeng)
1db67a7133
Merge branch 'bugfix/spi_master_fifo_use_dma_v5.0' into 'release/v5.0'
...
fix(spi): fixed undesired touching to DMA (v5.0)
See merge request espressif/esp-idf!26771
2023-11-02 21:11:10 +08:00
Jiang Jiang Jian
03732b50fd
Merge branch 'feature/pbkdf2_fast_implementation_v5.0' into 'release/v5.0'
...
change(esp_wifi): Copy fastpbkdf2 implementation
See merge request espressif/esp-idf!26852
2023-11-02 15:12:20 +08:00
Xiao Xufeng
93e973fa21
fix(spi): fixed undesired touching to DMA
...
Closes https://github.com/espressif/esp-idf/issues/12241
2023-11-02 12:32:40 +08:00
Michal Jenikovsky
5dafc957ef
idf.py: gdb action incorrectly generated EOL gdbinit scripts
...
GDB on Windows incorrectly reads EOL in the script files causing 'gdb'
action to fail.
(gdb) source .../build/gdbinit/py_extensions
(gdb) source .../build\gdbinit\symbols
add symbol table from file "...\build\bootloader\bootloader.elf"
.../build\gdbinit\symbols:6: Error in sourced command file:
Undefined command: "". Try "help".
Forcing line separator to '\n' resolved the issue
Signed-off-by: Michal Jenikovsky <jendo@jmsystems.sk>
2023-11-02 02:19:09 +00:00
Kapil Gupta
973aca32be
change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
...
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.
Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-11-01 21:56:56 +05:30
Kapil Gupta
5d26770886
change(esp_wifi): Copy fastpbkdf2 implementation
...
Copy pbkdf2 implementation from https://github.com/ctz/fastpbkdf2(3c56895)
2023-11-01 21:56:48 +05:30
Sarvesh Bodakhe
c90353291c
fix(esp_wifi): Fix issue of station disconnecting immediately when AP RSSI is zero
2023-10-31 20:38:17 +08:00
Jiang Guang Ming
7789d30686
feat(mbedtls): add new config CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL for mbedtls unit-test
2023-10-26 21:00:27 +08:00
Alexey Gerenkov
e943bbda36
feat(tools): Update OpenOCD version to v0.12.0-esp32-20230921
2023-10-18 10:51:45 +02:00
Erhan Kurubas
9fc58a706d
fix(interrupts): reorder esp32s3 irq names to align with the respective irq numbers
2023-10-17 09:02:31 +02:00
Roland Dobai
b9a15e601b
Merge branch 'feat/monitor_port_detection' into 'release/v5.0'
...
feat(tools/monitor): add simple port detection [backport v5.0]
See merge request espressif/esp-idf!26329
2023-10-10 20:31:19 +08:00
Jiang Jiang Jian
1b5a9a9420
Merge branch 'bugfix/check_mapping_target_conflict_v5.0' into 'release/v5.0'
...
fix(ldgen): check target conflict for entries with section aliases (v5.0)
See merge request espressif/esp-idf!26124
2023-10-07 14:38:01 +08:00
Jiang Jiang Jian
1f870c8102
Merge branch 'feature/rename_wpa2_ent_to_eap_client_v5.0' into 'release/v5.0'
...
WiFi: Rename WPA2 enterprise APIs to EAP Client. (v5.0)
See merge request espressif/esp-idf!26098
2023-10-07 14:33:17 +08:00
Jiang Jiang Jian
ffae14ac1d
Merge branch 'bugfix/suppress_compiler_warning_silent_reboot_is_enabled_v5.0' into 'release/v5.0'
...
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled (backport v5.0)
See merge request espressif/esp-idf!26037
2023-10-07 14:28:52 +08:00
Peter Dragun
570f5880be
feat(tools/monitor): add simple port detection
...
Closes https://github.com/espressif/esp-idf/issues/8114
2023-10-05 16:29:43 +02:00
Fu Hanxi
5e2c3e23ae
ci: fix breaking change in idf-build-apps 1.0.0
...
x
2023-09-29 14:16:14 +02:00
wuzhenghui
49bd0ca8fd
fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled
2023-09-28 02:53:07 +00:00
You Wei
39cc5e0fcc
fix(ldgen): duplicate entries in the generated .ld file
2023-09-21 19:41:24 +08:00
You Wei
82f26d48a3
fix(ldgen): check target conflict for entries with section alias
2023-09-21 19:41:24 +08:00
Kapil Gupta
30cfd31ea5
change(example): Update wifi enterprise example
2023-09-21 11:54:36 +05:30
Wang Meng Yang
b212ab6176
Merge branch 'test/bqb_test_bt_classic_hid_v5.0' into 'release/v5.0'
...
feat(bt/bqb): Add setting local di record function for specific hid case of bqb auto test (backport v5.0)
See merge request espressif/esp-idf!25834
2023-09-18 11:05:35 +08:00
Roland Dobai
0b86f34cb4
Merge branch 'bugfix/failed_module_import_v5.0' into 'release/v5.0'
...
fix(tools): extend error message for failed python module import (v5.0)
See merge request espressif/esp-idf!25869
2023-09-16 00:01:40 +08:00
Roland Dobai
58392ec5d5
Merge branch 'fix/click-port-compl_v5.0' into 'release/v5.0'
...
fix(tools): fix autocomplete for --port option (v5.0)
See merge request espressif/esp-idf!25875
2023-09-16 00:00:38 +08:00
Roland Dobai
eb7a99040d
Merge branch 'dependency_check_fix_v5.0' into 'release/v5.0'
...
bug(tools): dependency check catch exception when package not installed (v5.0)
See merge request espressif/esp-idf!25657
2023-09-16 00:00:12 +08:00
Aditya Patwardhan
a4223c75a6
versions: Update version to 5.0.4
2023-09-11 10:38:15 +05:50
Peter Dragun
f06d3ff5bb
fix(tools): fix autocomplete for --port option
...
Closes https://github.com/espressif/esp-idf/issues/7970
2023-09-08 09:29:20 +02:00
Frantisek Hrbata
ca31d75cc3
fix(tools): extend error message for failed python module import
...
Currently idf.py reports just "Please use idf.py only in an ESP-IDF shell environment".
Sometimes it may be useful to know for which module the import failed.
Also the problem does not have to be related to shell environment only, but the
python venv can be corrupted. This adds a little bit more verbose error
message.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-09-08 07:29:56 +02:00
wanglai@espressif.com
5f243e9b95
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:20:36 +08:00
Peter Dragun
6c37f49d16
bug(tools): dependency check catch exception when package not installed
2023-08-30 17:14:10 +02:00
Jiang Jiang Jian
a78ad034f5
Merge branch 'bugfix/fix_mem_map_issue_v5.0' into 'release/v5.0'
...
flash_mmap: fix range issue (v5.0)
See merge request espressif/esp-idf!24529
2023-08-26 10:28:44 +08:00
Armando
53b1c2a2e6
test(flash_mmap): test flash mmap pages
2023-08-25 10:37:48 +08:00
harshal.patil
771f6b2b7e
fix(esp_prov): update devices tuple usage due to API deprecations
...
- a recent commit fixed the API deprecations,
and the BLEDevice object now needs to be accessed through a tuple.
- thus the changes were made in the code wherein the object was used,
but updating the usage in the condition when de
vname is not None got skipped.
2023-08-24 14:48:39 +05:30
Jiang Jiang Jian
38bd8d3044
Merge branch 'bugfix/esp32s3_usb_otg_console_v5.0' into 'release/v5.0'
...
system: support USB_OTG CDC console on ESP32-S3 (v5.0)
See merge request espressif/esp-idf!24338
2023-08-21 10:37:29 +08:00
Jiang Jiang Jian
7c91c8f78d
Merge branch 'feature/freertos_iram_optimization_5.0' into 'release/v5.0'
...
freertos: Update linker fragment files to optimise IRAM utilisation (v5.0)
See merge request espressif/esp-idf!24222
2023-08-21 10:33:23 +08:00
Djordje Nedic
3b047f7572
fix: noload being included in ram and flash sizes
...
This fixes noload sections being included in the total flash and ram
size calculations. These sections represent things that already exist in
the rom or flash in different partitions and are not a part of the app.
2023-08-11 22:32:11 +02:00