-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.xml
47 lines (45 loc) · 1.24 KB
/
setup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="mbs/setup2html.xsl"?>
<muhkuh_buildsystem group="org.muhkuh.lua" module="romloader">
<project_version>2.5.4</project_version>
<scons>
<group>org.scons</group>
<name>scons-local</name>
<package>scons-local</package>
<version>4.1.0_1</version>
<typ>tar.bz2</typ>
</scons>
<tools>
<tool>
<group>nz.co.methods</group>
<name>asciidoc</name>
<package>asciidoc</package>
<version>9.1.1_1</version>
<typ>tar.bz2</typ>
</tool>
<!-- For netX 500/100/50/10/51/52. -->
<tool>
<group>org.gnu.gcc</group>
<name>gcc-arm-none-eabi</name>
<package>gcc-arm-none-eabi_${platform}_${machine}</package>
<version>4.7.2_3</version>
<typ>tar.bz2</typ>
</tool>
<!-- For netx 4000/90. -->
<tool>
<group>org.gnu.gcc</group>
<name>gcc-arm-none-eabi</name>
<package>gcc-arm-none-eabi_${platform}_${machine}</package>
<version>4.9.3_4</version>
<typ>tar.bz2</typ>
</tool>
<!-- For netIOL. -->
<tool>
<group>com.github.gnu-mcu-eclipse</group>
<name>gcc-riscv-none-embed</name>
<package>gcc-riscv-none-embed_${platform}_${machine}</package>
<version>7.2.0.4_1</version>
<typ>tar.bz2</typ>
</tool>
</tools>
</muhkuh_buildsystem>