frtscpp (pronounced: freertos C++)

Introduction
The aim of this project is to objectify the well know kernel FreeRTOS.

There are a number of reasons for doing so:
1 C++ 11+ rocks!
2 C++ is safer than C.
3 FreeRTOS is crying out for being objectified!

Points 1 and 2 are self-explanatory; point 3 isn't. For a non trivial applications based on FreeRTOS you end up with dozens of state variables, most of them in the global space distributed everywhere. Besides that, all these state variables are used exclusively for the kernel functions. So, data + operations on that data = ADT (abstract data type). In OOL and OOP an ADT is a class. Is this explanation enough for objectifying the kernel? I hope so!

There's a lema a like to follow: "If there are state variables that must be kept along the program's life, then they are excellent candidates for classes."

I haven't touched the kernel internals, that's insane! Instead, I've created a C++ wrapper classes

Project Activity

See All Activity >

Follow frtscpp

frtscpp Web Site

Other Useful Business Software
Veeam Data Platform v13.1 - Get Your Free Trial Icon
Veeam Data Platform v13.1 - Get Your Free Trial

Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
Try it Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of frtscpp!

Additional Project Details

Registered

2018-07-08