Skip to content

andrempmattos/real-time-systems

Repository files navigation

REAL-TIME SYSTEMS SMALL PROJECTS

Small projects using real-time embedded systems.

GitHub release (latest by date) GitHub last commit GitHub contributors

OverviewRepository OrganizarionLicenseReleasesNotes

Overview

This repository contains

Repository Organization

  • boiler_controller_loop: Implements a boiler controller using a cyclic executive design
  • boiler_controller_pthread: Implements a boiler controller using pthreads (linux, almost real-time...)
  • boiler_controller_freertos: Implements a boiler controller using a FreeRTOS simulator

License

This project is open-source under MIT license for firmware sources. Some third-part files and libraries are subjected to their specific terms and licenses.

Releases

  • "Trabalho 1": The delivered "boiler_controller_loop" implementation
  • "Trabalho 2": The delivered "boiler_controller_pthread" implementation
  • "Trabalho 3": The delivered "boiler_controller_freertos" implementation

Notes

Contributors: