igor.udot
|
daf2d31008
|
test: format all test scripts
|
2025-03-05 12:08:48 +08:00 |
|
gaoxu
|
8ab0cdde60
|
feat(i2s): support i2s on esp32c61
|
2024-10-22 15:12:38 +08:00 |
|
laokaiyao
|
cb22b8aaf7
|
ci(esp32c5): enable c5 target test
|
2024-07-02 16:45:49 +08:00 |
|
laokaiyao
|
c731b099ee
|
remove(c5beta3): remove c5 beta3 doxy files
|
2024-06-17 12:02:15 +08:00 |
|
wanlei
|
fb8376cb8c
|
feat(i2s): c5mp i2s support
|
2024-05-22 17:29:48 +08:00 |
|
morris
|
c0289ee6eb
|
fix(drivers): fix typos found by codespell
codespell components/esp_driver*
|
2024-03-28 10:01:27 +08:00 |
|
laokaiyao
|
b9e44b92b3
|
ci(i2s): enable i2s ci tests on p4
|
2024-01-19 19:28:33 +08:00 |
|
laokaiyao
|
62ae0efa54
|
feat(i2s): support i2s legacy driver on p4
|
2024-01-19 19:28:33 +08:00 |
|
laokaiyao
|
74441d14ab
|
refactor(i2s): make i2s driver as component
|
2023-11-17 21:29:17 +08:00 |
|
Armando
|
d3be2541de
|
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
|
2023-11-06 18:55:49 +08:00 |
|
morris
|
98b5ea7bdf
|
refactor(pcnt): make pcnt driver as component
|
2023-10-23 01:45:43 +00:00 |
|
laokaiyao
|
0b0f25c30d
|
feat(i2s): supported getting the tx sync count and specify interrupt flags
|
2023-09-28 15:03:27 +08:00 |
|
laokaiyao
|
cf889f3c6d
|
feat(i2s): support i2s on esp32p4
|
2023-09-28 15:03:27 +08:00 |
|
laokaiyao
|
22bb5729a4
|
ci(i2s): add external clock input multi_dev test cases
|
2023-08-14 03:25:12 +00:00 |
|
wuzhenghui
|
797efb1dd3
|
ci: add pd_vddsdio in lightsleep UT tests
- Add pd_vddsdio in lightsleep UT tests to ensure proper functionality
|
2023-07-14 21:21:23 +08:00 |
|
morris
|
f0c07f82b5
|
fix(test): check call graph for hal component
|
2023-07-05 09:09:01 +08:00 |
|
Konstantin Kondrashov
|
c350c3c504
|
Merge branch 'feature/cleanup_wrong_log_use' into 'master'
all: Removes unnecessary newline character in logs
Closes IDFGH-10197
See merge request espressif/esp-idf!24131
|
2023-06-15 21:49:49 +08:00 |
|
Chen Jichang
|
6c9cf5c352
|
driver:Trim the build components
Trim the build components to decrease the load of Gitlab server.
|
2023-06-13 14:24:44 +08:00 |
|
KonstantinKondrashov
|
e72061695e
|
all: Removes unnecessary newline character in logs
Closes https://github.com/espressif/esp-idf/issues/11465
|
2023-06-09 03:31:21 +08:00 |
|
laokaiyao
|
a143a85822
|
i2s: workaround for inacurate PLL frequency after switching
|
2023-04-17 03:15:55 +00:00 |
|
laokaiyao
|
efff406950
|
i2s: fixed tdm multi dev test on h2
|
2023-04-11 01:48:05 +00:00 |
|
Marius Vikhammer
|
0be8e03907
|
ci: update test apps to use run_all_single_board_cases
|
2023-03-10 14:27:09 +08:00 |
|
laokaiyao
|
71905d9cbf
|
i2s_test: fix unsupported sample rate on h2
|
2023-02-23 15:11:13 +08:00 |
|
Omar Chebib
|
5e5343d429
|
TWDT: Use the new TWDT Kconfig options in the examples and tests
|
2023-02-17 11:22:25 +08:00 |
|
Cao Sen Miao
|
fd3e0b0b18
|
esp32h2(ci): enable target test
|
2023-02-15 10:20:43 +08:00 |
|
laokaiyao
|
c79187fdeb
|
i2s: support i2s on esp32h2
|
2023-01-18 18:42:56 +08:00 |
|
laokaiyao
|
3908f4c84d
|
i2s_test: fix output half sample rate failure
|
2023-01-17 11:37:22 +08:00 |
|
laokaiyao
|
c25fc7d242
|
i2s: fix incorrect sclk in legacy driver
|
2023-01-17 11:34:25 +08:00 |
|
laokaiyao
|
705ddd221f
|
test more freq
|
2022-12-21 17:31:38 +08:00 |
|
laokaiyao
|
cd5f2c3d76
|
i2s_test: add unity signal for synchronization
|
2022-12-20 14:49:35 +08:00 |
|
Song Ruo Jing
|
56302544f6
|
Merge branch 'ci/enable_esp32c6_target_test_stage' into 'master'
CI: Enable esp32c6 target test stage
Closes IDF-5830 and IDF-5831
See merge request espressif/esp-idf!21010
|
2022-11-29 19:54:05 +08:00 |
|
Song Ruo Jing
|
1575b9e43a
|
ci: Disable all currently failed target tests for esp32c6
|
2022-11-28 12:09:08 +08:00 |
|
laokaiyao
|
502495dec1
|
i2s_test: update multi dev pytest script
|
2022-11-28 11:10:22 +08:00 |
|
laokaiyao
|
039af72058
|
i2s: fixed typo 'philip'
Closes: https://github.com/espressif/esp-idf/issues/10197
|
2022-11-21 15:58:06 +08:00 |
|
laokaiyao
|
3b4ec64f26
|
i2s: support on esp32c6
|
2022-11-17 11:04:39 +08:00 |
|
laokaiyao
|
8677216576
|
esp32h2: renaming esp32h2 to esp32h4
|
2022-11-08 17:05:33 +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 |
|
morris
|
c25031212d
|
driver: test with non-isr freertos functions in the flash
|
2022-10-26 13:43:13 +08:00 |
|
laokaiyao
|
f9f9a09dfb
|
dac: update unit-test docs and examples for driver-NG
|
2022-10-25 17:00:41 +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 |
|
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 |
|
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 |
|
laokaiyao
|
3c4bc80712
|
i2s: fixed duplicated test case name
|
2022-08-08 20:35:47 +08:00 |
|
morris
|
d91c8759c0
|
driver: remove -Wno-format flag
|
2022-08-08 08:30:09 +00:00 |
|
Ivan Grokhotkov
|
401c10ecfb
|
build system: re-add -Wno-format as private flag for some components
|
2022-08-03 16:42:47 +04: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 |
|
morris
|
8987164385
|
i2s: add test with -O0
|
2022-08-02 23:07:06 +08:00 |
|