diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.ccsproject b/Telem_Debug/Debug_BlinkyLED-Advanced/.ccsproject similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.ccsproject rename to Telem_Debug/Debug_BlinkyLED-Advanced/.ccsproject diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.cproject b/Telem_Debug/Debug_BlinkyLED-Advanced/.cproject similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.cproject rename to Telem_Debug/Debug_BlinkyLED-Advanced/.cproject diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.gitignore b/Telem_Debug/Debug_BlinkyLED-Advanced/.gitignore similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.gitignore rename to Telem_Debug/Debug_BlinkyLED-Advanced/.gitignore diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.project b/Telem_Debug/Debug_BlinkyLED-Advanced/.project similarity index 92% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.project rename to Telem_Debug/Debug_BlinkyLED-Advanced/.project index 082e07d..0e55ddb 100644 --- a/Telem_Debug/Debug_BlinkyLED-Interrupts/.project +++ b/Telem_Debug/Debug_BlinkyLED-Advanced/.project @@ -1,6 +1,6 @@ - Debug_BlinkyLED-Interrupts + Debug_BlinkyLED-Advanced diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.settings/org.eclipse.cdt.codan.core.prefs b/Telem_Debug/Debug_BlinkyLED-Advanced/.settings/org.eclipse.cdt.codan.core.prefs similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.settings/org.eclipse.cdt.codan.core.prefs rename to Telem_Debug/Debug_BlinkyLED-Advanced/.settings/org.eclipse.cdt.codan.core.prefs diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.settings/org.eclipse.cdt.debug.core.prefs b/Telem_Debug/Debug_BlinkyLED-Advanced/.settings/org.eclipse.cdt.debug.core.prefs similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.settings/org.eclipse.cdt.debug.core.prefs rename to Telem_Debug/Debug_BlinkyLED-Advanced/.settings/org.eclipse.cdt.debug.core.prefs diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/.settings/org.eclipse.core.resources.prefs b/Telem_Debug/Debug_BlinkyLED-Advanced/.settings/org.eclipse.core.resources.prefs similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/.settings/org.eclipse.core.resources.prefs rename to Telem_Debug/Debug_BlinkyLED-Advanced/.settings/org.eclipse.core.resources.prefs diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/SunseekerTelemetry2021.h b/Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/SunseekerTelemetry2021.h rename to Telem_Debug/Debug_BlinkyLED-Advanced/SunseekerTelemetry2021.h diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/clock_init.c b/Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.c similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/clock_init.c rename to Telem_Debug/Debug_BlinkyLED-Advanced/clock_init.c diff --git a/Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.c b/Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.c new file mode 100644 index 0000000..e18635d --- /dev/null +++ b/Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.c @@ -0,0 +1,7 @@ +/* + * interrupts.c + */ + + + + diff --git a/Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.h b/Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.h new file mode 100644 index 0000000..13fe2a7 --- /dev/null +++ b/Telem_Debug/Debug_BlinkyLED-Advanced/interrupts.h @@ -0,0 +1,12 @@ +/* + * interrupts.h + */ + +#ifndef INTERRUPTS_H_ +#define INTERRUPTS_H_ + + + + + +#endif /* INTERRUPTS_H_ */ diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/lnk_msp430f5438a.cmd b/Telem_Debug/Debug_BlinkyLED-Advanced/lnk_msp430f5438a.cmd similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/lnk_msp430f5438a.cmd rename to Telem_Debug/Debug_BlinkyLED-Advanced/lnk_msp430f5438a.cmd diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/main.c b/Telem_Debug/Debug_BlinkyLED-Advanced/main.c similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/main.c rename to Telem_Debug/Debug_BlinkyLED-Advanced/main.c diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/targetConfigs/MSP430F5438A.ccxml b/Telem_Debug/Debug_BlinkyLED-Advanced/targetConfigs/MSP430F5438A.ccxml similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/targetConfigs/MSP430F5438A.ccxml rename to Telem_Debug/Debug_BlinkyLED-Advanced/targetConfigs/MSP430F5438A.ccxml diff --git a/Telem_Debug/Debug_BlinkyLED-Interrupts/targetConfigs/readme.txt b/Telem_Debug/Debug_BlinkyLED-Advanced/targetConfigs/readme.txt similarity index 100% rename from Telem_Debug/Debug_BlinkyLED-Interrupts/targetConfigs/readme.txt rename to Telem_Debug/Debug_BlinkyLED-Advanced/targetConfigs/readme.txt