Intial code push

This commit is contained in:
Sunseeker Lab A-216
2021-05-06 17:42:30 -04:00
parent fe095eada0
commit 47ce3522ea
612 changed files with 245803 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
# FIXED
CAN.obj: ../CAN.c
CAN.obj: ../Sunseeker2021.h
CAN.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
CAN.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
CAN.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
CAN.obj: ../UART.h
CAN.obj: ../MODEM.h
CAN.obj: ../SPI.h
CAN.obj: ../PACKET.h
CAN.obj: ../char_FIFO.h
CAN.obj: ../message_FIFO.h
CAN.obj: ../CAN.h
CAN.obj: ../RTC.h
../CAN.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,51 @@
# FIXED
MODEM.obj: ../MODEM.c
MODEM.obj: ../Sunseeker2021.h
MODEM.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
MODEM.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
MODEM.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
MODEM.obj: ../UART.h
MODEM.obj: ../MODEM.h
MODEM.obj: ../SPI.h
MODEM.obj: ../PACKET.h
MODEM.obj: ../char_FIFO.h
MODEM.obj: ../message_FIFO.h
MODEM.obj: ../CAN.h
MODEM.obj: ../RTC.h
../MODEM.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

View File

@@ -0,0 +1,51 @@
# FIXED
RTC.obj: ../RTC.c
RTC.obj: ../Sunseeker2021.h
RTC.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
RTC.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
RTC.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
RTC.obj: ../UART.h
RTC.obj: ../MODEM.h
RTC.obj: ../SPI.h
RTC.obj: ../PACKET.h
RTC.obj: ../char_FIFO.h
RTC.obj: ../message_FIFO.h
RTC.obj: ../CAN.h
RTC.obj: ../RTC.h
../RTC.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
"./CAN.obj" "./MODEM.obj" "./RTC.obj" "./RTCASMFunctions_CCE.obj" "./char_FIFO.obj" "./clock_init.obj" "./io_init.obj" "./main.obj" "./message_FIFO.obj" "../lnk_msp430f5438a.cmd" -llibmath.a -llibc.a

View File

@@ -0,0 +1,51 @@
# FIXED
char_FIFO.obj: ../char_FIFO.c
char_FIFO.obj: ../Sunseeker2021.h
char_FIFO.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
char_FIFO.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
char_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
char_FIFO.obj: ../UART.h
char_FIFO.obj: ../MODEM.h
char_FIFO.obj: ../SPI.h
char_FIFO.obj: ../PACKET.h
char_FIFO.obj: ../char_FIFO.h
char_FIFO.obj: ../message_FIFO.h
char_FIFO.obj: ../CAN.h
char_FIFO.obj: ../RTC.h
../char_FIFO.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

View File

@@ -0,0 +1,13 @@
# FIXED
clock_init.obj: ../clock_init.c
clock_init.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
clock_init.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
clock_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
clock_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
../clock_init.c:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:

Binary file not shown.

View File

@@ -0,0 +1,51 @@
# FIXED
io_init.obj: ../io_init.c
io_init.obj: ../Sunseeker2021.h
io_init.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
io_init.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
io_init.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
io_init.obj: ../UART.h
io_init.obj: ../MODEM.h
io_init.obj: ../SPI.h
io_init.obj: ../PACKET.h
io_init.obj: ../char_FIFO.h
io_init.obj: ../message_FIFO.h
io_init.obj: ../CAN.h
io_init.obj: ../RTC.h
../io_init.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

View File

@@ -0,0 +1,51 @@
# FIXED
main.obj: ../main.c
main.obj: ../Sunseeker2021.h
main.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
main.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
main.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
main.obj: ../UART.h
main.obj: ../MODEM.h
main.obj: ../SPI.h
main.obj: ../PACKET.h
main.obj: ../char_FIFO.h
main.obj: ../message_FIFO.h
main.obj: ../CAN.h
main.obj: ../RTC.h
../main.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

View File

