Skip to content
/ freeRTOS Public

Real-Time Systems Master: Code repository for practical implementations and projects in my master's real-time systems course

License

Notifications You must be signed in to change notification settings

amsem/freeRTOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time Systems Master Repository

Overview

This repository contains code developed during my master's real-time systems course, focusing on:

  1. Task Management:

    • Explore task states and the idle task for comprehensive understanding.
    • Implementations covering different aspects of task management.
  2. Communication and Synchronization:

    • Use various methods such as queues, semaphores, mutex, binary semaphores, event groups.
    • Explore event loops for effective task coordination and synchronization.
  3. ESP32 Connectivity:

    • Configure ESP32 as a hotspot and connect to WiFi networks.
    • Send HTTP requests to a server, demonstrating IoT connectivity.

Code Structure

  • /tasks: Code snippets and implementations related to task states and management.
  • /Comm_and_Sync: Examples showcasing communication and synchronization using different methods.
  • /WIFI_HTTP: Code for configuring ESP32 as a hotspot, connecting to WiFi, and making HTTP requests.

Usage

Feel free to explore and use the code for educational purposes, assignments, or as a reference.

Contributing

Contributions are welcome! If you have improvements, bug fixes, or additional examples, feel free to submit a pull request.

License

This repository is licensed under the MIT License.

Happy coding!

About

Real-Time Systems Master: Code repository for practical implementations and projects in my master's real-time systems course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages