git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13571 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2020-04-26 10:21:17 +00:00
parent 41fd3c23fb
commit 033dc17f70
2 changed files with 27 additions and 27 deletions

View File

@ -93,28 +93,28 @@
<xs:complexType name="portsType">
<xs:sequence>
<xs:element name="GPIOA" type="STM32GPIOv2PortType"
<xs:element name="GPIOA" type="STM32GPIOv2aPortType"
minOccurs="1" maxOccurs="1">
</xs:element>
<xs:element name="GPIOB" type="STM32GPIOv2PortType"
<xs:element name="GPIOB" type="STM32GPIOv2aPortType"
minOccurs="1" maxOccurs="1">
</xs:element>
<xs:element name="GPIOC" type="STM32GPIOv2PortType"
<xs:element name="GPIOC" type="STM32GPIOv2aPortType"
minOccurs="1" maxOccurs="1">
</xs:element>
<xs:element name="GPIOD" type="STM32GPIOv2PortType"
<xs:element name="GPIOD" type="STM32GPIOv2aPortType"
maxOccurs="1" minOccurs="1">
</xs:element>
<xs:element name="GPIOE" type="STM32GPIOv2PortType"
<xs:element name="GPIOE" type="STM32GPIOv2aPortType"
maxOccurs="1" minOccurs="1">
</xs:element>
<xs:element name="GPIOF" type="STM32GPIOv2PortType"
<xs:element name="GPIOF" type="STM32GPIOv2aPortType"
maxOccurs="1" minOccurs="1">
</xs:element>
<xs:element name="GPIOG" type="STM32GPIOv2PortType"
<xs:element name="GPIOG" type="STM32GPIOv2aPortType"
maxOccurs="1" minOccurs="1">
</xs:element>
<xs:element name="GPIOH" type="STM32GPIOv2PortType"
<xs:element name="GPIOH" type="STM32GPIOv2aPortType"
maxOccurs="1" minOccurs="1">
</xs:element>
</xs:sequence>

View File

@ -3,96 +3,96 @@
elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="STM32GPIOv3PortType">
<xs:complexType name="STM32GPIOv2aPortType">
<xs:sequence>
<xs:element
name="pin0"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin1"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin2"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin3"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin4"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin5"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin6"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin7"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin8"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin9"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin10"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin11"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin12"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin13"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin14"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
<xs:element
name="pin15"
type="STM32GPIOv3PinType"
type="STM32GPIOv2aPinType"
maxOccurs="1"
minOccurs="1"></xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="STM32GPIOv3PinType">
<xs:complexType name="STM32GPIOv2aPinType">
<xs:annotation>
<xs:documentation>
Object representing an STM32 pin for the GPIOv3
Object representing an STM32 pin for the GPIOv2a
peripheral.
</xs:documentation>
</xs:annotation>