Skip to content

Commit c23b74b

Browse files
committed
initial check-in
0 parents  commit c23b74b

24 files changed

+2420
-0
lines changed

.ccsproject

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<?ccsproject version="1.0"?>
3+
<projectOptions>
4+
<deviceVariant value="MSP430F5529"/>
5+
<deviceFamily value="MSP430"/>
6+
<codegenToolVersion value="4.4.7"/>
7+
<isElfFormat value="true"/>
8+
<connection value="common/targetdb/connections/TIMSP430-USB.xml"/>
9+
<linkerCommandFile value="lnk_msp430f5529.cmd"/>
10+
<rts value="libc.a"/>
11+
<createSlaveProjects value=""/>
12+
<templateProperties value="id=com.ti.common.project.core.emptyProjectWithMainTemplate_msp430,"/>
13+
<isTargetManual value="false"/>
14+
</projectOptions>

.cproject

+228
Large diffs are not rendered by default.

.gitattributes

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto eol=lf
3+
4+
5+
# Custom for Visual Studio
6+
*.cs diff=csharp
7+
8+
# Standard to msysgit
9+
*.doc diff=astextplain
10+
*.DOC diff=astextplain
11+
*.docx diff=astextplain
12+
*.DOCX diff=astextplain
13+
*.dot diff=astextplain
14+
*.DOT diff=astextplain
15+
*.pdf diff=astextplain
16+
*.PDF diff=astextplain
17+
*.rtf diff=astextplain
18+
*.RTF diff=astextplain

