David Cermak
7691b44ee5
ci/mqtt: Fix weekend test publish-connect on target
...
* Fix thread safe issue in paho-mqtt library
* Move the weekend test to ethernet runner
2022-06-10 09:12:50 +02:00
Ondrej Kosta
11ae0ed007
increased parallel count of UT_T1_1 test
2022-03-10 15:59:07 +01:00
Jiang Jiang Jian
d326c5283d
Merge branch 'bugfix/ledc_consecutive_fade_v4.4' into 'release/v4.4'
...
ledc: Bugfixes for issues related to fade protection (backport v4.4)
See merge request espressif/esp-idf!16953
2022-03-07 11:00:46 +08:00
morris
11440c8757
Merge branch 'bugfix/gpio_intr_on_core1_s3_v4.4' into 'release/v4.4'
...
gpio: Fix the bug that gpio interrupt cannot be triggered on app cpu on ESP32S3 (backport v4.4)
See merge request espressif/esp-idf!16595
2022-02-17 01:47:46 +00:00
David Čermák
299b6538e4
Merge branch 'bugfix/protocols_test_on_eth_v4.4' into 'release/v4.4'
...
ci/mqtt: Move protocol tests to eth runners(v4.4)
See merge request espressif/esp-idf!17010
2022-02-16 18:31:54 +00:00
songruojing
60b0d30d9c
ci: increase target-test.yml UT_T1_1 job to support newly added LEDC fade ut tests
...
(cherry picked from commit f5cbe89487
)
2022-02-16 15:02:46 +08:00
songruojing
9991b1b021
ci: increase target-test.yml UT_T1_1 job to support newly added ut test
2022-02-16 14:52:39 +08:00
Shubham Kulkarni
690d7a5d6b
target-test.yml: Add EXAMPLE_ETH_OTA runner to OTA on ethernet based runners
2022-02-09 15:03:04 +05:30
David Cermak
63dda9f1d9
ci: Increase parallel job count for Eth runners
2022-02-08 18:15:49 +08:00
Lu Ai Jun
371ab10bcd
Revert "Merge branch 'bugfix/temp_disable_f8r8_test_v4.4' into 'release/v4.4'"
...
This reverts merge request !17031
2022-02-07 15:39:25 +08:00
Ivan Grokhotkov
e67ecd998c
ci: temporarily disable MSPI_F8R8 test
2022-02-04 15:23:05 +01:00
Chen Yudong
fc1b518ef7
ci: exclude git files when uploading artifacts
2022-01-27 11:55:58 +08:00
Chen Yudong
beda92a7a5
ci: update intergration test to support esp32c3
2022-01-27 11:55:53 +08:00
Chen Yudong
606f8fd59b
ci: optimize downloading build_ssc artifacts
2022-01-26 22:33:14 +08:00
Chen Yudong
641bfa388a
ci: move integration test related files outside of components
2022-01-26 22:33:14 +08:00
Chen Yudong
6e11783992
ci: split assign tests
2022-01-26 22:33:09 +08:00
huchaoru
bd8e9d98ba
CI: change ap authmode from number to string (backport v4.4)
2021-12-27 19:57:40 +08:00
Darian Leung
f72baac109
freertos: Add missing INCLUDE_ configurations for some functions
...
This commit adds missing INCLUDE_ configurations to FreeRTOSConfig.h for
the following functions:
- xTaskAbortDelay()
- xTaskGetHandle()
Unit tests for these functions were also added.
Closes https://github.com/espressif/esp-idf/issues/7902
2021-12-21 10:54:28 +08:00
Marius Vikhammer
a1ee43fe9d
crypto: also apply cache writeback/invalidate for SPIRAM_USE_MEMMAP
...
Closes https://github.com/espressif/esp-idf/issues/7944
2021-12-08 16:10:19 +08:00
Fu Hanxi
295387167c
ci: run example test for c3 as well
2021-11-04 12:12:12 +08:00
Mahavir Jain
0b67fe1e65
ci: increase ESP32-S3 UT job count
2021-10-20 15:20:08 +05:30
Mahavir Jain
f441ce977a
ci: increase parallel UT count for few jobs
2021-10-20 15:16:25 +05:30
Chen Yudong
a7c5c7134b
ci: increase parallel count for UT_S3
2021-10-20 11:36:23 +08:00
Ivan Grokhotkov
b46183a539
Merge branch 'feature/esp_timer_example_reenable' into 'master'
...
examples: esp_timer: enable for all targets
Closes IDF-2022
See merge request espressif/esp-idf!15028
2021-10-18 09:43:17 +00:00
Armando
d6caf142d3
ci: add flash psram test under different configs on esp32s3
2021-10-08 15:59:57 +08:00
Ivan Grokhotkov
4120397924
ci: add S3 example test template and job
2021-10-04 16:12:47 +08:00
SalimTerryLi
92e337a38c
sdspi: enable UT & ExampleTest for C3/S2
...
Closes https://github.com/espressif/esp-idf/issues/7389
(1) "MMC_RSP_BITS" [sd] [Y]
(2) "probe SD in SPI mode" [sd][test_env=UT_T1_SPIMODE] [Y]
(3) "probe SD in SPI mode, slot 0" [sd][ignore] [N]
(4) "SDMMC performance (SPI mode)" [sdspi][test_env=UT_T1_SPIMODE] [Y]
(5) "SDMMC test read/write with offset (SPI mode)" [sdspi][test_env=UT_T1_SPIMODE] [Y]
(6) "CD input works in SPI mode" [sd][test_env=UT_T1_SPIMODE] [Y]
(7) "WP input works in SPI mode" [sd][test_env=UT_T1_SPIMODE] [Y]
2021-09-24 15:17:18 +08:00
Fu Hanxi
34f044debd
ci: enable esp32s3 example build
2021-09-16 11:16:52 +08:00
morris
25f723765e
Merge branch 'feature/lcd_driver_follow_up' into 'master'
...
lcd: add PM lock
Closes IDF-3631, IDF-3704, and IDF-3317
See merge request espressif/esp-idf!14880
2021-09-10 03:14:50 +00:00
SalimTerryLi
14a6ab4a8e
esp_eth: new test_app: emac layer tests
2021-09-08 20:00:14 +08:00
morris
7dc9c7aa05
lcd: allow execlusive use of i80 bus
2021-09-08 11:34:46 +08:00
Sachin Billore
b09194308c
CI increase parallel count for assing_test failure fix
2021-09-02 12:05:12 +05:30
laokaiyao
04970fe487
iperfUtility: add udp rx bandwidth scan
2021-09-01 19:11:28 +08:00
David Cermak
0b3476fdd0
CI: mqtt test apps: removed unnecessary env.yml
2021-08-25 16:41:33 +08:00
Wu Zheng Hui
3128a2544b
Adjust the variable name &
...
Add mapping support for different sizes of spi ram
2021-08-25 16:06:28 +08:00
Marius Vikhammer
1ecb071735
ci: add extra jobs where needed as well as remove all unused jobs
2021-08-23 10:17:27 +08:00
Konstantin Kondrashov
4972605b16
esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt
2021-08-03 14:35:29 +08:00
Cao Sen Miao
992de2750e
spi_flash: add support for ext flash
2021-07-31 14:11:35 +08:00
Armando
9063a7b7e3
test: add an SPI dual board test for master FD DMA single directions test
2021-07-28 17:51:25 +08:00
He Yin Ling
2849f3bf44
Merge branch 'test/add_ethernet_iperf_example_test_case' into 'master'
...
Test: add ethernet iperf example test case
Closes TCI-463
See merge request espressif/esp-idf!13696
2021-07-28 01:39:12 +00:00
Lu Ai Jun
d29335710d
test: add ethernet iperf example test case
2021-07-28 09:39:02 +08:00
He Yin Ling
9f8f929e25
CI: rename log path of IT jobs
2021-07-21 10:02:52 +08:00
morris
7cd4c4d542
gitlab: update codeowner for unit-test-app
2021-07-18 16:10:10 +08:00
Angus Gratton
ae04cbe48f
ci: Bump S3 UT count
2021-07-16 20:14:28 +08:00
Marius Vikhammer
126c6405f1
Merge branch 'feature/s3_default_2_config' into 'master'
...
CI: add S3 default_2 unit test config
See merge request espressif/esp-idf!14279
2021-07-15 09:29:31 +00:00
Marius Vikhammer
80acc1a002
CI: add S3 default_2 unit test config
2021-07-08 18:39:57 +08:00
Angus Gratton
634db50fcb
ci: Bump UT count
2021-07-05 12:08:36 +08:00
Konstantin Kondrashov
4c0cf40a39
efuse: Burn operation does not block reading
2021-06-18 11:52:47 +08:00
David Čermák
4d604ee6d2
Merge branch 'bugfix/remove_unstable_network_tests' into 'master'
...
CI: Move mqtt publish tests from regular pipeline to weekend tests
Closes IDFCI-653
See merge request espressif/esp-idf!13891
2021-06-17 07:04:51 +00:00
Marius Vikhammer
d9f5126d24
CI: enable running unit tests in CI for S3
2021-06-15 11:13:50 +08:00