aboutsummaryrefslogtreecommitdiffstats
path: root/examples/baremetal/msp430f5529/msp430f5529.qbs
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-10-30 16:52:03 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-11-02 09:05:44 +0000
commit77719b58932541e63d926ee9f454163c57273670 (patch)
treee22028f4a835d43c0eb89e31d16d924e6dafb0bd /examples/baremetal/msp430f5529/msp430f5529.qbs
parent4ce68dd8dd4a012545a5d7f19039840e416ddfc3 (diff)
baremetal: Add USB HID gamepads example for MSP430f5529 chip
This example demonstrates how to create the USB HID device on MSP430f5529 chip (based on MSP430 architecture) using the different toolchains (IAR EW, GCC). Change-Id: Ic4d6a17d3e75e7ccb9b1f3eeaaef9abdf2da896b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'examples/baremetal/msp430f5529/msp430f5529.qbs')
-rw-r--r--examples/baremetal/msp430f5529/msp430f5529.qbs3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/baremetal/msp430f5529/msp430f5529.qbs b/examples/baremetal/msp430f5529/msp430f5529.qbs
index 7f9799208..f4a6f95b9 100644
--- a/examples/baremetal/msp430f5529/msp430f5529.qbs
+++ b/examples/baremetal/msp430f5529/msp430f5529.qbs
@@ -53,6 +53,7 @@ import qbs
Project {
name: "Examples for msp430f5529 board"
references: [
- "redblink/redblink.qbs"
+ "redblink/redblink.qbs",
+ "nes-gamepads/nes-gamepads.qbs"
]
}