adding lpc43xx to ses

This commit is contained in:
hathach
2018-11-22 16:28:01 +07:00
parent 4314be9aeb
commit c3c446f7db
10 changed files with 34764 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
/*****************************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
*****************************************************************************
* *
* (c) 2017 SEGGER Microcontroller GmbH & Co. KG *
* *
* Internet: www.segger.com Support: support@segger.com *
* *
*****************************************************************************/
function Reset() {
TargetInterface.resetAndStop();
}
function EnableTrace(traceInterfaceType) {
// TODO: Enable trace
}