Alexey Lapshin
5737ba06c3
fix(esp_hw_support): fix acessing array bellow bounds
2024-09-08 13:53:52 +07:00
Alexey Lapshin
a262e879d1
fix(esp_http_server): fix GCC 14 analyzer warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
725b9ec81e
fix(freertos): fix GCC 14 analyzer warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
06fdb02435
fix(newlib): fix GCC 14 analyzer warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
5e4d6190d8
fix(pthread): fix GCC 14 analyzer warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
4d2881dac1
fix(hal): fix GCC 14 analyzer warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
7498f4655a
fix(esp_system): fix GCC 14 analyzer warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
4c87af6359
fix(build): fix calloc warnings
2024-09-08 13:53:52 +07:00
Alexey Lapshin
47212eaa3a
feat(tools): update toolchain version to esp-14.2.0_20240903
...
Closes https://github.com/espressif/esp-idf/issues/13979
Closes https://github.com/espressif/esp-idf/issues/14273
Closes https://github.com/espressif/esp-idf/issues/14267
2024-09-08 13:52:22 +07:00
Roman Leonov
a9d960a81f
refactor(hub): Cleaned up dev_tree_node debug output, moved node freeing
2024-09-06 22:44:37 +02:00
wuzhenghui
fd79c593fb
fix(ci): increase uart driver test memory leak threshold
2024-09-07 02:04:43 +08:00
wuzhenghui
0272fc405b
change(esp_hw_support): update test cases with new sub-mode setting API
2024-09-07 02:04:43 +08:00
wuzhenghui
5184d7ec98
change(esp_hw_support): replace esp_sleep_periph_use_8m with new API
2024-09-07 02:04:43 +08:00
wuzhenghui
7555686649
change(esp_hw_support): replace rtc_sleep_enable_ultra_low with new API
2024-09-07 02:04:43 +08:00
wuzhenghui
b1df2688ce
change(esp_hw_support): replace esp_sleep_enable_adc_tsens_monitor with new API
2024-09-07 02:04:43 +08:00
wuzhenghui
417edbb2e2
feat(esp_hw_support): introduce sub sleep mode config API
2024-09-07 02:04:38 +08:00
Wan Lei
92fc3e9a5d
Merge branch 'refa/replce_esp_dma_xxx_malloc_api' into 'master'
...
refa(spi): clean up esp_dma_xxx memory allocation code
Closes IDF-9656
See merge request espressif/esp-idf!31239
2024-09-06 22:08:22 +08:00
Frantisek Hrbata
65d18fce4c
fix(activate): use exe instead of comm for parent shell detection
...
Currently, we are using psutil.Process().name(), which includes the
command as entered on the command line. This becomes an issue if the
export script is initiated within another script.
run.sh
#!/usr/bin/bash
. ./export.sh
In this case the activate script will see `run.sh` instead of bash.
/proc/<pid>/com vs /proc/<pid>/exe
Use exe(), which contains the full executable path to fix this.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2024-09-06 15:58:24 +02:00
Jiang Guang Ming
5bb93061a3
feat(mbedtls): support rom mbedtls threading layer
2024-09-06 19:27:57 +08:00
Marek Fiala
f90b847cb1
Merge branch 'fix/correct_shell_detection' into 'master'
...
fix(tools): Corrected detect_shell
See merge request espressif/esp-idf!33365
2024-09-06 19:22:15 +08:00
Alexey Lapshin
c605620073
Merge branch 'fix/keep-got-sections-for-riscv' into 'master'
...
feat(esp_system): drop .got* sections and add hint
See merge request espressif/esp-idf!32969
2024-09-06 19:21:06 +08:00
Guillaume Souchere
6f37ff7a8f
Merge branch 'fix/bootloader-factory-reset-test-app-pin-range' into 'master'
...
fix(bootloader): Update pin range for factory reset and app test configurations
Closes IDFGH-13623
See merge request espressif/esp-idf!33342
2024-09-06 17:21:38 +08:00
Marek Fiala
24ae042bba
fix(tools): Corrected detect_shell
...
When comparing process name with python,
lowercase the process name in condition.
2024-09-06 11:11:50 +02:00
Wang Meng Yang
ca05aa5cd2
Merge branch 'feature/add_di_api' into 'master'
...
Feature/add di api
Closes IDFGH-11785
See merge request espressif/esp-idf!32872
2024-09-06 17:11:19 +08:00
Jiang Jiang Jian
386420067a
Merge branch 'bugfix/ftm_apsta_bw_issue' into 'master'
...
Fix FTM issues in AP-STA mode
Closes WIFIBUG-634
See merge request espressif/esp-idf!32276
2024-09-06 16:26:35 +08:00
shenmengjing
f6003fb8bf
docs: Update CN translation for several docs
2024-09-06 16:17:32 +08:00
morris
dba8722bc0
Merge branch 'feat/support_esp32c2_eco4_rom_systimer_hal' into 'master'
...
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
Closes IDF-10677
See merge request espressif/esp-idf!33335
2024-09-06 16:06:10 +08:00
Roland Dobai
e7c0d69215
Merge branch 'feature/python_activation' into 'master'
...
feat: add python script to activate ESP-IDF environment
Closes IDF-4803
See merge request espressif/esp-idf!31334
2024-09-06 14:37:53 +08:00
Chen Jichang
057b6b72ba
docs(psram): sync psram noinit description
2024-09-06 14:30:54 +08:00
C.S.M
3ccdd8b397
fix(i2c): Fix possible error state in clear the bus,
...
Closes https://github.com/espressif/esp-idf/issues/13647
2024-09-06 14:28:26 +08:00
morris
9ec1042dff
Merge branch 'test/fix_mspi_ci_c61' into 'master'
...
fix(mspi): Fix the mspi ci build test on esp32c61
See merge request espressif/esp-idf!33355
2024-09-06 14:23:53 +08:00
Roland Dobai
17fed13a27
Merge branch 'distutils' into 'master'
...
fix(tools): remove distutils to support python 3.12
Closes IDFGH-13510
See merge request espressif/esp-idf!33260
2024-09-06 14:23:04 +08:00
Chen Ji Chang
646d2f9e4a
Merge branch 'feat/parlio_tx_support_psram_buffer' into 'master'
...
feat(parlio_tx): support transmit buffer in external PSRAM
Closes IDF-10981
See merge request espressif/esp-idf!33347
2024-09-06 14:00:35 +08:00
C.S.M
f36fb4cdb0
fix(mspi): Fix the mspi ci build test on esp32c61
2024-09-06 13:29:14 +08:00
Rahul Tank
0f11052406
Merge branch 'bugfix/add_notify_flag_for_wifi_prov' into 'master'
...
fix(wifi_prov): Add notify characteristic flag support
See merge request espressif/esp-idf!32311
2024-09-06 13:27:52 +08:00
Rahul Tank
b341791f78
Merge branch 'bugfix/make_cccd_flags_configurable' into 'master'
...
fix(nimble): Make CCCD flags configurable
Closes BLERP-954
See merge request espressif/esp-idf!32971
2024-09-06 13:19:17 +08:00
Guillaume Souchere
ab4e658af6
fix(bootloader): Update pin range for factory reset and app test
...
Update the range for pin selection of BOOTLOADER_NUM_PIN_APP_TEST
and BOOTLOADER_NUM_PIN_FACTORY_RESET based on the selected target.
Closes https://github.com/espressif/esp-idf/issues/14508
2024-09-06 07:18:46 +02:00
Island
53dff5357f
Merge branch 'ble_dev/esp32c2eco4_chip_20240903' into 'master'
...
change(ble): update c2 eco4 ld file
See merge request espressif/esp-idf!33327
2024-09-06 11:24:43 +08:00
Chen Jichang
227f80ff88
feat(parlio_tx): support psram buffer
2024-09-06 11:20:39 +08:00
Armando (Dou Yiwen)
5dff189341
Merge branch 'feat/xip_psram_c5' into 'master'
...
psram: xip_psram support on c5/c61, also fixed cache writeback/invalidate not work issue on c61
Closes IDF-8688, IDF-9292, and IDF-11008
See merge request espressif/esp-idf!33265
2024-09-06 10:39:57 +08:00
Jiang Guang Ming
d0ec6fc04d
fix(mbedtls): MBEDTLS_CMAC_C not effective when MBEDTLS_USE_CRYPTO_ROM_IMPL enabled
2024-09-06 09:55:27 +08:00
Jiang Guang Ming
d74ff5224c
feat(mbedtls): support ROM mbedtls v3.6.0 on C2 rev2.0(ECO4)
2024-09-06 09:55:27 +08:00
Jiang Guang Ming
4955a199a8
feat(esp_rom): include rom.mbedtls.eco4.ld with C2 rev2.0(ECO4) select
2024-09-06 09:55:27 +08:00
Jiang Guang Ming
d7ea73ad66
feat(esp_rom): update esp32c2.rom.mbedtls.eco4.ld
2024-09-06 09:55:27 +08:00
Tomas Rezucha
c2b5339275
Merge branch 'feat/usb_disconnect_api' into 'master'
...
refactor(usb): Update HCD tests to use port power off for disconnections
Closes IDF-11006
See merge request espressif/esp-idf!31179
2024-09-06 09:46:57 +08:00
Marius Vikhammer
72bcaf1d74
Merge branch 'feature/c61_rtc_mem_remove' into 'master'
...
feat(system): remove references to RTC mem on C61
See merge request espressif/esp-idf!33291
2024-09-06 09:42:01 +08:00
Tomas Rezucha
19bf686d5e
feat(usb/host): Enable USB Host tests on P4
2024-09-05 19:41:07 +02:00
Tomas Rezucha
3857f779cc
fix(usb/host): Correctly handle unpowered port in HUB
2024-09-05 19:40:52 +02:00
muhaidong
5e4674775b
fix(wifi): enable ci build by sdkconfig.ci.esp32p4_with_extconn
2024-09-05 20:29:40 +08:00
Armando
5316a36175
fix(cache): fixed cache writeback/invalidate cannot reach higher vaddr parts
2024-09-05 18:47:02 +08:00