Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: alkonosst
695 changes: 21 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@
<b>Make your real-time application development a breeze!</b>
</p>

[![arduino-library-badge](https://www.ardu-badge.com/badge/RTOScppESP32.svg?)](https://www.ardu-badge.com/RTOScppESP32)
[![PlatformIO
Registry](https://badges.registry.platformio.org/packages/alkonosst/library/RTOScppESP32.svg)](https://registry.platformio.org/libraries/alkonosst/RTOScppESP32)
<p align="center">
<a href="https://www.ardu-badge.com/RTOScppESP32">
<img src="https://www.ardu-badge.com/badge/RTOScppESP32.svg?" alt="Arduino Library Badge">
</a>
<a href="https://registry.platformio.org/libraries/alkonosst/RTOScppESP32">
<img src="https://badges.registry.platformio.org/packages/alkonosst/library/RTOScppESP32.svg" alt="PlatformIO Registry">
</a>
<br><br>
<a href="https://ko-fi.com/alkonosst">
<img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Ko-fi">
</a>
</p>

---

Expand All @@ -34,6 +43,7 @@ Registry](https://badges.registry.platformio.org/packages/alkonosst/library/RTOS
- [Using FreeRTOS buffers](#using-freertos-buffers)
- [Using ESP-IDF Ring Buffers](#using-esp-idf-ring-buffers)
- [Using queue sets](#using-queue-sets)
- [License](#license)

# Description

Expand Down Expand Up @@ -359,3 +369,7 @@ void loop() {
}
}
```

# License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion examples/BufferMessage/BufferMessage.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/BufferStream/BufferStream.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/Mutex/Mutex.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/MutexRecursive/MutexRecursive.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/Queue/Queue.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/QueueSet/QueueSet.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#include "RTOScppQueueSet.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/RingBufferByte/RingBufferByte.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#include "RTOScppRingBuffer.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/RingBufferNoSplit/RingBufferNoSplit.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#include "RTOScppRingBuffer.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/RingBufferSplit/RingBufferSplit.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#include "RTOScppRingBuffer.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/SemaphoreBinary/SemaphoreBinary.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/SemaphoreCounting/SemaphoreCounting.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/Task/Task.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
2 changes: 1 addition & 1 deletion examples/Timer/Timer.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

/** Explanation of the example:
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RTOScppESP32",
"version": "1.0.1",
"version": "1.0.2",
"authors": {
"name": "Maximiliano Ramirez",
"email": "maximiliano.ramirezbravo@gmail.com"
Expand All @@ -11,7 +11,7 @@
},
"description": "RTOScppESP32 provides a comprehensive and intuitive interface for FreeRTOS functionalities. It simplifies the creation and management of tasks, timers, queues, buffers and locks, enabling efficient real-time application with clean and maintainable code.",
"keywords": "arduino, espressif, esp32, rtos, freertos, cpp, abstraction, tool, framework",
"license": "GPL-3.0-or-later",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=RTOScppESP32
version=1.0.1
version=1.0.2
author=Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
maintainer=Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
sentence=FreeRTOS abstraction layer for ESP32 with C++ interface.
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppBuffer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppLock.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppQueue.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppQueueSet.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppRingBuffer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppTask.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/RTOScppTimer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* SPDX-FileCopyrightText: 2025 Maximiliano Ramirez <maximiliano.ramirezbravo@gmail.com>
*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down