Semtech, in its commitment to enhance user experience and streamline content, has successfully integrated the LoRa Developer Portal content into Semtech.com. As a result of this consolidation effort, the LoRa® Developer Portal will be discontinued on May 1st. After this date, you will be automatically redirected to Semtech.com.
For any technical support related to LoRa, please feel free to reach out to our experts here. If you have sales inquiries, please contact us here.
Knowledge Base
HOME » KNOWLEDGE BASE » FORUM

using STM32CubeIDE to build

a while ago I had generator to build eclipse CDT projects from CMAKE.
I had forgotten it also works with this lorawan device project.
If you want to use STM32CubeIDE to build this lorawan end-device, you can use https://github.com/dudmuck/cmake_ide_generator to use the ST cube IDE. And perhaps later another IDE if needed. It works because CMAKE generates json, which can then be converted to XML for eclipse.