Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
stm32grbl11.coproj@0:8f0d870509fe, 2017-09-04 (annotated)
- Committer:
- Sergunb
- Date:
- Mon Sep 04 12:04:13 2017 +0000
- Revision:
- 0:8f0d870509fe
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Sergunb | 0:8f0d870509fe | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
Sergunb | 0:8f0d870509fe | 2 | <Project version="2G - 2.0.6" name="stm32grbl"> |
Sergunb | 0:8f0d870509fe | 3 | <Target name="stm32grbl" isCurrent="1"> |
Sergunb | 0:8f0d870509fe | 4 | <Device manufacturerId="9" manufacturerName="ST" chipId="599" chipName="STM32F103C8T6" boardId="" boardName="" boardUrl="" coreId="" coreName=""/> |
Sergunb | 0:8f0d870509fe | 5 | <BuildOption> |
Sergunb | 0:8f0d870509fe | 6 | <Compile> |
Sergunb | 0:8f0d870509fe | 7 | <Option name="OptimizationLevel" value="4"/> |
Sergunb | 0:8f0d870509fe | 8 | <Option name="UseFPU" value="0"/> |
Sergunb | 0:8f0d870509fe | 9 | <Option name="UserEditCompiler" value="-ffunction-sections;"/> |
Sergunb | 0:8f0d870509fe | 10 | <Option name="SupportCPlusplus" value="0"/> |
Sergunb | 0:8f0d870509fe | 11 | <Option name="DEBUG" value="0"/> |
Sergunb | 0:8f0d870509fe | 12 | <Option name="WARNING" value="0"/> |
Sergunb | 0:8f0d870509fe | 13 | <Includepaths> |
Sergunb | 0:8f0d870509fe | 14 | <Includepath path="."/> |
Sergunb | 0:8f0d870509fe | 15 | <Includepath path="usb"/> |
Sergunb | 0:8f0d870509fe | 16 | <Includepath path="util"/> |
Sergunb | 0:8f0d870509fe | 17 | <Includepath path="useusb"/> |
Sergunb | 0:8f0d870509fe | 18 | <Includepath path="grbl"/> |
Sergunb | 0:8f0d870509fe | 19 | </Includepaths> |
Sergunb | 0:8f0d870509fe | 20 | <DefinedSymbols> |
Sergunb | 0:8f0d870509fe | 21 | <Define name="USE_STDPERIPH_DRIVER"/> |
Sergunb | 0:8f0d870509fe | 22 | <Define name="__ASSEMBLY__"/> |
Sergunb | 0:8f0d870509fe | 23 | <Define name="_GRBL_"/> |
Sergunb | 0:8f0d870509fe | 24 | <Define name="STM32F103C8T6"/> |
Sergunb | 0:8f0d870509fe | 25 | <Define name="STM32F10X_MD"/> |
Sergunb | 0:8f0d870509fe | 26 | <Define name="LEDBLINK"/> |
Sergunb | 0:8f0d870509fe | 27 | <Define name="USEUSB"/> |
Sergunb | 0:8f0d870509fe | 28 | <Define name="STM32F103C8"/> |
Sergunb | 0:8f0d870509fe | 29 | </DefinedSymbols> |
Sergunb | 0:8f0d870509fe | 30 | </Compile> |
Sergunb | 0:8f0d870509fe | 31 | <Link useDefault="0"> |
Sergunb | 0:8f0d870509fe | 32 | <Option name="DiscardUnusedSection" value="0"/> |
Sergunb | 0:8f0d870509fe | 33 | <Option name="UserEditLinkder" value=""/> |
Sergunb | 0:8f0d870509fe | 34 | <Option name="UseMemoryLayout" value="1"/> |
Sergunb | 0:8f0d870509fe | 35 | <Option name="nostartfiles" value="1"/> |
Sergunb | 0:8f0d870509fe | 36 | <Option name="LTO" value="0"/> |
Sergunb | 0:8f0d870509fe | 37 | <Option name="IsNewStartupCode" value="1"/> |
Sergunb | 0:8f0d870509fe | 38 | <Option name="Library" value="Not use C Library"/> |
Sergunb | 0:8f0d870509fe | 39 | <Option name="UserEditLinker" value=""/> |
Sergunb | 0:8f0d870509fe | 40 | <LinkedLibraries> |
Sergunb | 0:8f0d870509fe | 41 | <Libset dir="" libs="m"/> |
Sergunb | 0:8f0d870509fe | 42 | </LinkedLibraries> |
Sergunb | 0:8f0d870509fe | 43 | <MemoryAreas debugInFlashNotRAM="1"> |
Sergunb | 0:8f0d870509fe | 44 | <Memory name="IROM1" type="ReadOnly" size="0x00020000" startValue="0x08000000"/> |
Sergunb | 0:8f0d870509fe | 45 | <Memory name="IRAM1" type="ReadWrite" size="0x00005000" startValue="0x20000000"/> |
Sergunb | 0:8f0d870509fe | 46 | <Memory name="IROM2" type="ReadOnly" size="" startValue=""/> |
Sergunb | 0:8f0d870509fe | 47 | <Memory name="IRAM2" type="ReadWrite" size="" startValue=""/> |
Sergunb | 0:8f0d870509fe | 48 | </MemoryAreas> |
Sergunb | 0:8f0d870509fe | 49 | <LocateLinkFile path="c:/users/li shao/appdata/roaming/coocox/coide/configuration/programdata/stm32grbl/arm-gcc-link.ld" type="0"/> |
Sergunb | 0:8f0d870509fe | 50 | </Link> |
Sergunb | 0:8f0d870509fe | 51 | <Output> |
Sergunb | 0:8f0d870509fe | 52 | <Option name="OutputFileType" value="0"/> |
Sergunb | 0:8f0d870509fe | 53 | <Option name="Path" value="../../buildoutput/grbl11e/"/> |
Sergunb | 0:8f0d870509fe | 54 | <Option name="Name" value="stm32grbl"/> |
Sergunb | 0:8f0d870509fe | 55 | <Option name="HEX" value="1"/> |
Sergunb | 0:8f0d870509fe | 56 | <Option name="BIN" value="1"/> |
Sergunb | 0:8f0d870509fe | 57 | </Output> |
Sergunb | 0:8f0d870509fe | 58 | <User> |
Sergunb | 0:8f0d870509fe | 59 | <UserRun name="Run#1" type="Before" checked="0" value=""/> |
Sergunb | 0:8f0d870509fe | 60 | <UserRun name="Run#1" type="After" checked="0" value=""/> |
Sergunb | 0:8f0d870509fe | 61 | </User> |
Sergunb | 0:8f0d870509fe | 62 | </BuildOption> |
Sergunb | 0:8f0d870509fe | 63 | <DebugOption> |
Sergunb | 0:8f0d870509fe | 64 | <Option name="org.coocox.codebugger.gdbjtag.core.adapter" value="ST-Link"/> |
Sergunb | 0:8f0d870509fe | 65 | <Option name="org.coocox.codebugger.gdbjtag.core.debugMode" value="SWD"/> |
Sergunb | 0:8f0d870509fe | 66 | <Option name="org.coocox.codebugger.gdbjtag.core.clockDiv" value="2M"/> |
Sergunb | 0:8f0d870509fe | 67 | <Option name="org.coocox.codebugger.gdbjtag.corerunToMain" value="1"/> |
Sergunb | 0:8f0d870509fe | 68 | <Option name="org.coocox.codebugger.gdbjtag.core.jlinkgdbserver" value=""/> |
Sergunb | 0:8f0d870509fe | 69 | <Option name="org.coocox.codebugger.gdbjtag.core.userDefineGDBScript" value=""/> |
Sergunb | 0:8f0d870509fe | 70 | <Option name="org.coocox.codebugger.gdbjtag.core.targetEndianess" value="0"/> |
Sergunb | 0:8f0d870509fe | 71 | <Option name="org.coocox.codebugger.gdbjtag.core.jlinkResetMode" value="Type 0: Normal"/> |
Sergunb | 0:8f0d870509fe | 72 | <Option name="org.coocox.codebugger.gdbjtag.core.resetMode" value="SYSRESETREQ"/> |
Sergunb | 0:8f0d870509fe | 73 | <Option name="org.coocox.codebugger.gdbjtag.core.ifSemihost" value="0"/> |
Sergunb | 0:8f0d870509fe | 74 | <Option name="org.coocox.codebugger.gdbjtag.core.ifCacheRom" value="1"/> |
Sergunb | 0:8f0d870509fe | 75 | <Option name="org.coocox.codebugger.gdbjtag.core.ipAddress" value="127.0.0.1"/> |
Sergunb | 0:8f0d870509fe | 76 | <Option name="org.coocox.codebugger.gdbjtag.core.portNumber" value="2009"/> |
Sergunb | 0:8f0d870509fe | 77 | <Option name="org.coocox.codebugger.gdbjtag.core.autoDownload" value="1"/> |
Sergunb | 0:8f0d870509fe | 78 | <Option name="org.coocox.codebugger.gdbjtag.core.verify" value="1"/> |
Sergunb | 0:8f0d870509fe | 79 | <Option name="org.coocox.codebugger.gdbjtag.core.downloadFuction" value="Erase Effected"/> |
Sergunb | 0:8f0d870509fe | 80 | <Option name="org.coocox.codebugger.gdbjtag.core.defaultAlgorithm" value="d:/coocox/coide/flash/stm32f10x_md_64.elf;"/> |
Sergunb | 0:8f0d870509fe | 81 | <Option name="org.coocox.codebugger.gdbjtag.coredebugInRamInitCommands" value="cd j:/buildoutput/stm3211/stm32grbl/Debug/bin restore stm32grbl.elf set {unsigned int*}0xE000ED08 = 0x20000000 set $sp = {unsigned int*}0x20000000 set $pc = {unsigned int*}0x20000004 "/> |
Sergunb | 0:8f0d870509fe | 82 | </DebugOption> |
Sergunb | 0:8f0d870509fe | 83 | <ExcludeFile/> |
Sergunb | 0:8f0d870509fe | 84 | </Target> |
Sergunb | 0:8f0d870509fe | 85 | <Components path="./"/> |
Sergunb | 0:8f0d870509fe | 86 | <LocalComponents/> |
Sergunb | 0:8f0d870509fe | 87 | <Files> |
Sergunb | 0:8f0d870509fe | 88 | <File name="stm_usb_fs_lib/inc/usb_init.h" path="stm_usb_fs_lib/inc/usb_init.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 89 | <File name="grbl/inc/probe.h" path="grbl/probe.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 90 | <File name="grbl" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 91 | <File name="stm_usb_fs_lib/src" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 92 | <File name="usb/usb_desc.c" path="usb/usb_desc.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 93 | <File name="grbl/src/stepper.c" path="grbl/stepper.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 94 | <File name="stm_usb_fs_lib/inc/usb_core.h" path="stm_usb_fs_lib/inc/usb_core.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 95 | <File name="cmsis_boot" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 96 | <File name="usb/hw_config.c" path="usb/hw_config.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 97 | <File name="grbl/inc/eeprom.h" path="grbl/eeprom.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 98 | <File name="stm_usb_fs_lib/inc/usb_mem.h" path="stm_usb_fs_lib/inc/usb_mem.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 99 | <File name="grbl/inc/print.h" path="grbl/print.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 100 | <File name="stm_lib/src/stm32f10x_tim.c" path="stm_lib/src/stm32f10x_tim.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 101 | <File name="cmsis_boot/startup" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 102 | <File name="stm_usb_fs_lib/inc/usb_regs.h" path="stm_usb_fs_lib/inc/usb_regs.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 103 | <File name="cmsis/core_cmFunc.h" path="cmsis/core_cmFunc.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 104 | <File name="grbl/inc/system.h" path="grbl/system.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 105 | <File name="stm_usb_fs_lib/inc/usb_int.h" path="stm_usb_fs_lib/inc/usb_int.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 106 | <File name="stm_lib/src/misc.c" path="stm_lib/src/misc.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 107 | <File name="grbl/src/jog.c" path="grbl/jog.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 108 | <File name="cmsis_boot/stm32f10x.h" path="cmsis_boot/stm32f10x.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 109 | <File name="grbl/src/coolant_control.c" path="grbl/coolant_control.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 110 | <File name="cmsis_boot/stm32f10x_conf.h" path="cmsis_boot/stm32f10x_conf.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 111 | <File name="grbl/src/limits.c" path="grbl/limits.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 112 | <File name="grbl/src/serial.c" path="grbl/serial.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 113 | <File name="grbl/src/protocol.c" path="grbl/protocol.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 114 | <File name="stm_usb_fs_lib/src/usb_mem.c" path="stm_usb_fs_lib/src/usb_mem.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 115 | <File name="stm_lib/inc/stm32f10x_spi.h" path="stm_lib/inc/stm32f10x_spi.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 116 | <File name="usb" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 117 | <File name="grbl/src/probe.c" path="grbl/probe.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 118 | <File name="grbl/inc/planner.h" path="grbl/planner.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 119 | <File name="grbl/inc/stepper.h" path="grbl/stepper.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 120 | <File name="stm_lib/src/stm32f10x_usart.c" path="stm_lib/src/stm32f10x_usart.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 121 | <File name="stm_usb_fs_lib/src/usb_sil.c" path="stm_usb_fs_lib/src/usb_sil.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 122 | <File name="grbl/inc/spindle_control.h" path="grbl/spindle_control.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 123 | <File name="grbl/src/nuts_bolts.c" path="grbl/nuts_bolts.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 124 | <File name="cmsis_boot/startup/startup_stm32f10x_md.c" path="cmsis_boot/startup/startup_stm32f10x_md.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 125 | <File name="stm_lib/src/stm32f10x_gpio.c" path="stm_lib/src/stm32f10x_gpio.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 126 | <File name="stm_lib/inc/stm32f10x_gpio.h" path="stm_lib/inc/stm32f10x_gpio.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 127 | <File name="stm_lib/inc/stm32f10x_usart.h" path="stm_lib/inc/stm32f10x_usart.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 128 | <File name="grbl/inc/report.h" path="grbl/report.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 129 | <File name="grbl/inc/config.h" path="grbl/config.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 130 | <File name="stm_usb_fs_lib/inc/usb_sil.h" path="stm_usb_fs_lib/inc/usb_sil.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 131 | <File name="cmsis_boot/system_stm32f10x.c" path="cmsis_boot/system_stm32f10x.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 132 | <File name="stm_lib/inc/misc.h" path="stm_lib/inc/misc.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 133 | <File name="stm_usb_fs_lib/src/usb_int.c" path="stm_usb_fs_lib/src/usb_int.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 134 | <File name="grbl/inc/gcode.h" path="grbl/gcode.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 135 | <File name="cmsis/core_cmInstr.h" path="cmsis/core_cmInstr.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 136 | <File name="util" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 137 | <File name="grbl/src/spindle_control.c" path="grbl/spindle_control.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 138 | <File name="stm_usb_fs_lib" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 139 | <File name="cmsis/core_cm3.h" path="cmsis/core_cm3.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 140 | <File name="stm_usb_fs_lib/inc" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 141 | <File name="grbl/src/sleep.c" path="grbl/sleep.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 142 | <File name="stm_lib/src/stm32f10x_exti.c" path="stm_lib/src/stm32f10x_exti.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 143 | <File name="stm_usb_fs_lib/src/usb_init.c" path="stm_usb_fs_lib/src/usb_init.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 144 | <File name="usb/usb_pwr.c" path="usb/usb_pwr.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 145 | <File name="stm_usb_fs_lib/src/usb_core.c" path="stm_usb_fs_lib/src/usb_core.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 146 | <File name="stm_lib/src/stm32f10x_rcc.c" path="stm_lib/src/stm32f10x_rcc.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 147 | <File name="stm_usb_fs_lib/inc/usb_conf.h" path="stm_usb_fs_lib/inc/usb_conf.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 148 | <File name="grbl/src/gcode.c" path="grbl/gcode.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 149 | <File name="grbl/inc/limits.h" path="grbl/limits.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 150 | <File name="grbl/inc/serial.h" path="grbl/serial.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 151 | <File name="stm_usb_fs_lib/inc/usb_def.h" path="stm_usb_fs_lib/inc/usb_def.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 152 | <File name="grbl/src/eeprom.c" path="grbl/eeprom.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 153 | <File name="usb/usb_prop.c" path="usb/usb_prop.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 154 | <File name="grbl/inc/coolant_control.h" path="grbl/coolant_control.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 155 | <File name="stm_usb_fs_lib/inc/usb_type.h" path="stm_usb_fs_lib/inc/usb_type.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 156 | <File name="grbl/inc/protocol.h" path="grbl/protocol.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 157 | <File name="grbl/src" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 158 | <File name="usb/usb_istr.c" path="usb/usb_istr.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 159 | <File name="stm_lib/src" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 160 | <File name="grbl/inc/motion_control.h" path="grbl/motion_control.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 161 | <File name="cmsis" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 162 | <File name="stm_lib" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 163 | <File name="grbl/src/planner.c" path="grbl/planner.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 164 | <File name="stm_lib/inc/stm32f10x_exti.h" path="stm_lib/inc/stm32f10x_exti.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 165 | <File name="stm_lib/src/stm32f10x_flash.c" path="stm_lib/src/stm32f10x_flash.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 166 | <File name="grbl/src/print.c" path="grbl/print.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 167 | <File name="usb/usb_endp.c" path="usb/usb_endp.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 168 | <File name="cmsis_boot/system_stm32f10x.h" path="cmsis_boot/system_stm32f10x.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 169 | <File name="stm_lib/inc/stm32f10x_rcc.h" path="stm_lib/inc/stm32f10x_rcc.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 170 | <File name="grbl/inc" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 171 | <File name="stm_usb_fs_lib/src/usb_regs.c" path="stm_usb_fs_lib/src/usb_regs.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 172 | <File name="stm_usb_fs_lib/inc/usb_lib.h" path="stm_usb_fs_lib/inc/usb_lib.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 173 | <File name="grbl/inc/nuts_bolts.h" path="grbl/nuts_bolts.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 174 | <File name="grbl/inc/jog.h" path="grbl/jog.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 175 | <File name="grbl/src/settings.c" path="grbl/settings.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 176 | <File name="util/stm32f10x_it.c" path="util/stm32f10x_it.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 177 | <File name="grbl/src/report.c" path="grbl/report.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 178 | <File name="grbl/src/system.c" path="grbl/system.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 179 | <File name="grbl/inc/settings.h" path="grbl/settings.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 180 | <File name="stm_lib/inc" path="" type="2"/> |
Sergunb | 0:8f0d870509fe | 181 | <File name="grbl/src/motion_control.c" path="grbl/motion_control.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 182 | <File name="grbl/inc/grbl.h" path="grbl/grbl.h" type="1"/> |
Sergunb | 0:8f0d870509fe | 183 | <File name="main.c" path="grbl/main.c" type="1"/> |
Sergunb | 0:8f0d870509fe | 184 | </Files> |
Sergunb | 0:8f0d870509fe | 185 | <Bookmarks/> |
Sergunb | 0:8f0d870509fe | 186 | </Project> |