@@ -0,0 +1,174 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
SHELL = cmd.exe
CG_TOOL_ROOT := C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS
GEN_OPTS__FLAG :=
GEN_CMDS__FLAG :=
ORDERED_OBJS += \
"./CAN.obj" \
"./MODEM.obj" \
"./RTC.obj" \
"./RTCASMFunctions_CCE.obj" \
"./char_FIFO.obj" \
"./clock_init.obj" \
"./io_init.obj" \
"./main.obj" \
"./message_FIFO.obj" \
"../lnk_msp430f5438a.cmd" \
$(GEN_CMDS__FLAG) \
-llibmath.a \
-llibc.a \
-include ../makefile.init
RM := DEL /F
RMDIR := RMDIR /S/Q
# All of the sources participating in the build are defined here
-include sources.mk
-include subdir_vars.mk
-include subdir_rules.mk
-include objects.mk
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(S_DEPS)),)
-include $(S_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(S62_DEPS)),)
-include $(S62_DEPS)
endif
ifneq ($(strip $(C64_DEPS)),)
-include $(C64_DEPS)
endif
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
ifneq ($(strip $(CC_DEPS)),)
-include $(CC_DEPS)
endif
ifneq ($(strip $(SV7A_DEPS)),)
-include $(SV7A_DEPS)
endif
ifneq ($(strip $(S55_DEPS)),)
-include $(S55_DEPS)
endif
ifneq ($(strip $(C67_DEPS)),)
-include $(C67_DEPS)
endif
ifneq ($(strip $(CLA_DEPS)),)
-include $(CLA_DEPS)
endif
ifneq ($(strip $(C??_DEPS)),)
-include $(C??_DEPS)
endif
ifneq ($(strip $(CPP_DEPS)),)
-include $(CPP_DEPS)
endif
ifneq ($(strip $(S??_DEPS)),)
-include $(S??_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(C62_DEPS)),)
-include $(C62_DEPS)
endif
ifneq ($(strip $(CXX_DEPS)),)
-include $(CXX_DEPS)
endif
ifneq ($(strip $(C++_DEPS)),)
-include $(C++_DEPS)
endif
ifneq ($(strip $(ASM_UPPER_DEPS)),)
-include $(ASM_UPPER_DEPS)
endif
ifneq ($(strip $(K_DEPS)),)
-include $(K_DEPS)
endif
ifneq ($(strip $(C43_DEPS)),)
-include $(C43_DEPS)
endif
ifneq ($(strip $(INO_DEPS)),)
-include $(INO_DEPS)
endif
ifneq ($(strip $(S67_DEPS)),)
-include $(S67_DEPS)
endif
ifneq ($(strip $(SA_DEPS)),)
-include $(SA_DEPS)
endif
ifneq ($(strip $(S43_DEPS)),)
-include $(S43_DEPS)
endif
ifneq ($(strip $(OPT_DEPS)),)
-include $(OPT_DEPS)
endif
ifneq ($(strip $(PDE_DEPS)),)
-include $(PDE_DEPS)
endif
ifneq ($(strip $(S64_DEPS)),)
-include $(S64_DEPS)
endif
ifneq ($(strip $(C_UPPER_DEPS)),)
-include $(C_UPPER_DEPS)
endif
ifneq ($(strip $(C55_DEPS)),)
-include $(C55_DEPS)
endif
endif
-include ../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
EXE_OUTPUTS += \
Debug2.out \
EXE_OUTPUTS__QUOTED += \
"Debug2.out" \
BIN_OUTPUTS += \
Debug2.hex \
BIN_OUTPUTS__QUOTED += \
"Debug2.hex" \
# All Target
all: Debug2.out
# Tool invocations
Debug2.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
@echo 'Building target: $@'
@echo 'Invoking: MSP430 Linker'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"Debug2.map" --stack_size=160 --heap_size=160 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="Debug2_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "Debug2.out" $(ORDERED_OBJS)
@echo 'Finished building target: $@'
@echo ' '
Debug2.hex: $(EXE_OUTPUTS)
@echo 'Invoking: MSP430 Hex Utility'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/hex430" --memwidth=8 --romwidth=8 -o "Debug2.hex" $(EXE_OUTPUTS__QUOTED)
@echo 'Finished building: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(EXE_OUTPUTS__QUOTED)$(BIN_OUTPUTS__QUOTED)
-$(RM) "CAN.d" "MODEM.d" "RTC.d" "char_FIFO.d" "clock_init.d" "io_init.d" "main.d" "message_FIFO.d"
-$(RM) "CAN.obj" "MODEM.obj" "RTC.obj" "RTCASMFunctions_CCE.obj" "char_FIFO.obj" "clock_init.obj" "io_init.obj" "main.obj" "message_FIFO.obj"
-$(RM) "RTCASMFunctions_CCE.d"
-@echo 'Finished clean'
-@echo ' '
.PHONY: all clean dependents
.SECONDARY:
-include ../makefile.targets

