diff --git a/Blink/.ccsproject b/Blink/.ccsproject new file mode 100644 index 0000000..49ddfd4 --- /dev/null +++ b/Blink/.ccsproject @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/Blink/.cproject b/Blink/.cproject new file mode 100644 index 0000000..18b49dc --- /dev/null +++ b/Blink/.cproject @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Blink/.project b/Blink/.project new file mode 100644 index 0000000..41f5054 --- /dev/null +++ b/Blink/.project @@ -0,0 +1,27 @@ + + + Blink + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + com.ti.ccstudio.core.ccsNature + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + diff --git a/Blink/.settings/org.eclipse.cdt.codan.core.prefs b/Blink/.settings/org.eclipse.cdt.codan.core.prefs new file mode 100644 index 0000000..f653028 --- /dev/null +++ b/Blink/.settings/org.eclipse.cdt.codan.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +inEditor=false +onBuild=false diff --git a/Blink/.settings/org.eclipse.cdt.debug.core.prefs b/Blink/.settings/org.eclipse.cdt.debug.core.prefs new file mode 100644 index 0000000..2adc7b1 --- /dev/null +++ b/Blink/.settings/org.eclipse.cdt.debug.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.cdt.debug.core.toggleBreakpointModel=com.ti.ccstudio.debug.CCSBreakpointMarker diff --git a/Blink/.settings/org.eclipse.core.resources.prefs b/Blink/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..093dbb9 --- /dev/null +++ b/Blink/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,6 @@ +eclipse.preferences.version=1 +encoding//Debug/makefile=UTF-8 +encoding//Debug/objects.mk=UTF-8 +encoding//Debug/sources.mk=UTF-8 +encoding//Debug/subdir_rules.mk=UTF-8 +encoding//Debug/subdir_vars.mk=UTF-8 diff --git a/Blink/targetConfigs/Tiva TM4C123GH6PM.ccxml b/Blink/targetConfigs/Tiva TM4C123GH6PM.ccxml new file mode 100644 index 0000000..ec5b8f5 --- /dev/null +++ b/Blink/targetConfigs/Tiva TM4C123GH6PM.ccxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/Blink/targetConfigs/readme.txt b/Blink/targetConfigs/readme.txt new file mode 100644 index 0000000..af97b62 --- /dev/null +++ b/Blink/targetConfigs/readme.txt @@ -0,0 +1,9 @@ +The 'targetConfigs' folder contains target-configuration (.ccxml) files, automatically generated based +on the device and connection settings specified in your project on the Properties > General page. + +Please note that in automatic target-configuration management, changes to the project's device and/or +connection settings will either modify an existing or generate a new target-configuration file. Thus, +if you manually edit these auto-generated files, you may need to re-apply your changes. Alternatively, +you may create your own target-configuration file for this project and manage it manually. You can +always switch back to automatic target-configuration management by checking the "Manage the project's +target-configuration automatically" checkbox on the project's Properties > General page. \ No newline at end of file