diff --git a/library.json b/library.json new file mode 100755 index 0000000..b93a2b7 --- /dev/null +++ b/library.json @@ -0,0 +1,16 @@ +{ + "name": "STM32Ethernet", + "keywords": "Ethernet", + "description": "Arduino library to support Ethernet for STM32 based board.", + "repository": + { + "type": "git", + "url": "https://github.com/stm32duino/STM32Ethernet" + }, + "version": "1.0.5", + "frameworks": "arduino", + "platforms": "ststm32", + "build": { + "libArchive": false + } +}