-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
17 lines (17 loc) · 702 Bytes
/
library.json
File metadata and controls
17 lines (17 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "RTOScppESP32",
"version": "1.1.1",
"authors": {
"name": "Maximiliano Ramirez",
"email": "maximiliano.ramirezbravo@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/alkonosst/RTOScppESP32.git"
},
"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": "MIT",
"frameworks": "arduino",
"platforms": "espressif32"
}