Skip to content

Commit 80849e7

Browse files
committed
Added category to libraries used in the test-suite to silence warnings
Signed-off-by: Cristian Maglie <[email protected]>
1 parent 4b72db5 commit 80849e7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: src/arduino.cc/builder/test/libraries/SPI/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ paragraph=
77
url=http://arduino.cc/en/Reference/SPI
88
architectures=avr
99
types=Arduino
10+
category=Other
1011

Diff for: src/arduino.cc/builder/test/libraries/USBHost/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=Allows the communication with USB peripherals like mice, keyboards, and
66
paragraph=The USBHost library allows the board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.
77
url=http://arduino.cc/en/Reference/USBHost
88
architectures=samd
9+
category=Other

Diff for: src/arduino.cc/builder/test/libraries/wronglib/library.properties

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=sentence
66
paragraph=paragraph
77
url=url
88
architectures=*
9+
category=Other

0 commit comments

Comments
 (0)