Search found 74 matches

by jsam589
Fri Oct 11, 2019 2:11 am
Forum: ESP-IDF
Topic: What is CMake equivalent for a prebuilt third-party library?
Replies: 9
Views: 8045

Re: What is CMake equivalent for a prebuilt third-party library?

I tried pasting those two lines in verbatim, but then the build failed and said this command is not scriptable. Could there be a different version of the command, or something that would go inside idf_component_register(...) which would be allowed? Thanks! CMake Error at /home/jsam/ESP40/idf_40b1_z/...
by jsam589
Thu Oct 10, 2019 11:30 am
Forum: ESP-IDF
Topic: What is CMake equivalent for a prebuilt third-party library?
Replies: 9
Views: 8045

What is CMake equivalent for a prebuilt third-party library?

I am porting a make-based project to build using Cmake because I have updated to v4.x IDF. I know this may not be required, but Cmake seems to be favored by Espressif now. I have a third-party library (for a Bosch environmenal sensor). The current make component.mk file has just this one line: COMPO...
by jsam589
Tue Oct 08, 2019 4:34 pm
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit Compilation Error
Replies: 4
Views: 6609

Re: ESP32-Azure IoT Kit Compilation Error

I was able to use these components to successfully build for v3.3 IDF on Linux. Port of Azure for ESP32: https://github.com/espressif/esp-azure One example we started with: https://github.com/espressif/esp-azure/tree/master/examples/iothub_client_sample_mqtt I am not sure how much different these th...
by jsam589
Tue Oct 08, 2019 3:51 pm
Forum: ESP-IDF
Topic: Does ESP32 need to be waiting in bootloader for parttool.py to work?
Replies: 0
Views: 1690

Does ESP32 need to be waiting in bootloader for parttool.py to work?

Hi - I am using IDF v4.0-beta1 and trying to get familiar with using parttool.py. I have a good load that I have created with custom partition CSV table. When I try to use example commands from documentation page, I usually don't get a response from the device. I have tried to just get partition siz...