wanckl
|
bf9d01bf2a
|
test(twai): p4 twai enable ci test
|
2024-09-18 20:56:55 +08:00 |
|
wanckl
|
19c6e77a31
|
fix(mspi): collect mspi iomux pin macro from iomux_reg.h to spi_pins.h
|
2024-09-03 13:55:00 +08:00 |
|
C.S.M
|
acda9ad8bf
|
test(i2c): Enable all i2c test on esp32p4, esp32c5
|
2024-08-26 10:43:22 +08:00 |
|
C.S.M
|
5d4275fb75
|
feature(temperature_sensor): Add temperature sensor support on esp32c5
|
2024-08-13 11:55:39 +08:00 |
|
Igor Udot
|
b5ab82ce3c
|
Merge branch 'fix/replace_pytest_function' into 'master'
ci: replace pytest function
Closes IDFCI-1693
See merge request espressif/esp-idf!30531
|
2024-07-31 17:23:56 +08:00 |
|
igor.udot
|
8691672f03
|
ci: replace pytest function
|
2024-07-23 14:07:31 +08:00 |
|
Chen Jichang
|
e04d0aad20
|
feat(gptimer): add gptimer support on c61
|
2024-07-23 10:23:14 +08:00 |
|
Chen Jichang
|
cde7750f0a
|
ci(legacy_pcnt): re_enable legacy_pcnt test on c5
|
2024-07-18 21:54:31 +08:00 |
|
Gao Xu
|
7d3ac1abe4
|
Merge branch 'esp32c5/add_adc_support' into 'master'
ADC: bringup ADC oneshot and continuous mode on C5
Closes IDF-8701 and IDF-8703
See merge request espressif/esp-idf!31940
|
2024-07-17 16:46:52 +08:00 |
|
wanlei
|
3cf069c7d8
|
feat(esp32c61): disable unsupported build test
|
2024-07-16 16:06:19 +08:00 |
|
gaoxu
|
65820c07ac
|
feat(adc): support ADC oneshot and continuous mode on ESP32C5 and enable test
|
2024-07-13 14:03:23 +08:00 |
|
Chen Jichang
|
a717fecf94
|
feat(sdm): add support for esp32c5
|
2024-07-10 11:46:45 +08:00 |
|
morris
|
610ef9c040
|
fix(rmt): turn on memory block when enable the module
|
2024-07-08 15:46:49 +08:00 |
|
laokaiyao
|
cb22b8aaf7
|
ci(esp32c5): enable c5 target test
|
2024-07-02 16:45:49 +08:00 |
|
morris
|
3a7ee67694
|
test(ledc): enable build test on esp32c5
|
2024-06-18 17:06:36 +08:00 |
|
Fu Hanxi
|
adf6fc1e5b
|
ci: disable failing esp32c5 builds
|
2024-06-18 08:11:44 +02:00 |
|
laokaiyao
|
c731b099ee
|
remove(c5beta3): remove c5 beta3 doxy files
|
2024-06-17 12:02:15 +08:00 |
|
Chen Jichang
|
12d2eff381
|
fix(gptimer): re-enable test on P4
Remove timer_get_counter_time_sec in the ISR. Keep ISR as fast as
possible and not allow FPU usage.
|
2024-06-07 11:12:45 +08:00 |
|
Gao Xu
|
78c40fd19a
|
Merge branch 'esp32p4/add_adc_support' into 'master'
feat(adc): support ADC oneshot/continuous mode on ESP32P4
Closes IDF-6496 and IDF-6497
See merge request espressif/esp-idf!28281
|
2024-06-05 16:31:59 +08:00 |
|
gaoxu
|
795f3fe377
|
feat(adc): support ADC continuous mode on ESP32P4
|
2024-06-03 16:50:39 +08:00 |
|
morris
|
de5fb9f070
|
feat(mcpwm): driver support on esp32-c5
|
2024-05-26 22:55:03 +08:00 |
|
wanlei
|
fb8376cb8c
|
feat(i2s): c5mp i2s support
|
2024-05-22 17:29:48 +08:00 |
|
gaoxu
|
c1edeca849
|
fix(dma): feat(adc): support ADC oneshot mod on ESP32P4
|
2024-05-22 15:23:58 +08:00 |
|
Kevin (Lao Kaiyao)
|
432864e917
|
Merge branch 'ci/enable_c5_mp_ci_jobs' into 'master'
ci(esp32c5mp): enable esp32c5 build on CI
See merge request espressif/esp-idf!29895
|
2024-04-08 12:16:16 +08:00 |
|
laokaiyao
|
65b1fd33d3
|
ci(esp32c5mp): disable the unsupported tests
|
2024-04-07 12:13:29 +08:00 |
|
Cao Sen Miao
|
0985bfbe27
|
feat(i2c_master): Add lp_i2c support in i2c master driver
|
2024-04-03 11:39:04 +08:00 |
|
morris
|
8e64a59fac
|
refactor(periph_ctrl): remove orphaned clk_gate_ll.h
and deprecate the legacy periph_module_xxx functions for new targets
|
2024-03-29 10:53:05 +08:00 |
|
morris
|
c0289ee6eb
|
fix(drivers): fix typos found by codespell
codespell components/esp_driver*
|
2024-03-28 10:01:27 +08:00 |
|
morris
|
9b8fd65221
|
feat(rmt): basic driver support on esp32c5
|
2024-03-13 17:37:47 +08:00 |
|
Konstantin Kondrashov
|
3f89072af1
|
feat(all): Use PRIx macro in all logs
|
2024-03-12 11:15:53 +02:00 |
|
wanlei
|
8625ed252e
|
fix(spi): test_apps mv idf_perform_test to esp_driver_spi domain
|
2024-03-07 18:16:27 +08:00 |
|
Cao Sen Miao
|
28a0548c67
|
fix(i2c): Modify the test memory leak check threshold and add more file pattern
|
2024-02-27 17:30:59 +08:00 |
|
morris
|
c65fbbdf71
|
change(driver): reformat driver component with astyle_py
|
2024-02-26 11:47:05 +08:00 |
|
Cao Sen Miao
|
27b2f7a10b
|
feat(i2c): Add test cases for i2c sleep retention with 802154
|
2024-02-23 11:28:17 +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 |
|
Cao Sen Miao
|
6768805d20
|
fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions,
Closes https://github.com/espressif/esp-idf/issues/12958
|
2024-01-18 10:51:51 +08:00 |
|
morris
|
213a599d8b
|
fix(mcpwm): enable mcpwm group clock before hal init
|
2024-01-15 18:13:56 +08:00 |
|
wanlei
|
b1c2482592
|
fix(i2c): test app change gpio
|
2024-01-11 21:44:30 +08:00 |
|
morris
|
32397228d2
|
Merge branch 'test/enable_pcnt_ci_tests' into 'master'
change(pcnt): reenable the target test for esp32p4
Closes IDF-8965
See merge request espressif/esp-idf!28370
|
2024-01-11 18:13:21 +08:00 |
|
morris
|
16049ab6ad
|
change(pcnt): reenable the target test for esp32p4
by changing the GPIO assignment
|
2024-01-10 23:03:40 +08:00 |
|
Fu Hanxi
|
ed1c892a8a
|
ci(adc): migrate from .gitlab/ci/rules.yml to .build-test-rules.yml
|
2024-01-10 15:29:44 +01:00 |
|
Cao Sen Miao
|
3dc76e9360
|
refactor(usb_serial_jtag): make usb_serial_jtag as component
|
2024-01-05 19:42:04 +08:00 |
|
wanlei
|
8536ffb490
|
fix(twai): enable twai interactive test for all targets on new std runner
|
2024-01-05 15:22:09 +08:00 |
|
laokaiyao
|
baccc61482
|
refactor(parlio): make parlio driver as component
|
2024-01-04 14:12:42 +08:00 |
|
Armando
|
3c5a4f9e8a
|
ci(p4): added todo jira for disabled tests on p4
|
2024-01-04 09:36:38 +08:00 |
|
Armando
|
907b876354
|
ci(p4): temporarily disable failed ci tests on p4
|
2024-01-04 09:36:06 +08:00 |
|
Armando
|
1ab742b3c3
|
ci(p4): enable esp32p4 target test
|
2024-01-04 09:34:55 +08:00 |
|
Wan Lei
|
bbe91fadbd
|
Merge branch 'feature/esp_driver_ledc' into 'master'
feat(ledc): make esp_driver_ledc as component
See merge request espressif/esp-idf!28163
|
2023-12-29 21:15:55 +08:00 |
|
wanlei
|
82f26471f0
|
feat(ledc): make esp_driver_ledc as component
|
2023-12-29 11:28:19 +08:00 |
|