Fu Hanxi
|
c600a6d840
|
CI: run build_docs_preview only with the label
|
2020-11-12 06:44:38 +00:00 |
|
Mahavir Jain
|
0fb65d0bae
|
Merge branch 'bugfix/ttfw_idf_find_artifacts_inaccurate_with_same_prefix_path' into 'master'
CI: fix the bug returns wrong artifact path when app_name is a subset of a longer one
Closes IDFCI-217
See merge request espressif/esp-idf!11187
|
2020-11-12 12:12:51 +08:00 |
|
Ivan Grokhotkov
|
f5939c9e68
|
Merge branch 'bugfix/unset-temp-procedure-and-redirect-to-stderr' into 'master'
Tools: Avoid printing warnings in idf.py when autocompleting
Closes IDFCI-207
See merge request espressif/esp-idf!11159
|
2020-11-12 05:27:32 +08:00 |
|
martin.gano
|
304cff9f75
|
Redirect warning to stderr and unset temporary shell procedure
|
2020-11-11 15:12:58 +01:00 |
|
Shubham Kulkarni
|
cda61a87da
|
Update OTA example to demonstate anti_rollback feature
Add example_test for anti_rollback feature
|
2020-11-11 11:51:28 +00:00 |
|
Angus Gratton
|
66fb5a29bb
|
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace)
|
2020-11-11 07:36:35 +00:00 |
|
Angus Gratton
|
e82eac4354
|
cmake: Apply cmakelint fixes
|
2020-11-11 07:36:35 +00:00 |
|
Angus Gratton
|
8c0e5ecbea
|
ci: Remove tools/ci/utils.sh from executable list
|
2020-11-11 07:36:35 +00:00 |
|
Fu Hanxi
|
5fa935e5ea
|
CI: fix the bug returns wrong artifact path when app_name is a subset of a longer one
|
2020-11-11 12:31:39 +08:00 |
|
David Cermak
|
fb0f7e9077
|
ci: increase parallel job count for S2 unit tests
|
2020-11-09 21:41:51 +01:00 |
|
Angus Gratton
|
3882c2b8ed
|
Merge branch 'feature/bringup_esp32s3_fpga_update_rmt_driver' into 'master'
rmt: support esp32s3
Closes IDF-1773
See merge request espressif/esp-idf!10292
|
2020-11-07 07:15:53 +08:00 |
|
Ivan Grokhotkov
|
256333ca13
|
Merge branch 'ci/add_pre_commit_for_some_pre_check_jobs' into 'master'
CI: Add pre-commit for IDF project
See merge request espressif/esp-idf!10682
|
2020-11-06 20:16:27 +08:00 |
|
Ivan Grokhotkov
|
64c5b64996
|
Merge branch 'ci/renable_deploy_docs_production' into 'master'
CI: Renable deploy_docs_production
See merge request espressif/esp-idf!11075
|
2020-11-06 20:15:37 +08:00 |
|
Ivan Grokhotkov
|
e9e6d970f3
|
Merge branch 'feature/add-shell-autocompletion' into 'master'
idf.py: Enable autocompletion for command idf.py
Closes IDF-1540
See merge request espressif/esp-idf!10742
|
2020-11-06 20:14:38 +08:00 |
|
Anton Maklakov
|
85cad7c168
|
Merge branch 'bugfix/component_ut_variable_missing' into 'master'
CI: fix component ut variable missing error
See merge request espressif/esp-idf!11120
|
2020-11-06 17:26:45 +08:00 |
|
Ivan Grokhotkov
|
5dd16db1d6
|
Merge branch 'feature/esp_event_cxx' into 'master'
C++: ESP Event wrapper classes
Closes IDF-1048 and IDF-232
See merge request espressif/esp-idf!9602
|
2020-11-06 17:24:34 +08:00 |
|
Fu Hanxi
|
957e3b225a
|
CI: fix component ut variable missing error
|
2020-11-06 02:18:37 +00:00 |
|
morris
|
ff976867b3
|
rmt: split TX and RX in LL driver
Split TX and RX function in LL driver.
Channel number is encoded in driver layer.
Added channel signal list in periph.c
|
2020-11-05 19:00:55 +08:00 |
|
Ivan Grokhotkov
|
b178780d52
|
Merge branch 'bugfix/missing_assign_test_variable' into 'master'
CI: fix missing variables issue in assign_test
See merge request espressif/esp-idf!11111
|
2020-11-04 18:58:35 +08:00 |
|
Fu Hanxi
|
64fc8072b4
|
bugfix: variable missing in assign_test
|
2020-11-04 16:48:30 +08:00 |
|
Anton Maklakov
|
b5b2738644
|
Merge branch 'test/ci_fuzzer_precheck' into 'master'
CI: Add a test to pre-check fuzzer tests compilation before weekly run
See merge request espressif/esp-idf!10332
|
2020-11-04 12:22:53 +08:00 |
|
Fu Hanxi
|
09c8777c22
|
Renable deploy_docs_production
|
2020-11-04 03:10:50 +00:00 |
|
martin.gano
|
346b002d9a
|
enable autocompletion for command idf.py
|
2020-11-03 23:27:58 +01:00 |
|
Fu Hanxi
|
47a97d2b52
|
check_kconfigs and check_deprecated_kconfigs now use files arguments
|
2020-11-02 15:49:13 +08:00 |
|
Fu Hanxi
|
bcc8f2628c
|
CI: Add pre-commit for esp-idf project.
add tools/ci/python_packages/idf_ci.py for some util functions used in
ci and needs multi-os solution
|
2020-11-02 15:49:13 +08:00 |
|
Chen Yu Dong
|
9e8315d9b3
|
ci: limit switching branches for auto_test_script
|
2020-11-02 06:59:13 +00:00 |
|
Michael (XIAO Xufeng)
|
23584e094f
|
Merge branch 'feature/esp_flash_32b_addr' into 'master'
esp_flash: support high capacity flash chips (32-bit address)
See merge request espressif/esp-idf!9475
|
2020-10-30 15:22:44 +08:00 |
|
Ivan Grokhotkov
|
5341d20318
|
Merge branch 'bugfix/shell_test_script_missing_in_test_build_system_macos' into 'master'
Bugfix: missing `SHELL_TEST_SCRIPT` in job `test_build_system_cmake_macos`
See merge request espressif/esp-idf!11031
|
2020-10-30 03:20:39 +08:00 |
|
Fu Hanxi
|
09d4774a0a
|
CI: Temperaroily disable deploy_docs_production since needs has a bug which will be fixed in GitLab 13.4
|
2020-10-29 18:33:18 +08:00 |
|
Michael (XIAO Xufeng)
|
3bacf35310
|
esp_flash: support high capacity flash chips (32-bit address)
|
2020-10-29 18:20:11 +08:00 |
|
Anton Maklakov
|
54e8ec29b2
|
Merge branch 'test/ci_assign_test_regular' into 'master'
ci: add assign_test into regular test
See merge request espressif/esp-idf!10998
|
2020-10-29 16:13:32 +08:00 |
|
Ivan Grokhotkov
|
d13455e6fc
|
Merge branch 'bugfix/ldgen_section_windows_line_ending' into 'master'
tools/ldgen: Fix parsing of section names on Windows
See merge request espressif/esp-idf!10988
|
2020-10-29 15:25:11 +08:00 |
|
Angus Gratton
|
654a827d7b
|
Merge branch 'bugfix/docs_push_production_without_push_to_github' into 'master'
bugfix: Run `deploy_docs_production` in `post_deploy` stage after `push_to_github` successfully
See merge request espressif/esp-idf!11028
|
2020-10-29 15:18:01 +08:00 |
|
Fu Hanxi
|
6a9ff50610
|
Bugfix: missing SHELL_TEST_SCRIPT in job test_build_system_cmake_macos
|
2020-10-29 10:44:50 +08:00 |
|
Fu Hanxi
|
78134907a2
|
bugfix: Run deploy_docs_production in post_deploy stage after push_to_github successfully
|
2020-10-29 09:45:43 +08:00 |
|
Angus Gratton
|
8f3393afdf
|
Merge branch 'refactor/create_esp_hw_support' into 'master'
Create esp_hw_support
Closes IDF-2161
See merge request espressif/esp-idf!10513
|
2020-10-29 07:51:46 +08:00 |
|
Renz Bagaporo
|
bea280c948
|
ci: increase s2 test jobs
|
2020-10-28 22:38:50 +08:00 |
|
Renz Bagaporo
|
6b0a5af73e
|
soc: move implementations to esp_hw_support
|
2020-10-28 22:38:50 +08:00 |
|
Michael (XIAO Xufeng)
|
2ce058e100
|
ci: add assign_test into regular test
|
2020-10-28 16:32:54 +08:00 |
|
Angus Gratton
|
f7de809f31
|
Merge branch 'bugfix/ldgen_allow_more_characters_sections_entries' into 'master'
ldgen: allow more characters in `sections` fragment `entries`
See merge request espressif/esp-idf!10956
|
2020-10-28 14:40:43 +08:00 |
|
Anton Maklakov
|
b1d98e519d
|
Merge branch 'ci/refactor_ci_yaml' into 'master'
CI: Refactor CI rules into separate yaml file: rules.yml
See merge request espressif/esp-idf!10634
|
2020-10-28 11:09:01 +08:00 |
|
Renz Bagaporo
|
988be69466
|
esp_hw_support: create component
|
2020-10-28 07:21:29 +08:00 |
|
Michael (XIAO Xufeng)
|
b6e763ac86
|
Merge branch 'bugfix/wrong_gdma_m2m_mode_config' into 'master'
gdma: fix wrong m2m mode config
See merge request espressif/esp-idf!10916
|
2020-10-27 23:43:23 +08:00 |
|
David Čermák
|
df0360859a
|
Merge branch 'test/esp_openssl_test_app' into 'master'
ESP-OPENSSL-tests : Added new test-app to check esp-ssl connection
Closes IDF-2143
See merge request espressif/esp-idf!10744
|
2020-10-27 23:07:10 +08:00 |
|
morris
|
9de6cba434
|
ci: add more build test for esp32-s3
|
2020-10-27 17:22:17 +08:00 |
|
Michael (XIAO Xufeng)
|
2a329df051
|
Merge branch 'feat/spi_flash_qio_test' into 'master'
spi_flash: add unit tests for qio mode
See merge request espressif/esp-idf!8303
|
2020-10-27 12:24:05 +08:00 |
|
David Cermak
|
8d6e03a529
|
ci: increase parallel job count for S2 unit tests
|
2020-10-26 16:00:42 +00:00 |
|
Roland Dobai
|
c66868d26c
|
tools/ldgen: Fix parsing of sections names on Windows
|
2020-10-26 12:21:27 +01:00 |
|
Fu Hanxi
|
75ab9223f9
|
scan test when weekend test.
|
2020-10-26 10:25:21 +08:00 |
|
Fu Hanxi
|
3026d562ec
|
add README.md to explain how to add/modify jobs/rules/ifs
- rename existing labels to fit the naming convention
|
2020-10-26 10:25:21 +08:00 |
|