Marius Vikhammer
be7f465306
CI: make full docs build the default
2022-05-18 17:38:00 +08:00
Martin Gano
e9716b1498
Merge branch 'feature/add-fatfs-parser' into 'master'
...
fatfsgen.py implement functionality for parsing fatfs
Closes IDF-4360
See merge request espressif/esp-idf!17951
2022-05-17 17:07:13 +08:00
Mahavir Jain
361b40c994
Merge branch 'feature/cbor_example_pytest_migration' into 'master'
...
cbor example pytest migration
See merge request espressif/esp-idf!18052
2022-05-17 16:56:01 +08:00
Martin Gaňo
005af75da3
Added FATFS partition parser
2022-05-16 14:32:17 +02:00
Fu Hanxi
38345d9cd8
Merge branch 'ci/improve_build_scripts_for_multi_targets' into 'master'
...
CI: improve build scripts for multi targets
See merge request espressif/esp-idf!17895
2022-05-16 11:18:11 +08:00
Harshit Malpani
1c0987814b
target-test.yml: Add job for wifi runner
2022-05-13 04:41:00 +00:00
Fu Hanxi
52b5a8348e
test: add pytest_wifi_getting_started script
2022-05-13 11:56:59 +08:00
Armando
ed1e4c854e
ci: support distribute ut based on psram type
2022-05-13 10:49:02 +08:00
Nachiket Kukade
2f4ec4e27d
Merge branch 'bugfix/sap_mode_change_crash_issue' into 'master'
...
Fixes for SAP mode change and PMF issues
Closes WIFI-4322, WIFI-4394, and IDFCI-1147
See merge request espressif/esp-idf!17865
2022-05-12 19:08:05 +08:00
morris
47e4fe83ba
ci: enable build pytest ut and examples on esp32c2
2022-05-12 05:18:57 +00:00
Fu Hanxi
27a8fdcf3c
ci: trigger s3 target test only by label
...
should be revert after we got enough s3 runners
2022-05-11 16:03:29 +08:00
Nachiket Kukade
6a0d972cb2
CI: Reverse allowing failure of IT_012
2022-05-09 16:16:10 +05:30
Sudeep Mohanty
3ea1c8bf96
freertos: add freertos unit test to verify yielding behavior of the kernel
...
This commit adds a unit test to verify the task yielding behavior of the
FreeRTOS SMP kernel.
2022-05-09 03:48:07 +00:00
morris
977a2830dd
example: update ir nec example with new rmt driver
2022-05-07 10:34:50 +00:00
Marius Vikhammer
948df77e85
CI: add docs_full label info to readme
2022-05-07 15:21:54 +08:00
Fu Hanxi
62800f8e3b
Merge branch 'ci/change_back_s3_tag' into 'master'
...
Revert "ci: rename all the generic s3 tag to generic_s3_fixme"
See merge request espressif/esp-idf!17803
2022-05-05 14:57:38 +08:00
Ivan Grokhotkov
130bbf3d6c
ci: add build job to test paths with spaces
2022-05-02 19:05:48 +02:00
Chen Yudong
1f9a754cee
CI: do not fetch submodules in target tests
2022-04-28 18:36:58 +08:00
Fu Hanxi
dd9b9945b6
Merge branch 'ci/fix_IT_missing_esptool' into 'master'
...
ci: fix missing esptool for integration tests
Closes IDFCI-1213
See merge request espressif/esp-idf!17928
2022-04-28 06:48:05 +08:00
Fu Hanxi
c82adde67d
ci: fix missing esptool for integration tests
2022-04-27 20:43:05 +08:00
Ivan Grokhotkov
871375cae3
Merge branch 'bugfix/bootloader_support_public_req' into 'master'
...
esp_hw_support: remove public dependency on bootloader_support
See merge request espressif/esp-idf!17792
2022-04-27 17:04:07 +08:00
Fu Hanxi
877e98ae4b
Revert "ci: rename all the generic s3 tag to generic_s3_fixme"
...
This reverts commit 9bb9b58b3b
.
2022-04-27 04:00:17 +00:00
morris
ab6bfcfd4b
Merge branch 'feature/esp_docs_1.0.0' into 'master'
...
docs: update esp-docs to 1.0.0
See merge request espressif/esp-idf!17845
2022-04-26 19:03:59 +08:00
Marius Vikhammer
2c24b8e82c
CI: update esp-idf-doc-env docker image version
2022-04-26 13:32:39 +08:00
Roland Dobai
5f017e5390
Merge branch 'feature/esptool_package' into 'master'
...
esptool: Include esptool as a Python package instead of using it as a submodule
Closes IDF-4785
See merge request espressif/esp-idf!17639
2022-04-25 16:17:56 +08:00
radim.karnis
2bb7dc4471
esptool: Include as a package, delete submodule
2022-04-22 21:31:17 +02:00
Aditya Patwardhan
600272bc5d
flash_encryption_example: Update example test to use pytest framework
2022-04-21 13:26:57 +05:30
Ivan Grokhotkov
85cb079838
esp_hw_support: remove public dependency on bootloader_support
...
In c4bcf111
, soc_memory_types.h header was moved from soc to
esp_hw_support. Since some of the functions are also used in
bootloader and because esp_hw_support is not part of the bootloader
build, part of the functions were moved into bootloader_support.
To make these functions available to the app, bootloader_support was
added as a public dependency of esp_hw_support.
Since esp_hw_support is in common requirements list, this has added
bootloader_support as a public requirement to every component in the
build. Adding new public requirements outside of common components
is undesirable, since components may accidentally include headers
from bootloader_support without explicitly declaring it as a
requirement.
This commit reverts this addition. Until a better solution is found,
some part of esp_memory_utils.h is duplicated into
bootloader_memory_utils.h. A CI check is added to make sure these
files stay in sync.
2022-04-16 10:50:12 +02:00
Ondrej Kosta
fcdb0306d0
examples: added ESP-NETIF L2 TAP example
2022-04-12 12:33:57 +00:00
Fu Hanxi
f35197e40b
Merge branch 'ci/use_idf_path_as_pytest_logdir' into 'master'
...
ci: use IDF_PATH as pytest log dir
Closes IDFCI-1152
See merge request espressif/esp-idf!17673
2022-04-07 14:24:07 +08:00
Fu Hanxi
5e05a1f174
ci: use IDF_PATH as pytest log dir
2022-04-06 18:46:49 +08:00
Chen Yudong
e7f2e8e788
CI: temporary allow failure for IT_012
2022-04-06 17:29:00 +08:00
morris
e8aef07502
Merge branch 'ci/lan8720_only_on_protected_and_label' into 'master'
...
ci: run component_ut_esp32_lan8720 only on master/release or with label
See merge request espressif/esp-idf!17644
2022-03-30 23:43:01 +08:00
Fu Hanxi
81e7fa86cd
ci: run component_ut_esp32_lan8720 only on master/release or with label
...
this is a temporary workaround of lack of runners.
2022-03-30 11:50:04 +08:00
Mahavir Jain
f8dad892ff
Merge branch 'bugfix/decrease_s3_jobs' into 'master'
...
ci: remove extra S3 UT jobs that were not used
See merge request espressif/esp-idf!17640
2022-03-30 09:46:39 +08:00
Chen Yu Dong
51f438628a
Merge branch 'ci/patterns_integration_test' into 'master'
...
CI: fix patterns for integration test
See merge request espressif/esp-idf!17637
2022-03-29 22:07:10 +08:00
Marius Vikhammer
4802a2a667
ci: remove extra S3 UT jobs that were not used
2022-03-29 19:15:50 +08:00
Chen Yudong
ddb836b779
CI: fix patterns for integration test
2022-03-29 17:03:27 +08:00
Anton Maklakov
39d82327d2
Merge branch 'ci/change_deploy_pre_needs' into 'master'
...
ci: deploy docs to preview as soon as build doc jobs are done
See merge request espressif/esp-idf!17598
2022-03-29 16:42:08 +08:00
Michael (XIAO Xufeng)
e3c0229d2e
Merge branch 'ci/renable_s3_tests' into 'master'
...
ci: renable s3 tests
See merge request espressif/esp-idf!17574
2022-03-28 15:53:49 +08:00
Shubham Kulkarni
e9ad8a63c3
target-test.yml: Add job for ethernet_ota marker
2022-03-28 03:51:21 +00:00
Marius Vikhammer
d2bfa17510
ci: deploy to preview as soon as build doc jobs are done
2022-03-25 16:52:10 +08:00
Fu Hanxi
65354d74b3
ci: remove unused jobs
2022-03-25 12:57:15 +08:00
Fu Hanxi
9bb9b58b3b
ci: rename all the generic s3 tag to generic_s3_fixme
2022-03-25 12:56:58 +08:00
Fu Hanxi
b37336f8b4
Revert "ci: temporarily disable S3 target tests"
...
This reverts commit 8df02332c1
.
2022-03-25 12:39:57 +08:00
Aleksei Apaseev
528cdc1546
core_dump: split corefile and coredump script from idf into a separate package
2022-03-24 13:57:48 +08:00
Tomas Rezucha
6206302787
ci: Add USB Host CDC and MSC pytests to pipeline
2022-03-21 18:34:24 +01:00
Marius Vikhammer
8df02332c1
ci: temporarily disable S3 target tests
...
Disable running S3 target tests for now due to runner issues.
2022-03-21 12:59:14 +08:00
Fu Hanxi
9b77fc3ed9
ci: run integration_test when submodule changes
2022-03-17 18:39:19 +08:00
Fu Hanxi
66296f56e9
ci(pytest): add known failure cases
2022-03-14 20:29:38 +08:00