Skip to content

Commit 053a259

Browse files
committed
fix: warnings raised by arduino-lint about url fields
Arduino url are redirected so uses url to the core. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 74255d5 commit 053a259

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

libraries/EEPROM/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Enables reading and writing to the permanent board storage.
66
paragraph=This library allows to read and write data in a memory type, the EEPROM, that keeps its content also when the board is powered off. The amount of EEPROM available depends on the microcontroller type.
77
category=Data Storage
8-
url=http://www.arduino.cc/en/Reference/EEPROM
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/EEPROM
99
architectures=stm32

libraries/Keyboard/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Allows a STM32 based board with USB capabilities to act as a Keyboard.
66
paragraph=This library plugs on the HID implementation provided by the core.
77
category=Device Control
8-
url=http://www.arduino.cc/en/Reference/Keyboard
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Keyboard
99
architectures=stm32

libraries/Mouse/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Allows a STM32 based board with USB capabilities to act as a Mouse.
66
paragraph=This library plugs on the HID implementation provided by the core.
77
category=Device Control
8-
url=http://www.arduino.cc/en/Reference/Mouse
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Mouse
99
architectures=stm32

libraries/SPI/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
66
paragraph=This library is based on the official Arduino SPI library and adapted to STM32 boards.
77
category=Communication
8-
url=http://www.arduino.cc/en/Reference/SPI
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/SPI
99
architectures=stm32

libraries/Servo/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Allows Arduino/Genuino and STM32 based boards to control a variety of servo motors.
66
paragraph=This library can control a great number of servos.<br />It makes careful use of timers: the library can control 12 servos using only 1 timer.<br />On the Arduino Due you can control up to 60 servos.<br />
77
category=Device Control
8-
url=http://www.arduino.cc/en/Reference/Servo
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Servo
99
architectures=avr,sam,samd,nrf52,stm32f4,stm32

libraries/SoftwareSerial/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ maintainer=stm32duino
55
sentence=Enables serial communication on any digital pin.
66
paragraph=The SoftwareSerial library has been developed to allow serial communication on any digital pin of the board, using software to replicate the functionality of the hardware UART. It is possible to have multiple software serial ports.
77
category=Communication
8-
url=http://www.arduino.cc/en/Reference/SoftwareSerial
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/SoftwareSerial
99
architectures=stm32
1010

libraries/Wire/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ maintainer=stm32duino
55
sentence=Allows the communication between devices or sensors connected via Two Wire (I2C) Interface Bus.
66
paragraph=
77
category=Communication
8-
url=http://www.arduino.cc/en/Reference/Wire
8+
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Wire
99
architectures=stm32

0 commit comments

Comments
 (0)