heliosproj / HeliOS

A community delivered, open source embedded operating system project.
http://www.heliosproj.org
GNU General Public License v2.0
352 stars 42 forks source link

feat: Add Qt Periodic task example #16

Closed JuPrgn closed 3 years ago

JuPrgn commented 3 years ago

This is configured for Windows but could also work on Linux changing defined platform on .pro

MannyPeterson commented 3 years ago

Great! Thank you for the contribution. I am gong to merge but then I am going to move the Qt examples to /extras because any source code under /examples would appear in the Arduino IDE as an example Arduino sketch and that may confuse some.

I don't know the build tools in Microsoft Visual C++ very well, do you know how to create something similar to a Makefile on Windows like the one I created for Linux (link below)?

https://github.com/MannyPeterson/HeliOS/blob/develop/extras/linux/Makefile

I would like to include it with the Windows example code. Thanks!

JuPrgn commented 3 years ago

I don't use MSVC++ but this may be helpful to adapt your Linux makefile : https://cognitivewaves.wordpress.com/makefiles-windows/. I could install MSVC but this require a lot of things, an alternative would be to use Devcpp and I will give it a try a bit later today.

MannyPeterson commented 3 years ago

No need to do anything today. It's very low priority. Something I can explore next week. Thank you!