diff options
| author | hathach <[email protected]> | 2024-04-15 22:49:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-15 22:49:08 +0700 |
| commit | afb66a955c51f6ef36d0e544c44ee06a88eb2b2b (patch) | |
| tree | aadf4385ae5aaee105cdbbd9bd391f091a89dd9f /examples/build_system | |
| parent | 9561e3826700c872ccde111d52cb381da939a25c (diff) | |
update msp430 make build
Diffstat (limited to 'examples/build_system')
| -rw-r--r-- | examples/build_system/make/cpu/msp430.mk | 8 |
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 |
