This project is targeting the lifecycle issues of system objects running on a limited-memory platform (FPGA with ARM core) - providing a solution for memory management using the RAII principle.
- GCC C++1z
- CMake 3.15
- Clone the repository
- Run: cmake CMakeLists.txt
- Run: make
- Run: ./RuntimeObjectManager