kvkc97

Results 21 comments of kvkc97

I added the driver's folder to the application's folder. The file structure of the application is as shown in the above reply. However, there are some doubts regarding the CMakeLists.txt...

Can I get an update on this query.. @monty-bot

I modified the LR110/CMakeLists.txt file as above. But it generates CMake error. I have attached the lr1110 folder structure, CMakeLists.txt file and the CMakeError log. Could you suggest what might...

Hi, I modified the lr1110/CMakeLists.txt as mentioned. The error obtained is attached. ![image](https://user-images.githubusercontent.com/73599382/114064785-98819b80-98b7-11eb-97fc-0d8b45fb8284.png) mbed_app.json file is also attached below. [mbed_app.txt](https://github.com/ARMmbed/mbed-tools/files/6280211/mbed_app.txt) No I am not building Mbed OS baremetal.

I got the attached error. ![image](https://user-images.githubusercontent.com/73599382/114122159-52efbd80-990d-11eb-9df4-a1a813543274.png)

I want to use lr1110 as the lora driver. I added the below statement in custom target json file. This gave the same error again. Is there any other step...

I tried to create external radio for lr1110 by modifying the lora_radio_helper.cpp file as follows. ![image](https://user-images.githubusercontent.com/73599382/114593150-656d4c80-9ca9-11eb-9a68-721116fcc762.png) I also declared the class constructor in lr1110_radio.h file as below. ![image](https://user-images.githubusercontent.com/73599382/114593289-8df54680-9ca9-11eb-995f-294fdbb86b9d.png) I got...

I have tried the above mentioned method but it generates the same error.

I followed pr #160 and added add_subdirectory() in the application level CMakeLists.txt. This generates the same error that is "Target attributes are not found"

![image](https://user-images.githubusercontent.com/73599382/104043967-9e0d0e00-5202-11eb-96fc-c0a6db2d33fa.png) ![image](https://user-images.githubusercontent.com/73599382/104044025-b4b36500-5202-11eb-8767-4759a3a55634.png) I have added the custom_targets.json file.