Lora-net / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
1.87k stars 0 forks source link

Generic GNU Toolchain / Atollic TrueSTUDIO support #704

Closed ponyatov closed 5 years ago

ponyatov commented 5 years ago

What is the right way to organize files inside LoRaMac-node project if I want to adapt it to use with GNU toolchain and free tools?

What I want to add:

ponyatov commented 5 years ago

I see .vscode directory, is it legal to put a few .*project files in the root directory, which stores IDE some configuration I want to share with everybody?

mluis1 commented 5 years ago

This project already uses GNU compiler and provides required files to use cmake which will generate the makefiles required to build the project.

It also provides instructions on how to used VSCode and KDevelop as IDE. All these are "free tools".

Please refer to the following document development-environment.md

In your fork you can do whatever pleases you.

As you can understand we can not add support for every sort of IDE available on the market.