Search found 3 matches
- Tue Mar 17, 2020 3:05 pm
- Forum: General Discussion
- Topic: ADC calibration clarification
- Replies: 0
- Views: 2998
ADC calibration clarification
I want to make sure my understanding of the ADC calibration documentation from the link below is correct. https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/peripherals/adc.html I can confirm that the eFuse Vref has been programmed into the chip I'm working with. Looking at the func...
- Mon Mar 09, 2020 2:40 pm
- Forum: ESP-IDF
- Topic: Build under esp-idf 4.0
- Replies: 2
- Views: 4236
Re: Build under esp-idf 4.0
Thanks.
Is there any way to rename the 'project' component without renaming the folder name? Currently getting a
add_library cannot create target "__idf_components" because another target
with the same name already exists. The existing target is a static library
created in source directory
Is there any way to rename the 'project' component without renaming the folder name? Currently getting a
add_library cannot create target "__idf_components" because another target
with the same name already exists. The existing target is a static library
created in source directory
- Mon Mar 09, 2020 2:33 am
- Forum: ESP-IDF
- Topic: Build under esp-idf 4.0
- Replies: 2
- Views: 4236
Build under esp-idf 4.0
I inherited code written for 3.2 that I am trying to build in 4.0. It appears that I don't have something set up properly and I don't know what that is. My code structure is: src |----main |----components src: CMakeList.txt from src (top-level) has: cmake_minimum_required(VERSION 3.5) set(EXTRA_COMP...