2020-12-13 01:23 AM
How to add LORAWAN package into my project and I try to include the package into include path but not any success.
2020-12-13 05:05 PM
I'm not a STM32CubeIDE user, but this project looks to have far too many files and subdirectories included in it.
I would recommend cloning the PingPong project, and using that as a starting point to include your own code and files
2020-12-13 10:50 PM
what about the other depended folders...should i Let it remove....or ping pong folder is enough?
2020-12-13 11:42 PM
File > Open Project From File System :
2020-12-14 12:20 AM
Not a user of this IDE or Eclipse based tools. Keil allows me to be at the PingPong project level/depth and then back reference relatively into the HAL libraries, middleware, etc.
The alternative presumably would be to make a more self contained tree where just the libraries, etc are copied/forked, along with the singular project files, and deal with the more truncated relative paths within that.