.gitignore

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Windows thumbnail cache files
2+
Thumbs.db
3+
ehthumbs.db
4+
ehthumbs_vista.db
5+
6+
# Folder config file
7+
Desktop.ini
8+
9+
# Recycle Bin used on file shares
10+
$RECYCLE.BIN/
11+
12+
# Windows Installer files
13+
*.cab
14+
*.msi
15+
*.msm
16+
*.msp
17+
18+
# Windows shortcuts
19+
*.lnk
20+
21+
# Subversion folders
22+
23+
.svn
24+
25+
# Build folder
26+
27+
build
28+
29+
#
30+
# =========================
31+
# Operating System Files
32+
# =========================
33+
34+
.vscode/settings.json
35+
.vscode/c_cpp_properties.json

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "grbl"]
2+
path = grbl
3+
url = https://github.com/grblHAL/core
4+
[submodule "eeprom"]
5+
path = eeprom
6+
url = https://github.com/grblHAL/Plugin_EEPROM
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="com.ti.ccstudio.debug.launchType.device.debugging">
3+
<stringAttribute key="com.ti.ccstudio.debug.debugModel.ATTR_CPUS_WITH_PROJECT" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#13;&#10;&lt;cpus_with_project&gt;&#13;&#10;&lt;id id=&quot;TI MSP430 USB1/MSP430&quot; isa=&quot;MSP430&quot;/&gt;&#13;&#10;&lt;/cpus_with_project&gt;"/>
4+
<stringAttribute key="com.ti.ccstudio.debug.debugModel.ATTR_DEBUGGER_PROPERTIES.D:\Projects\CCS8\GRBL Driver MSP430F5529\targetConfigs\MSP430F5529.ccxml.TI MSP430 USB1/MSP430" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot; ?&gt;&#10;&lt;PropertyValues&gt;&#10;&#10; &lt;property id=&quot;ConnectOnStartup&quot;&gt;&#10; &lt;curValue&gt;1&lt;/curValue&gt;&#10; &lt;/property&gt;&#10;&#10; &lt;property id=&quot;EnableInstalledBreakpoint&quot;&gt;&#10; &lt;curValue&gt;1&lt;/curValue&gt;&#10; &lt;/property&gt;&#10;&#10;&lt;/PropertyValues&gt;&#10;"/>
5+
<stringAttribute key="com.ti.ccstudio.debug.debugModel.ATTR_PROGRAM.D:\Projects\CCS8\GRBL Driver MSP430F5529\targetConfigs\MSP430F5529.ccxml.TI MSP430 USB1/MSP430" value="${build_artifact:GRBL Driver MSP430F5529}"/>
6+
<stringAttribute key="com.ti.ccstudio.debug.debugModel.ATTR_PROJECT.D:\Projects\CCS8\GRBL Driver MSP430F5529\targetConfigs\MSP430F5529.ccxml.TI MSP430 USB1/MSP430" value="GRBL Driver MSP430F5529"/>
7+
<stringAttribute key="com.ti.ccstudio.debug.debugModel.ATTR_TARGET_CONFIG" value="${target_config_active_default:GRBL Driver MSP430F5529}"/>
8+
<stringAttribute key="com.ti.ccstudio.debug.debugModel.MRU_PROGRAM.D:\Projects\CCS8\GRBL Driver MSP430F5529\targetConfigs\MSP430F5529.ccxml.TI MSP430 USB1/MSP430" value="D:/Projects\CCS8\GRBL Driver MSP430F5529\Debug\GRBL Driver MSP430F5529.out"/>
9+
<mapAttribute key="com.ti.ccstudio.debug.ui.displayFormats">
10+
<mapEntry key="TI MSP430 USB1/MSP430@##separator##@0" value="16-Bit Hex - TI Style"/>
11+
</mapAttribute>
12+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
13+
<listEntry value="/GRBL Driver MSP430F5529"/>
14+
</listAttribute>
15+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
16+
<listEntry value="4"/>
17+
</listAttribute>
18+
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="com.ti.ccstudio.debug.sourceLocator"/>
19+
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;sourceLookupDirector&gt;&#13;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;default/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;cpuSpecificContainer cpuName=&amp;quot;TI MSP430 USB1/MSP430&amp;quot;&amp;gt;&amp;#13;&amp;#10;&amp;lt;childContainerEntry childMemento=&amp;quot;&amp;amp;lt;?xml version=&amp;amp;quot;1.0&amp;amp;quot; encoding=&amp;amp;quot;UTF-8&amp;amp;quot; standalone=&amp;amp;quot;no&amp;amp;quot;?&amp;amp;gt;&amp;amp;#13;&amp;amp;#10;&amp;amp;lt;project name=&amp;amp;quot;GRBL Driver MSP430F5529&amp;amp;quot; referencedProjects=&amp;amp;quot;true&amp;amp;quot;/&amp;amp;gt;&amp;amp;#13;&amp;amp;#10;&amp;quot; childType=&amp;quot;org.eclipse.debug.core.containerType.project&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&amp;lt;childContainerEntry childMemento=&amp;quot;&amp;amp;lt;?xml version=&amp;amp;quot;1.0&amp;amp;quot; encoding=&amp;amp;quot;UTF-8&amp;amp;quot; standalone=&amp;amp;quot;no&amp;amp;quot;?&amp;amp;gt;&amp;amp;#13;&amp;amp;#10;&amp;amp;lt;default/&amp;amp;gt;&amp;amp;#13;&amp;amp;#10;&amp;quot; childType=&amp;quot;org.eclipse.debug.core.containerType.default&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&amp;lt;childContainerEntry childMemento=&amp;quot;&amp;amp;lt;?xml version=&amp;amp;quot;1.0&amp;amp;quot; encoding=&amp;amp;quot;UTF-8&amp;amp;quot; standalone=&amp;amp;quot;no&amp;amp;quot;?&amp;amp;gt;&amp;amp;#13;&amp;amp;#10;&amp;amp;lt;librarySource/&amp;amp;gt;&amp;amp;#13;&amp;amp;#10;&amp;quot; childType=&amp;quot;com.ti.ccstudio.debug.containerType.library.source&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&amp;lt;/cpuSpecificContainer&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;com.ti.ccstudio.debug.containerType.cpu.specific&quot;/&gt;&#13;&#10;&lt;/sourceContainers&gt;&#13;&#10;&lt;/sourceLookupDirector&gt;&#13;&#10;"/>
20+
<stringAttribute key="org.eclipse.dsf.launch.MEMORY_BLOCKS" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;memoryBlockExpressionList context=&quot;reserved-for-future-use&quot;/&gt;&#13;&#10;"/>
21+
</launchConfiguration>

.project

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>GRBL Driver MSP430F5529</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
15+
<triggers>full,incremental,</triggers>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
</buildSpec>
20+
<natures>
21+
<nature>com.ti.ccstudio.core.ccsNature</nature>
22+
<nature>org.eclipse.cdt.core.cnature</nature>
23+
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
24+
<nature>org.eclipse.cdt.core.ccnature</nature>
25+
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
26+
</natures>
27+
</projectDescription>

0 commit comments

Comments
 (0)