Overview • Repository Organizarion • License • Releases • Notes
This repository contains
- 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
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.
- "Trabalho 1": The delivered "boiler_controller_loop" implementation
- "Trabalho 2": The delivered "boiler_controller_pthread" implementation
- "Trabalho 3": The delivered "boiler_controller_freertos" implementation
Contributors:
- Lukas Alberto Belck - Work partner (all implementations)
- Alan Kunz Cechinel - Some tutorial sources for FreeRTOS