Add a netbeans project setup
[fw/stlink] / nbproject / configurations.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <configurationDescriptor version="79">
3   <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
4     <df name="stlink" root=".">
5       <df name="example">
6         <in>main.c</in>
7       </df>
8       <df name="gdbserver">
9         <in>gdb-remote.c</in>
10         <in>gdb-remote.h</in>
11         <in>gdb-server.c</in>
12       </df>
13       <df name="src">
14         <in>stlink-common.c</in>
15         <in>stlink-common.h</in>
16         <in>stlink-sg.c</in>
17         <in>stlink-sg.h</in>
18         <in>stlink-usb.c</in>
19         <in>stlink-usb.h</in>
20         <in>test_sg.c</in>
21         <in>test_usb.c</in>
22       </df>
23       <df name="stm32l_notes">
24       </df>
25     </df>
26     <logicalFolder name="ExternalFiles"
27                    displayName="Important Files"
28                    projectFiles="false"
29                    kind="IMPORTANT_FILES_FOLDER">
30       <itemPath>build/Makefile</itemPath>
31     </logicalFolder>
32   </logicalFolder>
33   <sourceFolderFilter>^(nbproject)$</sourceFolderFilter>
34   <sourceRootList>
35     <Elem>.</Elem>
36   </sourceRootList>
37   <projectmakefile>build/Makefile</projectmakefile>
38   <confs>
39     <conf name="library_cli" type="0">
40       <toolsSet>
41         <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
42         <compilerSet>default</compilerSet>
43       </toolsSet>
44       <makefileType>
45         <makeTool>
46           <buildCommandWorkingDir></buildCommandWorkingDir>
47           <buildCommand>${MAKE} -f Makefile</buildCommand>
48           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
49           <executablePath>test_usb</executablePath>
50           <cTool>
51             <incDir>
52               <pElem>stm32l/src</pElem>
53               <pElem>/usr/include/libusb-1.0</pElem>
54               <pElem>stm32l/build</pElem>
55               <pElem>src</pElem>
56             </incDir>
57             <preprocessorList>
58               <Elem>CONFIG_USE_LIBUSB=1</Elem>
59               <Elem>__GNUC_STDC_INLINE__=1</Elem>
60               <Elem>__OPTIMIZE__=1</Elem>
61               <Elem>__REGISTER_PREFIX__=</Elem>
62               <Elem>__STDC_VERSION__=199901L</Elem>
63               <Elem>__USER_LABEL_PREFIX__=</Elem>
64             </preprocessorList>
65           </cTool>
66         </makeTool>
67       </makefileType>
68     </conf>
69     <conf name="gdbserver" type="0">
70       <toolsSet>
71         <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
72         <compilerSet>default</compilerSet>
73       </toolsSet>
74       <makefileType>
75         <makeTool>
76           <buildCommandWorkingDir>gdbserver</buildCommandWorkingDir>
77           <buildCommand>${MAKE} -f Makefile</buildCommand>
78           <cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
79           <executablePath>gdbserver/st-util</executablePath>
80           <cTool>
81             <incDir>
82               <pElem>stm32l/src</pElem>
83               <pElem>/usr/include/libusb-1.0</pElem>
84               <pElem>stm32l/build</pElem>
85               <pElem>src</pElem>
86             </incDir>
87             <preprocessorList>
88               <Elem>CONFIG_USE_LIBUSB=1</Elem>
89               <Elem>__GNUC_STDC_INLINE__=1</Elem>
90               <Elem>__OPTIMIZE__=1</Elem>
91               <Elem>__REGISTER_PREFIX__=</Elem>
92               <Elem>__STDC_VERSION__=199901L</Elem>
93               <Elem>__USER_LABEL_PREFIX__=</Elem>
94             </preprocessorList>
95           </cTool>
96         </makeTool>
97       </makefileType>
98     </conf>
99   </confs>
100 </configurationDescriptor>