diff options
author | Andrew Wygle <awygle@gmail.com> | 2016-04-08 01:43:46 -0700 |
---|---|---|
committer | Andrew Wygle <awygle@gmail.com> | 2016-04-08 01:46:32 -0700 |
commit | fd20f0fa17bfdf81dc28e7d30f13ca80264b7c78 (patch) | |
tree | ace5b24746120cea70c247b6cd723fc886e9e5b8 /os/common/startup/MSP430X/compilers/GCC/mk | |
parent | 9d74dd2661b80a5ae8598591f0251b197cc51756 (diff) | |
download | ChibiOS-Contrib-fd20f0fa17bfdf81dc28e7d30f13ca80264b7c78.tar.gz ChibiOS-Contrib-fd20f0fa17bfdf81dc28e7d30f13ca80264b7c78.tar.bz2 ChibiOS-Contrib-fd20f0fa17bfdf81dc28e7d30f13ca80264b7c78.zip |
Initial MSP430X Port.
This port includes hal, pal, serial, and st drivers. It supports both
large and small model code and data for MSP430X-class CPUs. It has only
been tested on the EXP430FR5969 LaunchPad board.
Diffstat (limited to 'os/common/startup/MSP430X/compilers/GCC/mk')
-rw-r--r-- | os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk b/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk new file mode 100644 index 0000000..9c063cd --- /dev/null +++ b/os/common/startup/MSP430X/compilers/GCC/mk/startup_msp430fr5xxx.mk @@ -0,0 +1,10 @@ +# List of the ChibiOS generic MSP430X startup and linker files.
+STARTUPSRC =
+#$(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/vectors.c
+
+STARTUPASM =
+
+STARTUPINC = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC
+
+STARTUPLD = $(CHIBIOS_CONTRIB)/os/common/startup/MSP430X/compilers/GCC/ld
+
|