# Mastering the FreeRTOS™ Real Time Kernel

## Mastering the FreeRTOS™ Real Time Kernel

- [mastering.ch01](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/readme.md)
- [2 The FreeRTOS Kernel Distribution](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch02.md)
- [3 Heap Memory Management](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch03.md)
- [4 Task Management](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch04.md)
- [5 Queue Management](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch05.md)
- [6 Software Timer Management](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch06.md)
- [7 Interrupt Management](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch07.md)
- [8 Resource Management](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch08.md)
- [9 Event Groups](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch09.md)
- [10 Task Notifications](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch10.md)
- [11 Low Power Support](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch11.md)
- [12 Developer Support](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch12.md)
- [13 Troubleshooting](https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/mastering.ch13.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://freertos.gitbook.io/mastering-the-freertos-tm-real-time-kernel/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
