summaryrefslogtreecommitdiff
path: root/examples/device/device_virtual_com/segger/LPC4300_Target.js
blob: 20560af43e30aaa22af5f8cfccb8307632d736ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*****************************************************************************
 *                   SEGGER Microcontroller GmbH & Co. KG                    *
 *            Solutions for real time microcontroller applications           *
 *****************************************************************************
 *                                                                           *
 *               (c) 2017 SEGGER Microcontroller GmbH & Co. KG               *
 *                                                                           *
 *           Internet: www.segger.com   Support: [email protected]          *
 *                                                                           *
 *****************************************************************************/

function Reset() {
  TargetInterface.resetAndStop();
}

function EnableTrace(traceInterfaceType) {
  // TODO: Enable trace
}