aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gencfg/schema
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-08 08:46:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-08 08:46:16 +0000
commit3d44ca0b8b480970a094f265ffa020e211896789 (patch)
tree501097876f1d4a8b8220d003ea865663433ab228 /tools/gencfg/schema
parentea38721fc33720fcf09c5f778e91e70d20bdc5ab (diff)
downloadChibiOS-3d44ca0b8b480970a094f265ffa020e211896789.tar.gz
ChibiOS-3d44ca0b8b480970a094f265ffa020e211896789.tar.bz2
ChibiOS-3d44ca0b8b480970a094f265ffa020e211896789.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4431 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/gencfg/schema')
-rw-r--r--tools/gencfg/schema/boards/abstract_board.xsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gencfg/schema/boards/abstract_board.xsd b/tools/gencfg/schema/boards/abstract_board.xsd
index 9ce06495a..b3a854307 100644
--- a/tools/gencfg/schema/boards/abstract_board.xsd
+++ b/tools/gencfg/schema/boards/abstract_board.xsd
@@ -27,11 +27,11 @@
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:whiteSpace value="collapse"></xs:whiteSpace>
- <xs:pattern value="MII_[\w_+]"></xs:pattern>
+ <xs:pattern value="MII_[\w\d_]+"></xs:pattern>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="BoardPHY" use="optional">
+ <xs:attribute name="BoardPHYType" use="optional">
<xs:annotation>
<xs:documentation>Type of the PHY device: RMII or MII, this attribute is defaulted to MII if not present.</xs:documentation>
</xs:annotation>