summaryrefslogtreecommitdiff
path: root/examples/build_system/make
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-04-15 23:14:10 +0700
committerGitHub <[email protected]>2024-04-15 23:14:10 +0700
commitfb21b6a67d84322c7c55fb4962f317c341c058ab (patch)
tree59ac0ddaf2512a2002f5d1553a38e068834f98a8 /examples/build_system/make
parentd816a9bdf892daeb35b88b9a469599fcda432c55 (diff)
parentafb66a955c51f6ef36d0e544c44ee06a88eb2b2b (diff)
Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration
Non-bus-powered MSP430 support.
Diffstat (limited to 'examples/build_system/make')
-rw-r--r--examples/build_system/make/cpu/msp430.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/build_system/make/cpu/msp430.mk b/examples/build_system/make/cpu/msp430.mk
new file mode 100644
index 000000000..06340d23b
--- /dev/null
+++ b/examples/build_system/make/cpu/msp430.mk
@@ -0,0 +1,8 @@
+ifeq ($(TOOLCHAIN),gcc)
+ # nothing to add
+else ifeq ($(TOOLCHAIN),iar)
+ # nothing to add
+endif
+
+# For freeRTOS port source
+FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/GCC_MSP430F449