laokaiyao
|
8677216576
|
esp32h2: renaming esp32h2 to esp32h4
|
2022-11-08 17:05:33 +08:00 |
|
morris
|
a83165fea0
|
twai: add initial version of driver component test
|
2022-11-04 17:40:29 +08:00 |
|
laokaiyao
|
2cccf3a804
|
dac: update API and file format aligning to the rule
|
2022-11-03 13:04:50 +08:00 |
|
morris
|
51527b302a
|
Merge branch 'contrib/github_pr_10083' into 'master'
temperature_sensor: fix typo (github PR)
Closes IDFGH-8638
See merge request espressif/esp-idf!20887
|
2022-11-01 23:34:26 +08:00 |
|
Song Ruo Jing
|
2557e24a28
|
ci: Enable esp32c6 example, test_apps, and unit tests CI build stage
|
2022-11-01 11:23:21 +08:00 |
|
Jonas Vanthornhout
|
d679ab3903
|
Fixed typo
|
2022-10-31 17:31:40 +01:00 |
|
morris
|
c25031212d
|
driver: test with non-isr freertos functions in the flash
|
2022-10-26 13:43:13 +08:00 |
|
laokaiyao
|
8ef9fd4623
|
dac: optimize the dma stratege
|
2022-10-25 17:14:59 +08:00 |
|
laokaiyao
|
f9f9a09dfb
|
dac: update unit-test docs and examples for driver-NG
|
2022-10-25 17:00:41 +08:00 |
|
morris
|
f997b81242
|
mcpwm: support esp32c6
|
2022-10-20 11:55:03 +08:00 |
|
morris
|
7b425cbcd7
|
mcpwm: new function to fetch capture resolution
|
2022-10-20 11:30:14 +08:00 |
|
Song Ruo Jing
|
6d24e8bcf4
|
gpio: Add support for esp32c6
|
2022-10-18 12:38:36 +08:00 |
|
Armando (Dou Yiwen)
|
542bdea689
|
Merge branch 'feature/adc_calibration_on_c2' into 'master'
esp_adc: support adc calibration on esp32c2
Closes IDF-5203 and IDF-5899
See merge request espressif/esp-idf!20044
|
2022-10-18 10:50:59 +08:00 |
|
Armando
|
d592d983ce
|
esp_adc: added esp32c2 adc runners
|
2022-10-17 16:23:22 +08:00 |
|
Armando
|
f905f6ab7c
|
esp_adc: add esp32c2 adc high/low test threshold and expected val
|
2022-10-13 21:03:51 +08:00 |
|
morris
|
ad376e2d99
|
mcpwm: allow compare equals to period
|
2022-10-11 11:25:33 +08:00 |
|
morris
|
c91f693408
|
test: fix rmt iram case random failure
|
2022-09-27 18:03:21 +08:00 |
|
morris
|
c99edc6715
|
mcpwm: make set_compare_value iram safe
Closes https://github.com/espressif/esp-idf/issues/9793
|
2022-09-21 13:37:49 +00: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 |
|
Fu Hanxi
|
a42849f63c
|
Merge branch 'test/test_adc_on_dedicated_runners' into 'master'
ci: use adc dedicated test runners
See merge request espressif/esp-idf!19164
|
2022-09-16 15:58:36 +08:00 |
|
Armando
|
7be7a3e996
|
esp_adc: added comments to c3 test thresh, also sync to legacy tests
|
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 |
|
laokaiyao
|
bae4944b90
|
i2s: bringup i2s on esp32c6
|
2022-09-15 20:03:39 +08:00 |
|
laokaiyao
|
7197e987cb
|
i2s: add XTAL clock source
|
2022-09-15 19:32:06 +08:00 |
|
wangyuanze
|
ad8d6cdedd
|
rtcio: Move rtcio test cases from unit-test-app to gpio test_app, and enable the tests for ESP32S3
|
2022-09-13 12:13:51 +08:00 |
|
morris
|
6539aa2275
|
pcnt: support esp32c6
|
2022-09-08 18:26:04 +08:00 |
|
laokaiyao
|
045b65e85d
|
touch_senser: fixed ci issue timer expired after it is deleted
|
2022-09-05 18:25:32 +08:00 |
|
Song Ruo Jing
|
46886286c4
|
gpio: add a test case to test the ability of disabling USB D+ pin pull-up
|
2022-08-29 19:38:13 +08:00 |
|
morris
|
995b89fbb6
|
gptimer: add API to get captured count value
|
2022-08-25 17:55:19 +08:00 |
|
wangyuanze
|
6ca1db3ef2
|
touch_sensor: fix touch_sensor_v1 filter issue
|
2022-08-23 07:34:51 +00:00 |
|
morris
|
2c5a866ea3
|
mcpwm: don't use keyword operator
Closes https://github.com/espressif/esp-idf/issues/9510
|
2022-08-17 06:31:50 +00:00 |
|
morris
|
1d4c08cef4
|
mcpwm: added enable/disable functions
Closes https://github.com/espressif/esp-idf/pull/9523
|
2022-08-15 14:46:56 +08:00 |
|
morris
|
6f2ac1ce2a
|
rmt: add iram safe test
Closes https://github.com/espressif/esp-idf/issues/9487
|
2022-08-12 11:30:14 +08:00 |
|
morris
|
f24983a942
|
unity_utils: added helper function to disable cache and run user function
|
2022-08-12 11:29:52 +08:00 |
|
morris
|
6aa08af572
|
Merge branch 'bugfix/remove_format_warnings_in_driver' into 'master'
driver: remove -Wno-format flag
Closes IDF-5764
See merge request espressif/esp-idf!19401
|
2022-08-11 12:19:50 +08:00 |
|
Wang Yuan Ze
|
debf2c0b70
|
Merge branch 'test/move_touch_related_unit_tests_to_test_apps' into 'master'
test: move touch related unit tests to test apps
Closes IDFCI-1283, IDFCI-1156, and IDF-5766
See merge request espressif/esp-idf!19348
|
2022-08-09 23:15:18 +08:00 |
|
laokaiyao
|
3c4bc80712
|
i2s: fixed duplicated test case name
|
2022-08-08 20:35:47 +08:00 |
|
wangyuanze
|
5e4ab6481f
|
touch_sensor: move unit tests to test_app
|
2022-08-08 19:12:56 +08:00 |
|
morris
|
d91c8759c0
|
driver: remove -Wno-format flag
|
2022-08-08 08:30:09 +00:00 |
|
jingli
|
ee3423834e
|
kconfig: refactor xtal freq kconfig to common configuration item
|
2022-08-05 19:12:29 +08:00 |
|
Ivan Grokhotkov
|
401c10ecfb
|
build system: re-add -Wno-format as private flag for some components
|
2022-08-03 16:42:47 +04:00 |
|
Kevin (Lao Kaiyao)
|
762da7e5ba
|
Merge branch 'bugfix/fix_legacy_i2s_clock_test_failure' into 'master'
i2s_legacy_test: fix the clock test failure
Closes IDFCI-1402 and IDFCI-1408
See merge request espressif/esp-idf!19319
|
2022-08-03 17:13:43 +08:00 |
|
Armando (Dou Yiwen)
|
df1c54d6fc
|
Merge branch 'ci/raise_c3_adc_high_low_test_threshold' into 'master'
ci: raise legacy adc high/low test low thresh on ESP32C3
See merge request espressif/esp-idf!19356
|
2022-08-03 15:21:45 +08:00 |
|
laokaiyao
|
4c446222e1
|
i2s_test: fix mono stereo test
|
2022-08-03 13:14:48 +08:00 |
|
laokaiyao
|
a32a89b002
|
i2s_legacy_test: fix the clock test issue
|
2022-08-03 13:14:48 +08:00 |
|
Armando
|
50229cfe06
|
ci: raise legacy adc high/low test low thresh
|
2022-08-03 11:28:52 +08:00 |
|
morris
|
480f80868a
|
mcpwm: test iram safe interrupt
|
2022-08-02 23:07:06 +08:00 |
|
morris
|
a5a171926b
|
rmt: add test with -O0
|
2022-08-02 23:07:06 +08:00 |
|
morris
|
031adc01c4
|
gpio: add test with -O0
|
2022-08-02 23:07:06 +08:00 |
|