diff options
author | Uladzimir Pylinski <barthess@yandex.ru> | 2016-04-09 15:58:32 +0300 |
---|---|---|
committer | Uladzimir Pylinski <barthess@yandex.ru> | 2016-04-09 15:58:32 +0300 |
commit | 2071319b336e20445c8f8fe17fd7c48d372a27d3 (patch) | |
tree | 781b1dc9c74ead56f97c43f06a49e4624a29fa5e /os/common/startup/MSP430X/compilers/GCC/mk | |
parent | 03a3309578f35a78d4e7914e7aef0a5bf828321f (diff) | |
parent | fd20f0fa17bfdf81dc28e7d30f13ca80264b7c78 (diff) | |
download | ChibiOS-Contrib-2071319b336e20445c8f8fe17fd7c48d372a27d3.tar.gz ChibiOS-Contrib-2071319b336e20445c8f8fe17fd7c48d372a27d3.tar.bz2 ChibiOS-Contrib-2071319b336e20445c8f8fe17fd7c48d372a27d3.zip |
Merge pull request #52 from awygle/msp430x
Initial MSP430X Port.
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
+
|