From 77719b58932541e63d926ee9f454163c57273670 Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Wed, 30 Oct 2019 16:52:03 +0300 Subject: 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 --- examples/baremetal/msp430f5529/msp430f5529.qbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/baremetal/msp430f5529/msp430f5529.qbs') 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" ] } -- cgit v1.2.3