TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
110 stars 31 forks source link

Feature/stm32CubeIDE support #98

Closed elsalahy closed 3 years ago

elsalahy commented 3 years ago

Summary:

This is a simple one, add support to all of our applications in STM32CubedIDE (eclipse based) The good part is that we don't have to adjust file/folder locations and can use relevant folders and paths to achieve this. Closes #66

Changes:

Notes for Reviewers:

I will add relevant documentation as part of the getting started in docs repo

Release Notes: (optional)

...

elsalahy commented 3 years ago

image This is how it will look like and this is a really exciting PR as it makes it really flexible for any developer to use our platform with the popular IDE of choice

elsalahy commented 3 years ago

@johanstokking Let me know if you have an issue with maintaining the eclipse support files in git (only two files) for each app. I don't know if this violates git best practices, i.e. to maintain IDE specific files, but I dan't think of another solution

These two files allow the IDE to function and pickup all the paths, files and libraries for building the application, you can think of them as build automation scripts.

elsalahy commented 3 years ago

Thanks for the reviews guys 🚀