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
Build Securely on AWS with Proven Frameworks Icon
Build Securely on AWS with Proven Frameworks

Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Download Now
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