Jiang Jiang Jian
834ca549a2
Merge branch 'feature/remove-cxx-experimental-v5.0' into 'release/v5.0'
...
cxx: removed cxx experimental components (v5.0)
See merge request espressif/esp-idf!22531
2023-03-30 09:34:01 +08:00
aleks
be59a273c6
modbus remove example tests
2023-03-20 13:12:30 +01:00
Ivan Grokhotkov
72d59d1ced
ci: add .cpp and .hpp files, but ignore nvs_storage.cpp
...
* nvs_storage.cpp seems to produce a false positive
2023-03-09 17:38:53 +08:00
Zim Kalinowski
20db248fb2
cxx: removed cxx experimental components
2023-03-05 10:23:28 +01:00
Chen Yudong
a62e103109
CI: add example adc tests
2023-03-01 22:40:34 +08:00
Chen Yudong
c8e7ab7f17
CI: add generic to xtal_40mhz jobs
2023-03-01 22:40:32 +08:00
Jiang Jiang Jian
335ad04cba
Merge branch 'feature/support_feature_depend_on_rtc_fast_mem_for_esp32c2_backport_v5.0' into 'release/v5.0'
...
esp32c2: support feature(rtc time) depend on rtc fast mem(backport v5.0)
See merge request espressif/esp-idf!22224
2023-02-27 15:06:31 +08:00
jingli
99c6be712d
ci: fix ci error
2023-02-16 10:55:50 +08:00
Tomas Rezucha
05f30c1052
usb: Refactor USB Host tests
...
* USB tests migrated to pytest
* Error messages improved
* Configurable for different mock devices
2023-01-09 17:55:20 +08:00
Tomas Rezucha
b4f281f523
tinyusb: Add TinyUSB example tests
2023-01-09 17:55:02 +08:00
Ivan Grokhotkov
5efbb7171d
Merge branch 'bugfix/sdmmc_target_test_v5.0' into 'release/v5.0'
...
ci: add missing target-test jobs for sdcard and extflash examples (v5.0)
See merge request espressif/esp-idf!21700
2022-12-21 17:03:55 +08:00
Chen Yudong
50ec3e0145
CI: fix ethernet throughput test
2022-12-20 11:26:43 +08:00
Ivan Grokhotkov
2f0ed546f5
ci: add missing target-test jobs for sdcard and extflash examples
2022-12-19 14:06:11 +01:00
Island
12a069d593
Merge branch 'feature/seperate_ble_wifi_test_environment_v5.0' into 'release/v5.0'
...
seperate ble wifi environment and support ci esp32c2 (backport v5.0)
See merge request espressif/esp-idf!20084
2022-12-12 16:36:20 +08:00
Chen Sheng
96ff16199a
seperate ble wifi environment and support ci esp32c2 (backport v5.0)
2022-12-12 16:36:20 +08:00
Fu Hanxi
85e1927add
ci: use different tag for runners to run the cache jobs
2022-12-09 20:20:35 +08:00
Fu Hanxi
6688ba7b8e
Merge branch 'ci/upload_elf_map_to_minio_v5.0' into 'release/v5.0'
...
ci: upload elf map file to s3 server to reduce artifacts size (v5.0)
See merge request espressif/esp-idf!19902
2022-12-05 18:17:59 +08:00
Zim Kalinowski
759f7ec13d
Merge branch 'feature/add_int_task_wdt_esp32c2_v5.0' into 'release/v5.0'
...
WDT: implement interrupt wdt and task wdt for ESP32-C2 (backport v5.0)
See merge request espressif/esp-idf!20980
2022-12-05 16:38:35 +08:00
Jiang Jiang Jian
f8aeda2d45
Merge branch 'ci/optimize_test_wifi_get_started_v5.0' into 'release/v5.0'
...
CI: optimize wifi get started example test (v5.0)
See merge request espressif/esp-idf!20607
2022-12-05 10:45:52 +08:00
Fu Hanxi
02cf6230e7
ci: build apps only on shiny server
2022-12-02 15:42:40 +00:00
Fu Hanxi
283ba0f074
ci: fix check_test_scripts_build_test_rules not install pytest error
2022-12-02 15:42:40 +00:00
Fu Hanxi
bd386775b1
ci: adjust build jobs parallel count
2022-12-02 15:42:40 +00:00
Fu Hanxi
3eb66d2ef0
ci: move LDGEN_CHECK_MAPPING to configure_ci_environment.sh
2022-12-02 15:42:40 +00:00
Fu Hanxi
1d40386215
ci: upload elf map file to s3 server to reduce artifacts size
...
f
2022-12-02 15:42:40 +00:00
Marius Vikhammer
5968ca76aa
ci: enable running C2 tests by default
2022-12-02 11:15:58 +00:00
Roland Dobai
e08150e534
Merge branch 'fix/tools-gdbinit-with-elf-symbols_v5.0' into 'release/v5.0'
...
tools: fixed elf symbols load if gdbinit specified (v5.0)
See merge request espressif/esp-idf!20467
2022-12-02 19:09:48 +08:00
Omar Chebib
b675bb2a4d
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-12-01 10:45:35 +00:00
Martin Vychodil
af81bd1b0a
Storage: Partition APIs moved to the new component 'esp_partition'
...
All the partition handling API functions and data-types were moved from the 'spi_flash' component to the new one named 'esp_partition'. See Storage 5.x migration guide for more details
2022-11-02 21:49:08 +01:00
Tomas Rezucha
61191a5ce5
tinyusb: Use TinyUSB from component registry
2022-10-25 06:44:56 +02:00
Chen Yudong
a77617e673
CI: optimize wifi get started example test
2022-10-14 15:02:24 +08:00
Michael (XIAO Xufeng)
a2de42c096
Merge branch 'test/test_adc_on_dedicated_runners_v5.0' into 'release/v5.0'
...
ci: use adc dedicated test runners (v5.0)
See merge request espressif/esp-idf!20357
2022-10-12 16:32:26 +08:00
Mahavir Jain
6db611ceb6
ci: update coredump elf repository tag
2022-10-04 10:24:45 +05:30
Alexey Lapshin
7561367808
tools: add test for ROM symbols in GDB
2022-10-03 18:48:16 +04:00
Chen Yudong
e3f1308505
CI: fix upload submodule cache for runners using mirror server
2022-09-29 23:22:11 +08:00
Armando
9aca373bf0
ci: add adc test pattern
2022-09-27 12:20:37 +08:00
Armando
3ae1c587c0
ci: use adc dedicated test runners for adc tests
2022-09-27 12:19:25 +08:00
Jiang Jiang Jian
c321739074
Merge branch 'ci/optimize_ats_ci_flow_v5.0' into 'release/v5.0'
...
CI: optimize ATS ci flow (v5.0)
See merge request espressif/esp-idf!20173
2022-09-21 23:12:40 +08:00
Jiang Jiang Jian
c3d425d21f
Merge branch 'ci/enable_s3_default_s3_v5.0' into 'release/v5.0'
...
ci: re-enable running S3 tests by default (v5.0)
See merge request espressif/esp-idf!19873
2022-09-19 11:15:05 +08:00
Chen Yudong
5e175a4d01
CI: optimize ATS ci flow
2022-09-15 18:44:50 +08:00
Tomas Rezucha
e69f473198
usb_host: Remove custom test_app
2022-09-08 14:05:29 +02:00
Marius Vikhammer
acd5850cad
ci: re-enable running S3 tests by default
2022-09-02 06:15:01 +00:00
Alexey Lapshin
ca313c8d28
ci: fix test_idf_tools dependencies
2022-08-29 15:41:14 +04:00
Fu Hanxi
382fd801c7
ci: remove check_python_style since flake8 is included in pre-commit
2022-08-23 10:45:28 +08:00
Fu Hanxi
b88c6f0951
ci: test_idf_tools use system python
2022-08-23 10:45:28 +08:00
Fu Hanxi
da5a5b52c8
ci: simplify the python env to idf venv only
2022-08-23 10:45:28 +08:00
Mahavir Jain
481c295bc2
cleanup remaining references for esp-cryptoauthlib
2022-08-18 20:15:19 +05:30
Mahavir Jain
0dc965d211
Merge branch 'feature/adds_c2_tests_v5.0' into 'release/v5.0'
...
ci: Adds CI tests (secure_boot and flash encryption) for esp32c2 (v5.0)
See merge request espressif/esp-idf!19535
2022-08-18 14:07:24 +08:00
Ivan Grokhotkov
3d64788a2d
Merge branch 'feature/replace-heap-tlsf-with-submodule_v5.0' into 'release/v5.0'
...
heap: Remove TLSF related files and replace them with the TLSF submodule (v5.0)
See merge request espressif/esp-idf!19555
2022-08-16 14:09:38 +08:00
Jiang Jiang Jian
8e02b560a2
Merge branch 'ci/add_integration_test_env_v5.0' into 'release/v5.0'
...
CI: add integration test env (v5.0)
See merge request espressif/esp-idf!19426
2022-08-16 12:14:36 +08:00
Guillaume Souchere
a2b60946ac
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-15 11:11:52 +02:00