Tomas Sebestik
86ec13eb21
Revert latest git
2022-04-13 13:51:22 +02:00
Anton Maklakov
d9be879a76
Merge branch 'feature/add_component_manager_python_dependency_v4.3' into 'release/v4.3'
...
Build System: Add idf-component-manager python dependency (v4.3)
See merge request espressif/esp-idf!15663
2022-04-06 16:29:42 +08:00
Tomas Sebestik
2ffd558153
Install always latest version of git
...
Closes https://github.com/espressif/esp-idf/issues/8673
2022-03-31 12:27:21 +02:00
Jiang Jiang Jian
8ffddf53bc
Merge branch 'bugfix/btdm_link_error_of_kconfig_v4.3' into 'release/v4.3'
...
Bugfix/btdm link error of kconfig v4.3
See merge request espressif/esp-idf!15466
2022-03-16 16:25:15 +08:00
Marius Vikhammer
cd598bd7c0
Merge branch 'bugfix/inline_intrmask_from_isr_v4.3' into 'release/v4.3'
...
freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR (v4.3)
See merge request espressif/esp-idf!17326
2022-03-16 13:45:32 +08:00
Roland Dobai
b752da1a01
Merge branch 'bugfix/idfpy_erase_otadata_v4.3' into 'release/v4.3'
...
tools: set baudrate and port with otatool. (v4.3)
See merge request espressif/esp-idf!17468
2022-03-14 17:37:54 +08:00
Roland Dobai
79c9a043f2
Merge branch 'bugfix/flash_from_monitor_on_windows_v4.3' into 'release/v4.3'
...
Tools: IDF Monitor should flash with the unmodified port (v4.3)
See merge request espressif/esp-idf!17258
2022-03-12 23:18:41 +08:00
Marek Fiala
330db29120
tools: set baudrate and port with otatool.
...
Bugfix: Allow setting options port -p and baudrate -b, with idf.py otatool commands.
Closes https://github.com/espressif/esp-idf/issues/8317
2022-03-11 15:47:42 +01:00
baohongde
99adcfbda0
components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller
2022-03-11 10:48:21 +00:00
Marius Vikhammer
491b95925e
spi flash: fix cache accessed while disabled issues at -O0
...
mask_get_id and gpio_hal_iomux_func_sel were called while cache
is disabled, but were not inlined as expected at -0O.
Force these functions to always be inlined.
2022-03-11 09:39:50 +08:00
Roland Dobai
0b8d52a926
Merge branch 'bugfix/add-resolution-suggestion-for-coredump_v4.3' into 'release/v4.3'
...
idf_monitor.py: Remove line finalization when coredump is in progress to avoid coredump failure (v4.3)
See merge request espressif/esp-idf!17365
2022-03-08 04:03:54 +08:00
Roland Dobai
df29179a56
Merge branch 'bugfix/idf_size_assertions_v4.3' into 'release/v4.3'
...
tools: Fix assertion messages and fix some of them in idf_size.py (v4.3)
See merge request espressif/esp-idf!17350
2022-03-08 02:58:23 +08:00
Martin Gaňo
a7b249b182
Remove line finalization when coredump is active to avoid coredump failure
...
Closes https://github.com/espressif/esp-idf/issues/8099
2022-03-07 15:25:24 +01:00
Roland Dobai
769335dae3
Tools/idf_size.py: Support .noinit sections
...
Closes https://github.com/espressif/esp-idf/issues/8428
2022-03-03 15:06:29 +01:00
Roland Dobai
6fe0f873c2
tools/idf_size.py: Identify objects without extension in MAP files
2022-03-03 14:52:54 +01:00
Marius Vikhammer
b30ff28034
freertos: always inline xPortSetInterruptMaskFromISR and vPortClearInterruptMaskFromISR
...
These were called from IRAM context where the caller expect them to be inlined
and accessible when cache is disabled. This was not the case when compiled with -O0.
Closes https://github.com/espressif/esp-idf/issues/8301
2022-03-03 10:09:33 +08:00
Anton Maklakov
077c5fb0b8
coredump: backport the coredump test data from v4.4
2022-02-28 12:29:08 +07:00
Roland Dobai
74b912f494
Tools: IDF Monitor should flash with the unmodified port
...
Closes https://github.com/espressif/esp-idf/issues/8432
2022-02-23 13:41:46 +01:00
Anton Maklakov
adebd5c5c3
test_apps/panic: GDB in esp-2021r2-patch3 toolchain doesn't contain the fix for interrupted backtraced
...
Revert "test_apps/panic: remove workaround for incorrect GDB backtrace"
This reverts commit c0e96ceb34
.
2022-02-23 10:54:18 +07:00
Anton Maklakov
115663df95
tools: update esp-2021r2-patch3 toolchain for fixing GDB
...
Closes https://github.com/espressif/esp-idf/issues/8065
Closes https://github.com/espressif/esp-idf/issues/8342
Closes https://github.com/espressif/openocd-esp32/issues/210
2022-02-23 09:25:23 +07:00
intern
615e67bd6b
docs: update sdmmc and vfs cn trans
2022-02-22 11:07:16 +08:00
Roland Dobai
91ed14b50f
Merge branch 'bugfix/idf_tools_python_env_v4.3' into 'release/v4.3'
...
tools: improve virtualenv diagnostics, set python path explicitly (v4.3)
See merge request espressif/esp-idf!16808
2022-02-21 11:52:26 +00:00
Ivan Grokhotkov
724032022c
tools: improve virtualenv diagnostics, set python path explicitly
...
- Check if pip is installed for sys.executable before attempting to
create the virtual environment, bail out with an error if not.
- Don't pass --seeder argument to virtualenv if its version is
too old. For example, on Ubuntu 18.04, virtualenv 15.1.0 doesn't
support this argument.
- Pass --python argument to virtualenv to request specific interpreter
to be used.
Closes https://github.com/espressif/esp-idf/issues/8045
2022-02-20 14:48:28 +03:00
Michael (XIAO Xufeng)
d3df24d950
Merge branch 'bugfix/ledc_consecutive_fade_v4.3' into 'release/v4.3'
...
ledc: Bugfixes for issues related to fade protection (backport v4.3)
See merge request espressif/esp-idf!16661
2022-02-19 17:38:15 +00:00
Michael (XIAO Xufeng)
9e9fb39a07
Merge branch 'flash/add_th_support_v4.3' into 'release/v4.3'
...
spi_flash: add support for th 1M flash(backport v4.3)
See merge request espressif/esp-idf!16716
2022-02-18 01:20:28 +00:00
Jiang Jiang Jian
726ceb4fed
Merge branch 'ci/add_esp32c3_integration_test' into 'release/v4.3'
...
CI: support integration c3 test (4.3)
See merge request espressif/esp-idf!17108
2022-02-16 09:25:29 +00:00
Jiang Jiang Jian
acc55cae88
Merge branch 'fix/gitlab_404_local_mirror_v4.3' into 'release/v4.3'
...
Handle gitlab 404 error (v4.3)
See merge request espressif/esp-idf!16959
2022-02-16 04:05:21 +00:00
Chen Yudong
ad6095ad80
CI: optimize integration test workflow
2022-02-15 13:23:15 +08:00
Chen Yudong
7fecad1473
CI: support integration c3 test
2022-02-15 13:23:15 +08:00
songruojing
230861e80f
ci: increase target-test.yml UT_T1_1 job to support newly added LEDC fade ut tests
2022-02-15 11:29:33 +08:00
Cao Sen Miao
d3f5fd6eb6
spi_flash: add support for th 1M flash
2022-02-14 16:01:43 +08:00
Sergei Silnov
611c5a2496
Build System: Don't track dependencies.lock
2022-02-10 13:17:29 +00:00
Roland Dobai
422892d7b4
Tools: Use delay between rename attempts on Windows in the installer
2022-02-08 11:08:27 +01:00
Laukik Hase
bdd329ff02
ci: Fix issues for build stage
...
- Fixed logs expecting different format specifier
- Updated ignore list for check_public_header test
- Updated functions ported from mbedTLS
- Fix for make-system build errors
2022-02-02 15:07:50 +05:30
Mahavir Jain
dfaf73c197
Merge branch 'provisioning/update_readme_v4.3' into 'release/v4.3'
...
provisioning: Remove legacy examples reference (v4.3)
See merge request espressif/esp-idf!16988
2022-01-31 04:36:40 +00:00
Anton Maklakov
dd7826d456
Merge branch 'bugfix/rm_copyright_ignore_list_v4.3' into 'release/v4.3'
...
CI: Remove unused copyright ignore list (v4.3)
See merge request espressif/esp-idf!16966
2022-01-28 11:02:02 +00:00
Laukik Hase
f178727aae
esp_prov.py: Replaced deprecated function for loading modules
2022-01-28 15:51:50 +05:30
Roland Dobai
5fc51252e9
Merge branch 'bugfix/add_dummy_to_total_size_v4.3' into 'release/v4.3'
...
Tools: fix bug with total size calculation issue (v4.3)
See merge request espressif/esp-idf!16861
2022-01-27 18:28:36 +00:00
simon.chupin
22cd519375
add test for checking memory segments with esptool.py
2022-01-27 17:21:17 +01:00
Roland Dobai
6357a37846
CI: Remove unused copyright ignore list
2022-01-27 12:50:23 +01:00
Tomas Sebestik
65cb65df1a
Handle gitlab 404 error
...
ci: do not retry on 404 when LOCAL_GITLAB_HTTPS_HOST not set
2022-01-27 11:19:22 +01:00
KonstantinKondrashov
5ebbe6aea7
efuse: Fixes eFuse timesettings issue on esp32c3
2022-01-25 19:16:16 +08:00
simon.chupin
a985402da1
tools/idf_size: Fixed bug with wrong memory calculation
2022-01-24 16:05:14 +01:00
Fu Hanxi
b9a96186fd
Merge branch 'feature/espcoredump_py_riscv_support_v4.3' into 'release/v4.3'
...
feature: espcoredump py riscv support (v4.3)
See merge request espressif/esp-idf!16840
2022-01-20 01:16:04 +00:00
Ivan Grokhotkov
9aa263c103
Merge branch 'test/remove_spi_flash_perf_thr_v4.3' into 'release/v4.3'
...
spi_flash_test: remove threshold from unit test (v4.3)
See merge request espressif/esp-idf!16822
2022-01-18 11:51:26 +00:00
Fu Hanxi
3afc31c0de
ci: improve test_coredump workflow
...
use commit sha to let it pass in MRs' CI pipelines
2022-01-18 18:03:44 +08:00
Fu Hanxi
b865a84661
test(coredump): refactor coredump test and add esp32s2/esp32c3 tests
2022-01-18 18:03:44 +08:00
Ivan Grokhotkov
4dc1801c7a
ci: install CMake version from tools.json in espcoredump test
...
To help achieve reproducible builds.
2022-01-18 17:48:41 +08:00
Ivan Grokhotkov
677d6a8625
cmake: sort lists obtained from file(GLOB)
...
CMake sorts result of file(GLOB) command since version 3.6.0:
https://gitlab.kitware.com/cmake/cmake/-/commit/edcccde7d
Since ESP-IDF sets cmake_minimum_required version to 3.5, and version
3.5.1 is used in CI, sort file lists obtained from file(GLOB)
manually.
This helps obtain reproducible order of libraries passed to the linker
and to ldgen.
2022-01-18 17:48:41 +08:00
Fu Hanxi
fbfef19982
feat(coredump): add esp32s2 and esp32c3 support
2022-01-18 17:48:41 +08:00