2016-11-24 02:58 AM
2016-12-06 10:49 PM
You have two options.
- Use a C++ compiler.
- Rename to .c and #if out the C++ lines.
2016-12-07 12:02 AM
You can take a look at the demo projects at
https://github.com/micro-os-plus/eclipse-demo-projects
, for example the F4DISCOVERY one.All are C++ projects, and all use
, a system fully written in C++.