Fix library properties architecture case sensitive STM32 value

This commit is contained in:
Daniel Fekete 2017-04-23 07:45:55 +02:00
parent 6f858aefcd
commit 3358ec3cf5
5 changed files with 5 additions and 5 deletions

View File

@ -6,4 +6,4 @@ sentence=Examples for specifix STM32 boards
paragraph=
category=Other
url=https://github.com/danieleff/STM32GENERIC
architectures=stm32
architectures=STM32

View File

@ -6,4 +6,4 @@ sentence=STM32 Testing library
paragraph=
category=Other
url=https://github.com/danieleff/STM32GENERIC
architectures=stm32
architectures=STM32

View File

@ -6,4 +6,4 @@ sentence=SDIO library for STM32
paragraph=
category=Communication
url=
architectures=stm32
architectures=STM32

View File

@ -6,4 +6,4 @@ sentence=Enables the communication with devices that use the Serial Peripheral I
paragraph=SPI is a synchronous serial data protocol used by microcontrollers for communicating with one or more peripheral devices quickly over short distances. It uses three lines common to all devices (MISO, MOSI and SCK) and one specific for each device.
category=Communication
url=http://www.arduino.cc/en/Reference/SPI
architectures=stm32
architectures=STM32

View File

@ -6,4 +6,4 @@ sentence=Allows the communication between devices or sensors connected via Two W
paragraph=
category=Communication
url=http://www.arduino.cc/en/Reference/Wire
architectures=stm32
architectures=STM32