This website works better with JavaScript
Главная
Обзор
Помощь
Вход
RT-Thread-packages
/
esp-idf
зеркало из
https://github-proxy.rt-thread.io/RT-Thread-packages/esp-idf.git
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Просмотр исходного кода
adc: rename adc examples according to hw feature and usage
Armando
4 лет назад
Родитель
8fe99aff96
Сommit
e6b7c933d5
17 измененных файлов
с
0 добавлено
и
0 удалено
Разделённый вид
Показать статистику Diff
0
0
examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/CMakeLists.txt
0
0
examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/README.md
0
0
examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/main/CMakeLists.txt
0
0
examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/main/adc_dma_example_main.c
0
0
examples/peripherals/adc/single_read/adc/CMakeLists.txt
0
0
examples/peripherals/adc/single_read/adc/Makefile
0
0
examples/peripherals/adc/single_read/adc/README.md
0
0
examples/peripherals/adc/single_read/adc/main/CMakeLists.txt
0
0
examples/peripherals/adc/single_read/adc/main/adc1_example_main.c
0
0
examples/peripherals/adc/single_read/adc/main/component.mk
0
0
examples/peripherals/adc/single_read/adc2/CMakeLists.txt
0
0
examples/peripherals/adc/single_read/adc2/Makefile
0
0
examples/peripherals/adc/single_read/adc2/README.md
0
0
examples/peripherals/adc/single_read/adc2/main/CMakeLists.txt
0
0
examples/peripherals/adc/single_read/adc2/main/Kconfig.projbuild
0
0
examples/peripherals/adc/single_read/adc2/main/adc2_example_main.c
0
0
examples/peripherals/adc/single_read/adc2/main/component.mk
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc/CMakeLists.txt → examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/CMakeLists.txt
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32c3/adc_dma/README.md → examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/README.md
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32c3/adc_dma/main/CMakeLists.txt → examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/main/CMakeLists.txt
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32c3/adc_dma/main/adc_dma_example_main.c → examples/peripherals/adc/esp32c3_dma_and_single_read/adc_dma/main/adc_dma_example_main.c
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32c3/adc_dma/CMakeLists.txt → examples/peripherals/adc/single_read/adc/CMakeLists.txt
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc/Makefile → examples/peripherals/adc/single_read/adc/Makefile
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc/README.md → examples/peripherals/adc/single_read/adc/README.md
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc/main/CMakeLists.txt → examples/peripherals/adc/single_read/adc/main/CMakeLists.txt
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc/main/adc1_example_main.c → examples/peripherals/adc/single_read/adc/main/adc1_example_main.c
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc/main/component.mk → examples/peripherals/adc/single_read/adc/main/component.mk
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/CMakeLists.txt → examples/peripherals/adc/single_read/adc2/CMakeLists.txt
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/Makefile → examples/peripherals/adc/single_read/adc2/Makefile
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/README.md → examples/peripherals/adc/single_read/adc2/README.md
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/main/CMakeLists.txt → examples/peripherals/adc/single_read/adc2/main/CMakeLists.txt
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/main/Kconfig.projbuild → examples/peripherals/adc/single_read/adc2/main/Kconfig.projbuild
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/main/adc2_example_main.c → examples/peripherals/adc/single_read/adc2/main/adc2_example_main.c
Просмотреть файл
+ 0
- 0
examples/peripherals/adc/esp32_esp32s2/adc2/main/component.mk → examples/peripherals/adc/single_read/adc2/main/component.mk
Просмотреть файл