Song Ruo Jing
2557e24a28
ci: Enable esp32c6 example, test_apps, and unit tests CI build stage
2022-11-01 11:23:21 +08:00
Marius Vikhammer
b97ab59c17
ci: also output host_test logs to standard out
2022-11-01 10:55:52 +08:00
morris
43d99f8364
twai: migrate example test to pytest
2022-10-31 21:44:08 +08:00
KonstantinKondrashov
beba771031
efuse: Migrate efuse unit tests from unit-test-app to component test app
2022-10-26 15:41:48 +08:00
Shu Chen
58be27dae2
Merge branch 'support/ieee802154_lib_CI_rules' into 'master'
...
ieee802154: add 154 lib CI initialization
See merge request espressif/esp-idf!20560
2022-10-24 19:19:48 +08:00
zhangwenxu
f3cadb4fab
ieee802154: add 154 lib CI initialization.
2022-10-24 16:19:00 +08:00
harshal.patil
9f6e433bb5
ci: Migrate app_update unit tests from unit-test-app to component-test-app
2022-10-21 07:37:37 +00:00
Fu Hanxi
de2be3bd88
ci: add parallel count for pytest target test jobs based on dashboard analysis
2022-10-20 20:35:05 +08:00
Shu Chen
3d0e09c096
Merge branch 'bugfix/fix_ot_ci_Bidirectional_IPv6_check_network' into 'master'
...
feature: network check in openthread ci cases
See merge request espressif/esp-idf!20588
2022-10-19 10:52:08 +08:00
Marius Vikhammer
978c03c0c3
Merge branch 'feature/test_apps_def_config' into 'master'
...
CI: add common debug helper sdkconfig that can be used in test apps
See merge request espressif/esp-idf!20213
2022-10-19 10:37:48 +08:00
Ivan Grokhotkov
642874e9dd
Merge branch 'ci/update_wpa_supp_codeowners' into 'master'
...
ci: Update `wpa_supplicant` codeowners
See merge request espressif/esp-idf!20552
2022-10-19 00:56:47 +08:00
Xu Si Yu
0a7e204d2e
CI:add openthread ipv6 ra check in openthread CI
2022-10-18 15:46:59 +08:00
Marius Vikhammer
099b0b6421
Merge branch 'feature/c6_doc_build' into 'master'
...
docs: add support for building C6 docs
Closes IDF-5829
See merge request espressif/esp-idf!19721
2022-10-18 09:37:30 +08:00
Chen Yudong
c258ef705e
CI: optimize wifi get started example test
2022-10-13 20:27:57 +08:00
Marius Vikhammer
ca4ad3ce7c
docs: add support for building C6 docs
2022-10-13 04:39:16 +00:00
Laukik Hase
3e2c7d7549
ci: Update wpa_supplicant
codeowners
2022-10-12 10:05:34 +05:30
Marius Vikhammer
23b5e54974
CI: add common debug helper sdkconfig that can be used in test apps
2022-10-12 11:47:04 +08:00
Fu Hanxi
2d27e09b4f
ci: make bringup process for check_build_test_rules.py more friendly
2022-10-10 16:58:11 +08:00
Fu Hanxi
27e199605a
ci: remove unused rules
2022-10-10 16:58:11 +08:00
Martin Vychodil
1abd4eac2c
Merge branch 'test/fatfs_component_test_apps' into 'master'
...
fatfs: migrate unit tests to component test app, re-enable test for C2
Closes IDF-5588 and IDF-5136
See merge request espressif/esp-idf!20462
2022-10-06 21:10:39 +08:00
Martin Vychodil
c99a82de28
Merge branch 'bugfix/sdmmc_target_test' into 'master'
...
ci: add missing target-test jobs for sdcard and extflash examples
Closes IDF-6043
See merge request espressif/esp-idf!20466
2022-10-06 18:53:50 +08:00
Ivan Grokhotkov
ac830e04ac
fatfs: migrate unit tests to component test app, re-enable test for C2
2022-10-04 17:39:38 +02:00
Ivan Grokhotkov
104f2da4c6
Merge branch 'feature/pytest_build_system' into 'master'
...
build system: add initial version of pytest-based build system tests
See merge request espressif/esp-idf!19498
2022-10-04 01:18:58 +08:00
Ivan Grokhotkov
6872ff1080
ci: add missing target-test jobs for sdcard and extflash examples
2022-10-03 17:15:02 +02:00
Laukik Hase
aeb42ce3a7
https_server: Fix example when MBEDTLS_DYNAMIC_BUFFER
is enabled
...
- While checking if ciphersuite uses RSA key exchange methods,
the APIs `mbedtls_ssl_get_ciphersuite_id_from_ssl` and
`mbedtls_ssl_ciphersuite_from_id` were used to get the ciphersuite
info.
- However, this is incorrect as we need the ciphersuite info from the
handshake instance and not the ssl_session instance.
2022-09-30 23:25:27 +05:30
Chen Yu Dong
adc9c1673e
Merge branch 'ci/fix_upload-submodules-cache' into 'master'
...
CI: fix upload submodule cache for runners using mirror server
See merge request espressif/esp-idf!20436
2022-09-30 16:48:55 +08:00
Chen Yudong
3ed2b844c5
CI: fix upload submodule cache for runners using mirror server
2022-09-29 21:33:03 +08:00
Jakob Hasse
f33ac0a037
Merge branch 'feature/freertos_sim' into 'master'
...
FreeRTOS Single Core Simulator PoC
See merge request espressif/esp-idf!19256
2022-09-29 20:03:23 +08:00
Mahavir Jain
3afa68fe19
ci: update coredump elf repository tag
2022-09-28 20:41:02 +05:30
Jakob Hasse
bfbbd9d790
feat(freertos): Added FreeRTOS POSIX/Linux Simulator
...
* Added port layer from the FreeRTOS POSIX port, added
additional port code for ESP-IDF.
* Created another hello world example using that POSIX
port in tools/test_apps.
* Removed old linux app
2022-09-27 16:23:54 +02:00
wuzhenghui
fca7d70e05
esp32c6: add minimal ci support
...
- enable build_template_app
- enable check public headers
- enable g0 components dependency check
2022-09-26 20:32:13 +08:00
Michael (XIAO Xufeng)
03d8059fa5
Merge branch 'feat/essl_extra_component' into 'master'
...
essl: move from esp-idf component to extra component
See merge request espressif/esp-idf!20221
2022-09-26 18:29:07 +08:00
Roland Dobai
d08898aabc
Merge branch 'fix/tools-gdbinit-with-elf-symbols' into 'master'
...
tools: fixed elf symbols load if gdbinit specified
Closes IDF-4991 and GCC-246
See merge request espressif/esp-idf!18089
2022-09-26 16:20:19 +08:00
Michael (XIAO Xufeng)
02a9de904a
essl: move from esp-idf component to extra component
2022-09-26 12:26:55 +08:00
Alexey Lapshin
0fd4b09a46
tools: add test for ROM symbols in GDB
2022-09-21 22:39:03 +04:00
Mahavir Jain
dc558a13cb
ci: remove redundant test_apps and example_tests jobs
2022-09-21 14:46:23 +05:30
Mahavir Jain
cd5f621368
ci: optimize UT job counts, increase for S3 (quad_psram) and remove redundant ones
2022-09-21 14:39:32 +05:30
Gao Xu
1005c3b9d5
Merge branch 'feature/add_flash_copy_to_psram_example' into 'master'
...
system: add an example showing moving Flash content to PSRAM feature
Closes IDF-5156
See merge request espressif/esp-idf!19340
2022-09-21 12:15:19 +08:00
Shu Chen
96b73d3c27
Merge branch 'feature/add_ot_CI' into 'master'
...
openthread: add openthread CI
See merge request espressif/esp-idf!19744
2022-09-19 20:16:57 +08:00
gaoxu
47c02efa72
system: add an example and pytest to showing moving Flash content to PSRAM feature.
2022-09-19 12:25:30 +08:00
harshal.patil
83504f96d4
ci: UT job parallel decreased
2022-09-17 14:31:37 +05:30
Kevin (Lao Kaiyao)
740a8b5729
Merge branch 'test/add_i2s_tdm_full_duplex_test_app' into 'master'
...
test: add i2s tdm full duplex multi device test app
Closes IDFGH-8003
See merge request espressif/esp-idf!19904
2022-09-17 00:57:21 +08:00
Ivan Grokhotkov
c18b404406
Merge branch 'bugfix/tools_json_ci_deps' into 'master'
...
ci: trigger build jobs from changes in tools.json
See merge request espressif/esp-idf!19865
2022-09-16 21:54:25 +08:00
Jiang Jiang Jian
40d13002d0
Merge branch 'ci/optimize_ats_ci_flow' into 'master'
...
CI: optimize ATS ci flow
See merge request espressif/esp-idf!20131
2022-09-16 20:34:03 +08:00
laokaiyao
77689055c2
ci: add generic_multi_device for pytest
2022-09-16 19:11:45 +08:00
laokaiyao
af0c0bd8ce
i2s: fix the data lagging of slave role
...
Closes https://github.com/espressif/esp-idf/issues/9513
2022-09-16 18:45:02 +08:00
wangyuanze
4d0ac129b4
test: add i2s tdm full duplex multi device test app
2022-09-16 18:45:02 +08:00
Ivan Grokhotkov
1406c01f3f
ci: trigger build jobs from changes in tools.json
2022-09-16 10:15:29 +02:00
Xu Si Yu
07ebc527d5
openthread:add openthread CI
2022-09-16 14:07:31 +08:00
Armando
28aff8d08b
ci: add adc test pattern
2022-09-16 03:21:29 +00:00
Armando
eee5085281
ci: use adc dedicated test runners for adc tests
2022-09-16 03:21:29 +00:00
Ivan Grokhotkov
0503cb52eb
build system: add the initial set of pytest-based build system tests
2022-09-16 00:07:55 +02:00
Omar Chebib
53c7dd4efc
WDT: implement interrupt wdt and task wdt for ESP32-C2
...
ESP32-C2 has a single group timer, thus it will use it for the interrupt watchdog,
which is more critical than the task watchdog. The latter is implement in
software thanks to the `esp_timer`component.
2022-09-15 14:37:59 +08:00
Chen Yudong
bfa96bc597
CI: optimize ATS ci flow
2022-09-14 13:39:12 +08:00
radek.tandler
723adae0ec
spiffs: convert host tests from Make to CMake
2022-09-12 14:14:09 +00:00
Tomas Rezucha
c6fbefcd84
usb_host: Remove custom test_app
2022-09-05 20:14:56 +02:00
simon.chupin
92ef2a4c83
Tools: Add unit tests for idf.py hints
2022-09-01 17:09:46 +02:00
Gao Xu
0da21aca0d
Merge branch 'bugfix/fix_spi_hd_quad_issue_esp32c3' into 'master'
...
essl_spi: fix wrong dummy cycle under quad spi mode ant add a test to verify spi quad mod
Closes IDF-5182 and IDF-5181
See merge request espressif/esp-idf!18680
2022-08-30 10:53:11 +08:00
Fu Hanxi
4f3610f957
Merge branch 'ci/upload_elf_map_to_minio' into 'master'
...
ci: upload elf map file to s3 server to reduce artifacts size
Closes IDFCI-1385
See merge request espressif/esp-idf!19756
2022-08-30 01:06:11 +08:00
Ivan Grokhotkov
4f0967d44c
Merge branch 'feature/update-gdb-to-11.2_20220823' into 'master'
...
tools: update gdb version to '11.2_20220823'
Closes IDFGH-4276 and IDF-842
See merge request espressif/esp-idf!19723
2022-08-29 19:34:40 +08:00
Fu Hanxi
d6c3370535
ci: build apps only on shiny server
2022-08-29 16:57:31 +08:00
Fu Hanxi
1ffa222c23
ci: fix check_test_scripts_build_test_rules not install pytest error
2022-08-29 16:57:31 +08:00
Fu Hanxi
62c6a1d8b7
ci: adjust build jobs parallel count
2022-08-29 16:57:31 +08:00
Fu Hanxi
2484e00a94
ci: move LDGEN_CHECK_MAPPING to configure_ci_environment.sh
2022-08-29 16:57:31 +08:00
Fu Hanxi
1267e826ca
ci: upload elf map file to s3 server to reduce artifacts size
...
f
2022-08-29 16:57:31 +08:00
Cao Sen Miao
0313d2a5b4
esp_flash: Add ext flash on ESP32-C2
2022-08-26 12:53:56 +08:00
Alexey Lapshin
6455c27a9c
ci: fix test_idf_tools dependencies
2022-08-24 23:00:30 +04:00
gaoxu
3610b14aef
SPI : fix wrong dummy cycle on quad mode and put get-command function in spi_ll.h
...
1.The dummy_bits is set to 4 in ESP32C3/C2, therefore, the data transmission started too early.This commit fix this issue by changing dummy_bits to 8.
2.Put the spi command the spi defintion in spi_types.h
3.Put the function which get spi command or dummy bits in spi_ll.h
2022-08-23 10:46:56 +08:00
Marius Vikhammer
5b1593a3c1
Merge branch 'ci/enable_s3_default_s3' into 'master'
...
ci: re-enable running S3 tests by default
See merge request espressif/esp-idf!19430
2022-08-23 10:21:46 +08:00
Mahavir Jain
a2f028abe7
Merge branch 'feature/app_metadata_to_esp_system' into 'master'
...
app_update: Moved app metadata to new component `esp_app_format`
Closes IDF-4808
See merge request espressif/esp-idf!18862
2022-08-18 21:51:32 +08:00
Wan Lei
60d794501f
Merge branch 'test/add_test_spi_sio_master_all' into 'master'
...
SPI Master: add sio multi-device test case for all chips
Closes IDF-4455
See merge request espressif/esp-idf!19249
2022-08-18 14:41:48 +08:00
Fu Hanxi
1daf541b6c
ci: remove check_python_style since flake8 is included in pre-commit
2022-08-18 11:40:22 +08:00
Fu Hanxi
e8c44800e1
ci: test_idf_tools use system python
2022-08-18 11:40:22 +08:00
Fu Hanxi
f10e6145dc
ci: simplify the python env to idf venv only
2022-08-18 11:40:22 +08:00
wanlei
6864f72ab7
test: add new spi-sio multi-board test for all chip
...
test sio master only, and splited into master input & output ability
slave device work on full duplex mode to provide input/output source only
2022-08-17 15:52:08 +08:00
Laukik Hase
0519f604db
app_update: Moved app metadata to new component esp_app_format
2022-08-17 10:59:25 +05:30
Ivan Grokhotkov
985f44c158
Merge branch 'bugfix/partition_api_linux_test' into 'master'
...
spi_flash: convert Linux partition API test to Unity, bug fixes
See merge request espressif/esp-idf!19567
2022-08-16 21:28:41 +08:00
Mahavir Jain
6c2c05e8a0
Merge branch 'feature/esp_cryptoauthlib_from_manager' into 'master'
...
Push out esp-cryptoauthlib to component manager
See merge request espressif/esp-idf!19208
2022-08-16 17:01:53 +08:00
Mahavir Jain
4a38d9875d
Merge branch 'feature/build_docker_on_submodules_change' into 'master'
...
ci: updates rules to trigger docker build on submodules change
See merge request espressif/esp-idf!19467
2022-08-16 12:47:08 +08:00
Jiang Jiang Jian
10330d153c
Merge branch 'ci/add_integration_test_env' into 'master'
...
CI: add integration test env
Closes TRM-82 and TRM-83
See merge request espressif/esp-idf!19368
2022-08-16 12:14:19 +08:00
Ivan Grokhotkov
ad2a15d549
ci: enable artifacts for test_pytest_qemu
2022-08-16 00:02:17 +02:00
Ivan Grokhotkov
181105cddb
ci: run partition API test on host
2022-08-15 18:25:14 +02:00
Roland Dobai
24e63fd2c0
Merge branch 'feature/test_idf_tools_artifact_logs' into 'master'
...
Tools: Added test_idf_tools_python_env output log file
See merge request espressif/esp-idf!19518
2022-08-15 19:06:56 +08:00
Roland Dobai
50819ca05a
Merge branch 'feat/pytest_monitor_ide_integration' into 'master'
...
CI: Migrate monitor IDE integration test to pytest
Closes IDFCI-1383
See merge request espressif/esp-idf!19224
2022-08-15 14:40:43 +08:00
Marek Fiala
24fc499b6c
Tools: Added test_idf_tools_python_env output log file
2022-08-14 00:28:16 +02:00
Mahavir Jain
1edc761ef2
cleanup remaining references for esp-cryptoauthlib
2022-08-12 11:25:29 +05:30
Tomas Rezucha
d777b790d0
tinyusb: Add TinyUSB example tests
2022-08-10 14:51:18 +02:00
Mahavir Jain
2bd1888e47
Merge branch 'feature/adds_c2_tests' into 'master'
...
ci: Adds CI tests (secure_boot and flash encryption) for esp32c2
Closes IDF-5610
See merge request espressif/esp-idf!18485
2022-08-10 11:35:52 +08:00
Roland Dobai
887368e7b3
CI: Migrate monitor IDE integration test to pytest
2022-08-09 18:09:56 +02:00
Mahavir Jain
54baaa9bc1
ci: updates rules to trigger docker build on submodules change
2022-08-09 17:18:29 +05:30
Chen Yudong
38bd98acf0
CI: add integration test env
2022-08-08 22:07:40 +08:00
Marius Vikhammer
f2bca9e71e
ci: re-enable running S3 tests by default
2022-08-08 14:06:59 +08:00
Guillaume Souchere
16c2cb3f1b
Merge branch 'feature/replace-heap-tlsf-with-submodule' into 'master'
...
heap: Remove TLSF related files and replace them with the TLSF submodule
Closes IDF-4967
See merge request espressif/esp-idf!19220
2022-08-08 12:36:02 +08:00
KonstantinKondrashov
346cba9c57
efuse example: Adds CI tests for ESP32-C2
2022-08-04 13:14:24 +00:00
Guillaume Souchere
3737bf8322
heap: Remove TLSF related files and replace them with the tlsf submodule
...
As the tlsf implementation is a fork from https://github.com/mattconte/tlsf ,
the sources are moved to a separate repository and used as a submodule in the esp-idf instead.
In this commit:
- Removing TLSF related files and using tlsf submodule instead.
- Adding components/heap/tlsf_platform.h header gathering all IDF specifics.
- The multi_heap_poisoning.c provides the declaration of the
function block_absorb_post_hook() definied weak in the TLSF repository.
- The tlsf_platform.h includes the tlsf_common.h file after the definition
of FL_INDEX_MAX_PLATFORM macro to make sure that this macro will be available
in tlsf_common.h without having to include tlaf_platform.h from IDF in the
tlsf_common.h header from the TLSF repository.
- Add missing include from tlsf_block_functions.h in the multi_heap.c file.
Change related to the changes made in TLSF repository (tlsf_block_functions.h
no longer included in tlsf.h)
2022-08-02 12:55:31 +02:00
Fu Hanxi
f315986401
Merge branch 'feat/add_ci_related_requirements_txt' into 'master'
...
Feat/add ci related requirements txt
Closes IDF-4590 and IDFCI-1389
See merge request espressif/esp-idf!19246
2022-08-02 15:49:36 +08:00
Fu Hanxi
7720e348c2
Merge branch 'ci/system_apps_pytest' into 'master'
...
ci: migrate system flash_psram test app to pytest
Closes IDFCI-1141
See merge request espressif/esp-idf!19161
2022-08-01 16:45:09 +08:00
Fu Hanxi
b684730da2
ci: use the new requirement txt
...
will be cleaned up in IDFCI-1347
2022-08-01 15:52:21 +08:00
Fu Hanxi
9c6e636c0a
ci: --preserve-all
is mandatory to run locally for unit-test apps
2022-08-01 15:49:15 +08:00
Chen Yu Dong
4d0385d9f0
Merge branch 'ci/target_test_do_not_need_submodules' into 'master'
...
CI: Do not need submodules in target test
See merge request espressif/esp-idf!19139
2022-08-01 15:21:06 +08:00
laokaiyao
4ab8f00b47
ci: setup 26mhz esp32c2 runner
2022-07-29 17:10:34 +08:00
Chen Yudong
486dbf441b
CI: Do not need submodules in target test
2022-07-29 08:31:33 +00:00
laokaiyao
19486ad115
ci: add the forgotten xtal 40mhz tag for c2 example pytest
2022-07-29 11:32:05 +08:00
laokaiyao
ba235c5615
ci: add xtal_40mhz tag for c2 tests
2022-07-28 02:02:18 +00:00
Marius Vikhammer
c2a5f48498
ci: migrate system test apps to pytest
2022-07-26 11:47:28 +08:00
Fu Hanxi
a8f6cfb97d
ci: export INCLUDE_NIGHTLY_RUN when mr got label
2022-07-25 16:24:23 +08:00
Michael (XIAO Xufeng)
f19dfd6afb
Merge branch 'ci/reduce_usage_of_ut_sdio_runners' into 'master'
...
CI: reduce usage of sdio runners (UT_044, UT_045)
See merge request espressif/esp-idf!19184
2022-07-25 15:12:16 +08:00
Chen Yudong
9b44bc1d31
CI: reduce usage of sdio runners
2022-07-22 15:03:44 +08:00
Fu Hanxi
8e9cdb0770
docs: improve ci related docs
2022-07-22 08:18:19 +08:00
Simon
62bc3348d5
Merge branch 'ci/flash_encryption_test' into 'master'
...
flash_encryption: Add several test environments for flash encryption test
Closes IDF-5530
See merge request espressif/esp-idf!19043
2022-07-21 18:38:18 +08:00
Cao Sen Miao
e69f658ac6
flash_encryption: Add several test environments for flash encryption test
2022-07-20 12:49:42 +08:00
morris
bec44ca2e9
gptimer: test on c2 with xtal 26mhz
2022-07-20 04:40:28 +00:00
Armando (Dou Yiwen)
9f6f61345b
Merge branch 'feature/adc_driver_ng' into 'master'
...
ADC Driver NG
Closes IDF-4560, IDF-3908, IDF-4225, IDF-2482, IDF-4111, IDF-3610, IDF-4058, IDF-3801, IDF-3636, IDF-2537, IDF-4310, IDF-5150, IDF-5151, and IDF-4979
See merge request espressif/esp-idf!17960
2022-07-19 21:28:31 +08:00
Marius Vikhammer
12dcb95644
Merge branch 'ci/remove_temp_deepsleep_tag' into 'master'
...
ci: remove temp deepsleep tag runner
Closes IDF-5213
See merge request espressif/esp-idf!18654
2022-07-19 14:58:33 +08:00
Marius Vikhammer
e4cbaa6f2b
ci: remove temp deepsleep tag runner
2022-07-19 12:12:46 +08:00
Chen Yudong
84942f9121
CI: improve target test rules for ethernet and wifi tests
2022-07-18 18:47:01 +08:00
Armando
5b523a3313
esp_adc: new esp_adc component and adc drivers
2022-07-15 18:31:00 +08:00
Chen Yudong
2f75733ad7
CI: Improve common test methods
...
also fix ota test cases
2022-07-15 14:21:34 +08:00
Chen Yudong
472ac26712
CI: update test cases to use different environment variables
...
change test environments
optimize asio udp server test
fix icmp echo test case
use ethernet_router env to run iperf test cases
2022-07-15 01:16:35 +08:00
Chen Yudong
5d0302e49f
CI: add some common test methods
2022-07-15 01:16:35 +08:00
Fu Hanxi
9653af8d04
Merge branch 'ci/cache_submodules' into 'master'
...
CI: cache submodules
Closes IDFCI-1158
See merge request espressif/esp-idf!19009
2022-07-14 20:34:34 +08:00
Fu Hanxi
6d8ebacb8a
ci: check .patterns-submodule in pre-commit
2022-07-14 14:08:16 +08:00
Fu Hanxi
62ca8e2fb4
ci: cache submodules
2022-07-14 14:08:16 +08:00
Fu Hanxi
54f69d35a3
ci: add check job and pre-commit
2022-07-14 08:26:32 +08:00
Fu Hanxi
05d2357062
feat: use standalone project idf-build-apps for find/build apps utils
2022-07-14 08:26:31 +08:00
Fu Hanxi
46bac6427a
ci: default python version 3.7.10
2022-07-14 08:26:01 +08:00
Ivan Grokhotkov
230e732018
Merge branch 'feature/system_init_priorities' into 'master'
...
esp_system: introduce priorities for startup functions
Closes IDFGH-5683 and IDF-4954
See merge request espressif/esp-idf!18159
2022-07-14 06:22:25 +08:00
Ivan Grokhotkov
42654927d5
esp_system: add a script to check the startup priorities
2022-07-12 16:58:14 +02:00
Ivan Grokhotkov
faa349b93f
global: remove tinyxml2 submodule
2022-07-12 15:04:28 +02:00
Jiang Jiang Jian
76e77b90ed
Merge branch 'ci/add_nightly_run_rules_for_jobs' into 'master'
...
CI: add specific job rules
Closes IDF-5474
See merge request espressif/esp-idf!18950
2022-07-12 11:01:56 +08:00
Chen Yudong
69e15827c9
CI: add specific job rules
2022-07-11 12:32:30 +08:00
Chen Yudong
0183f526c0
CI: Only deploy test cases on master
2022-07-08 00:50:36 +08:00
Marius Vikhammer
f78d13398e
Merge branch 'bugfix/enable_freertos_tests_c2' into 'master'
...
freertos: re-enable tests disabled for C2
Closes IDF-5140
See merge request espressif/esp-idf!18885
2022-07-07 14:14:46 +08:00
Marius Vikhammer
457e31a715
freertos: re-enable tests disabled for C2
2022-07-06 12:15:04 +08:00
gabsuren
79d3655106
ASIO: Remove internal component, examples, test and docs
2022-07-04 22:15:24 +04:00
David Čermák
46fe7dbc8c
Merge branch 'component/mdns_migration' into 'master'
...
mdns: Remove internal component, examples, test and docs
Closes IDF-4074
See merge request espressif/esp-idf!17683
2022-07-04 17:45:27 +08:00
Cao Sen Miao
a690a87829
spi_flash: Remove legacy spi_flash drivers
2022-07-01 11:01:34 +08:00
Mahavir Jain
3df4c01d62
Merge branch 'ci/remove_redundant_jobs' into 'master'
...
ci: remove redundant OTA examples jobs
See merge request espressif/esp-idf!18721
2022-06-30 19:27:30 +08:00
Jiang Jiang Jian
af83290002
Merge branch 'bugfix/fix_some_c2_ble_bugs' into 'master'
...
Fixed ESP32C2 BLE bugs
See merge request espressif/esp-idf!18693
2022-06-30 16:39:50 +08:00
Chen Yudong
7031d00aed
CI: update submodule patterns
2022-06-30 12:15:31 +08:00
Ivan Grokhotkov
4c3dec9705
ci: check_public_headers: run for all targets
2022-06-29 22:49:51 +02:00
gabsuren
d413a71f61
mdns: Remove internal component, examples, test and docs
2022-06-29 17:30:34 +04:00
Harshit Malpani
e526e5593a
ci: remove redundant OTA examples jobs
2022-06-29 16:30:02 +05:30
Mahavir Jain
2e54d00cb8
codeowners: add some subgroups for app-utils area
2022-06-24 15:26:29 +05:30
Martin Vychodil
339fcbf14d
System/Security: Memprot API unified (ESP32S3)
...
Unified Memory protection API for all PMS-aware chips - ESP32S3 port
2022-06-20 02:36:44 +00:00
Armando (Dou Yiwen)
0b80546f8e
Merge branch 'feature/new_esp_psram_component' into 'master'
...
esp_psram: new esp psram component
Closes IDF-4318, IDF-4382, IDF-4841, and IDFGH-7192
See merge request espressif/esp-idf!18050
2022-06-15 19:16:56 +08:00
Armando
38e5043ae8
esp_psram: new psram component
2022-06-14 15:44:27 +08:00
Zim Kalinowski
c26bfae1fd
Merge branch 'bugfix/custom_bootloader_example_codeowner' into 'master'
...
CI: add codeowner for custom bootloader examples
See merge request espressif/esp-idf!18474
2022-06-14 04:20:24 +08:00
Sudeep Mohanty
9a53a4abf1
freertos: refactor yield tests for freertos
...
This commit refactors the yield test scenarios for a more deterministic
prediction of the kernel's yielding behavior.
2022-06-13 10:57:55 +02:00
Marius Vikhammer
d7b79cc05e
CI: add codeowner for custom bootloader examples
2022-06-13 14:03:03 +08:00