View File

@@ -0,0 +1,51 @@
# FIXED
message_FIFO.obj: ../message_FIFO.c
message_FIFO.obj: ../Sunseeker2021.h
message_FIFO.obj: C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h
message_FIFO.obj: C:/ti/ccsv6/ccs_base/msp430/include/in430.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h
message_FIFO.obj: C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h
message_FIFO.obj: ../UART.h
message_FIFO.obj: ../MODEM.h
message_FIFO.obj: ../SPI.h
message_FIFO.obj: ../PACKET.h
message_FIFO.obj: ../char_FIFO.h
message_FIFO.obj: ../message_FIFO.h
message_FIFO.obj: ../CAN.h
message_FIFO.obj: ../RTC.h
../message_FIFO.c:
../Sunseeker2021.h:
C:/ti/ccsv6/ccs_base/msp430/include/msp430x54xa.h:
C:/ti/ccsv6/ccs_base/msp430/include/in430.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/intrinsics_legacy_undefs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdio.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/linkage.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdarg.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/stdlib.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/ctype.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_isfuncdcl.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/string.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/math.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/_defs.h:
C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include/float.h:
../UART.h:
../MODEM.h:
../SPI.h:
../PACKET.h:
../char_FIFO.h:
../message_FIFO.h:
../CAN.h:
../RTC.h:

Binary file not shown.

View File

@@ -0,0 +1,8 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS :=
LIBS := -llibmath.a -llibc.a

View File

@@ -0,0 +1,115 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
O_SRCS :=
CPP_SRCS :=
K_SRCS :=
LD_SRCS :=
S67_SRCS :=
LDS_SRCS :=
CMD_SRCS :=
EXE_SRCS :=
CXX_SRCS :=
CMD_UPPER_SRCS :=
ELF_SRCS :=
C43_SRCS :=
S55_SRCS :=
LD_UPPER_SRCS :=
C62_SRCS :=
S_UPPER_SRCS :=
A_SRCS :=
SA_SRCS :=
C55_SRCS :=
LDS_UPPER_SRCS :=
C_UPPER_SRCS :=
OUT_SRCS :=
INO_SRCS :=
OBJ_SRCS :=
S62_SRCS :=
LIB_SRCS :=
PDE_SRCS :=
SV7A_SRCS :=
ASM_SRCS :=
ASM_UPPER_SRCS :=
C++_SRCS :=
CLA_SRCS :=
S??_SRCS :=
C_SRCS :=
C67_SRCS :=
S_SRCS :=
S43_SRCS :=
OPT_SRCS :=
C64_SRCS :=
CC_SRCS :=
C??_SRCS :=
S64_SRCS :=
OBJS :=
BIN_OUTPUTS :=
S_DEPS :=
S_UPPER_DEPS :=
S62_DEPS :=
C64_DEPS :=
ASM_DEPS :=
CC_DEPS :=
SV7A_DEPS :=
S55_DEPS :=
C67_DEPS :=
CLA_DEPS :=
C??_DEPS :=
CPP_DEPS :=
S??_DEPS :=
C_DEPS :=
C62_DEPS :=
EXE_OUTPUTS :=
CXX_DEPS :=
C++_DEPS :=
ASM_UPPER_DEPS :=
K_DEPS :=
C43_DEPS :=
INO_DEPS :=
S67_DEPS :=
SA_DEPS :=
S43_DEPS :=
OPT_DEPS :=
PDE_DEPS :=
S64_DEPS :=
C_UPPER_DEPS :=
C55_DEPS :=
CPP_DEPS__QUOTED :=
C67_DEPS__QUOTED :=
INO_DEPS__QUOTED :=
C??_DEPS__QUOTED :=
S_UPPER_DEPS__QUOTED :=
CLA_DEPS__QUOTED :=
ASM_UPPER_DEPS__QUOTED :=
C62_DEPS__QUOTED :=
CXX_DEPS__QUOTED :=
EXE_OUTPUTS__QUOTED :=
S67_DEPS__QUOTED :=
BIN_OUTPUTS__QUOTED :=
C_DEPS__QUOTED :=
C_UPPER_DEPS__QUOTED :=
OPT_DEPS__QUOTED :=
S_DEPS__QUOTED :=
K_DEPS__QUOTED :=
S??_DEPS__QUOTED :=
C64_DEPS__QUOTED :=
C++_DEPS__QUOTED :=
OBJS__QUOTED :=
CC_DEPS__QUOTED :=
S43_DEPS__QUOTED :=
S55_DEPS__QUOTED :=
SA_DEPS__QUOTED :=
C55_DEPS__QUOTED :=
PDE_DEPS__QUOTED :=
C43_DEPS__QUOTED :=
S62_DEPS__QUOTED :=
ASM_DEPS__QUOTED :=
SV7A_DEPS__QUOTED :=
S64_DEPS__QUOTED :=
# Every subdirectory with source files must be described here
SUBDIRS := \
. \

