diff --git a/library.json b/library.json new file mode 100644 index 0000000..ecea5fc --- /dev/null +++ b/library.json @@ -0,0 +1,15 @@ +{ + "name": "STM32duino FreeRTOS", + "version": "9.0.4", + "keywords": "rtos, timing, thread, task, mutex, semaphore", + "description": "Real Time Operating System implemented for STM32", + "repository": { + "type": "git", + "url": "https://github.com/stm32duino/STM32FreeRTOS.git" + }, + "frameworks": "arduino", + "platforms": "ststm32", + "build": { + "libArchive": false + } +}