RAKWireless / RAK5205-WisTrio-LoRa

RAK5205-WisTrio-LoRa :GPS ,BME680,LIS3DH,LoRaWAN1.0.2,ARM Cortex-M3 STM32L1
9 stars 6 forks source link

Cmake support #11

Open Mani-Sadhasivam opened 5 years ago

Mani-Sadhasivam commented 5 years ago

Hello,

This PR adds CMake support for the SDK based on CMake version 3.13. CMake support is added as an independent feature on top of the SDK without breaking the compatibility with Keil. However, I'd expect someone from the community to test it with Keil to make sure that I haven't messed with it. The build and flash instructions for CMake support are added to the README.

Signed-off-by: Manivannan Sadhasivam manivannan.sadhasivam@linaro.org

lasote commented 5 years ago

Would be very nice to have this merged. Have you tried in Linux or only Windows? How you can flash the device later? I would like to avoid the Keil dependency.

4m1g0 commented 5 years ago

I've tested it with Keil and it works perfectly. I will test the Cmake build soon.

Than you very much for this!! We all want to avoid Keil.

lasote commented 4 years ago

I finally had the change to try it on Linux, it works perfect. Kudos to @Mani-Sadhasivam, fantastic job. This should be merged for the good of the open source.