View File

@@ -0,0 +1,69 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Each subdirectory must supply rules for building sources it contributes
CAN.obj: ../CAN.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="CAN.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
MODEM.obj: ../MODEM.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="MODEM.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
RTC.obj: ../RTC.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RTC.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
RTCASMFunctions_CCE.obj: ../RTCASMFunctions_CCE.s43 $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="RTCASMFunctions_CCE.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
char_FIFO.obj: ../char_FIFO.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="char_FIFO.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
clock_init.obj: ../clock_init.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="clock_init.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
io_init.obj: ../io_init.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="io_init.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
main.obj: ../main.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="main.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '
message_FIFO.obj: ../message_FIFO.c $(GEN_OPTS) | $(GEN_HDRS)
@echo 'Building file: $<'
@echo 'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/msp430_15.12.3.LTS/include" --advice:power=all -g --define=__MSP430F5438A__ --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="message_FIFO.d" $(GEN_OPTS__FLAG) "$<"
@echo 'Finished building: $<'
@echo ' '

View File

@@ -0,0 +1,83 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
CMD_SRCS += \
../lnk_msp430f5438a.cmd
C_SRCS += \
../CAN.c \
../MODEM.c \
../RTC.c \
../char_FIFO.c \
../clock_init.c \
../io_init.c \
../main.c \
../message_FIFO.c
S43_SRCS += \
../RTCASMFunctions_CCE.s43
OBJS += \
./CAN.obj \
./MODEM.obj \
./RTC.obj \
./RTCASMFunctions_CCE.obj \
./char_FIFO.obj \
./clock_init.obj \
./io_init.obj \
./main.obj \
./message_FIFO.obj
C_DEPS += \
./CAN.d \
./MODEM.d \
./RTC.d \
./char_FIFO.d \
./clock_init.d \
./io_init.d \
./main.d \
./message_FIFO.d
S43_DEPS += \
./RTCASMFunctions_CCE.d
C_DEPS__QUOTED += \
"CAN.d" \
"MODEM.d" \
"RTC.d" \
"char_FIFO.d" \
"clock_init.d" \
"io_init.d" \
"main.d" \
"message_FIFO.d"
OBJS__QUOTED += \
"CAN.obj" \
"MODEM.obj" \
"RTC.obj" \
"RTCASMFunctions_CCE.obj" \
"char_FIFO.obj" \
"clock_init.obj" \
"io_init.obj" \
"main.obj" \
"message_FIFO.obj"
S43_DEPS__QUOTED += \
"RTCASMFunctions_CCE.d"
C_SRCS__QUOTED += \
"../CAN.c" \
"../MODEM.c" \
"../RTC.c" \
"../char_FIFO.c" \
"../clock_init.c" \
"../io_init.c" \
"../main.c" \
"../message_FIFO.c"
S43_SRCS__QUOTED += \
"../RTCASMFunctions_CCE.s43"