From 18c72030fa7daad820d151dd93580c503b10d385 Mon Sep 17 00:00:00 2001 From: Stefan Staub Date: Sat, 22 Dec 2018 18:48:47 +0100 Subject: [PATCH 1/2] Create library.json --- library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 library.json diff --git a/library.json b/library.json new file mode 100755 index 0000000..f1a6d3d --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "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.4", + "frameworks": "arduino", + "platforms": "ststm32" +} From 8fe6d15a23438ca462356ae3038d0caa75fb483c Mon Sep 17 00:00:00 2001 From: Stefan Staub Date: Fri, 10 May 2019 16:52:40 +0200 Subject: [PATCH 2/2] Update library.json --- library.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index f1a6d3d..b93a2b7 100755 --- a/library.json +++ b/library.json @@ -7,7 +7,10 @@ "type": "git", "url": "https://github.com/stm32duino/STM32Ethernet" }, - "version": "1.0.4", + "version": "1.0.5", "frameworks": "arduino", - "platforms": "ststm32" + "platforms": "ststm32", + "build": { + "libArchive": false + } }