From aacca006f48f2214f2ea0c7293d3199b3ab33fbc Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Tue, 13 Aug 2019 18:38:03 +0300 Subject: baremetal: Add example for MSP-EXP430F5529LP board This commit adds a simple example for the msp430-based microcontroller which blinking of the red LED and can be built for IAR EW toolchain. Change-Id: I5025130848020e71bef449f0ed15da1f68698e79 Reviewed-by: Christian Kandeler --- examples/baremetal/baremetal.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/baremetal/baremetal.qbs') diff --git a/examples/baremetal/baremetal.qbs b/examples/baremetal/baremetal.qbs index 3481dbd75..37a46bbf5 100644 --- a/examples/baremetal/baremetal.qbs +++ b/examples/baremetal/baremetal.qbs @@ -57,5 +57,6 @@ Project { "at90can128olimex/at90can128olimex.qbs", "cc2540usbdongle/cc2540usbdongle.qbs", "stm8s103f3/stm8s103f3.qbs", + "msp430f5529/msp430f5529.qbs", ] } -- cgit v1.2.3