laokaiyao
|
5333ac81bf
|
adc: support ADC on esp32c6 (driver/test/example)
|
2022-12-23 11:24:06 +08:00 |
|
Chen Yudong
|
9282446d9b
|
CI: add example adc tests
|
2022-12-21 21:19:29 +08:00 |
|
Armando
|
b4c90c44d2
|
adc: no longer support adc2 continuous mode on esp32c3 and esp32s3
Due to HW limitation, we don't support this anymore. On s3 and c3, ADC2 under continuous mode is not stable.
However, you can enable CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 to force use
ADC2.
Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
|
2022-12-16 02:06:03 +00:00 |
|
laokaiyao
|
8677216576
|
esp32h2: renaming esp32h2 to esp32h4
|
2022-11-08 17:05:33 +08:00 |
|
morris
|
d91c8759c0
|
driver: remove -Wno-format flag
|
2022-08-08 08:30:09 +00:00 |
|
Ivan Grokhotkov
|
e596c84d49
|
build system: re-add -Wno-format as private flag for some example components
|
2022-08-03 16:42:47 +04:00 |
|
Armando
|
5b523a3313
|
esp_adc: new esp_adc component and adc drivers
|
2022-07-15 18:31:00 +08:00 |
|