add rtthread (#3052)

* add rtthread

* fix syntax
This commit is contained in:
Carlo Capocasa 2025-06-10 22:19:04 +02:00 committed by GitHub
parent 11da0847d3
commit 7ca3f19684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35399,7 +35399,7 @@
],
"description": "Zero-overhead compile-time unit system with algebraic expressions",
"license": "MIT",
"web": "https://github.com/5-6-1/unitx-nim",
"web": "https://github.com/5-6-1/unitx-nim"
},
{
"name": "thorvg",
@ -35443,5 +35443,18 @@
"description": "A comprehensive and standards-compliant UUID library",
"license": "MIT",
"web": "https://github.com/jamesfrancis2004/uuidgen"
},{
"name": "rtthread",
"url": "https://github.com/capocasa/rtthread",
"method": "git",
"tags": [
"thread",
"dsp",
"audio",
"realtime"
],
"description": "Nim threads with realtime scheduling",
"license": "MIT",
"web": "https://github.com/capocasa/rtthread"
}
]