Skip to content

Commit

Permalink
fix: warnings raised by arduino-lint about url fields
Browse files Browse the repository at this point in the history
Arduino url are redirected so uses url to the core.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jul 4, 2024
1 parent 74255d5 commit 053a259
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libraries/EEPROM/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=stm32duino
sentence=Enables reading and writing to the permanent board storage.
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.
category=Data Storage
url=http://www.arduino.cc/en/Reference/EEPROM
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/EEPROM
architectures=stm32
2 changes: 1 addition & 1 deletion libraries/Keyboard/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=stm32duino
sentence=Allows a STM32 based board with USB capabilities to act as a Keyboard.
paragraph=This library plugs on the HID implementation provided by the core.
category=Device Control
url=http://www.arduino.cc/en/Reference/Keyboard
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Keyboard
architectures=stm32
2 changes: 1 addition & 1 deletion libraries/Mouse/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=stm32duino
sentence=Allows a STM32 based board with USB capabilities to act as a Mouse.
paragraph=This library plugs on the HID implementation provided by the core.
category=Device Control
url=http://www.arduino.cc/en/Reference/Mouse
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Mouse
architectures=stm32
2 changes: 1 addition & 1 deletion libraries/SPI/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=stm32duino
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
paragraph=This library is based on the official Arduino SPI library and adapted to STM32 boards.
category=Communication
url=http://www.arduino.cc/en/Reference/SPI
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/SPI
architectures=stm32
2 changes: 1 addition & 1 deletion libraries/Servo/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=stm32duino
sentence=Allows Arduino/Genuino and STM32 based boards to control a variety of servo motors.
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 />
category=Device Control
url=http://www.arduino.cc/en/Reference/Servo
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Servo
architectures=avr,sam,samd,nrf52,stm32f4,stm32
2 changes: 1 addition & 1 deletion libraries/SoftwareSerial/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ maintainer=stm32duino
sentence=Enables serial communication on any digital pin.
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.
category=Communication
url=http://www.arduino.cc/en/Reference/SoftwareSerial
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/SoftwareSerial
architectures=stm32

2 changes: 1 addition & 1 deletion libraries/Wire/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainer=stm32duino
sentence=Allows the communication between devices or sensors connected via Two Wire (I2C) Interface Bus.
paragraph=
category=Communication
url=http://www.arduino.cc/en/Reference/Wire
url=https://github.com/stm32duino/Arduino_Core_STM32/tree/main/libraries/Wire
architectures=stm32

0 comments on commit 053a259

Please sign in to comment.